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-07-13T00:56:29.278Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-mkpqg with PID 14 (/app/app.jar started by so in /app) 2021-07-13T00:56:29.288Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-07-13T00:56:29.289Z||main|||||INFO|500||The following profiles are active: basic 2021-07-13T00:56:37.022Z||main|||||INFO|500||Starting service [Tomcat] 2021-07-13T00:56:37.023Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-07-13T00:56:37.103Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-07-13T00:56:38.646Z||main|||||INFO|500||catdb-pool - Starting... 2021-07-13T00:56:38.837Z||main|||||INFO|500||catdb-pool - Start completed. 2021-07-13T00:56:39.169Z||main|||||INFO|500||reqdb-pool - Starting... 2021-07-13T00:56:39.176Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-07-13T00:56:39.275Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-07-13T00:56:39.423Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-07-13T00:56:39.901Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-07-13T00:56:40.822Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-07-13T00:56:42.814Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-13T00:56:42.853Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-07-13T00:56:43.264Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-07-13T00:56:43.368Z||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-07-13T00:56:44.682Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-13T00:56:45.559Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-07-13T00:56:45.576Z||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$$cd1e949.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-07-13T00:56:45.577Z||main|||||WARN|500||The sdc end point is not alive 2021-07-13T00:56:47.713Z||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-07-13T00:56:49.911Z||main|||||WARN|500||--- 2021-07-13T00:56:49.911Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-07-13T00:56:49.911Z||main|||||WARN|500||--- 2021-07-13T00:56:50.190Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-07-13T00:56:53.179Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-07-13T00:56:53.180Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-07-13T00:56:53.181Z||main|||||INFO|500||Started Application in 26.097 seconds (JVM running for 27.314) 2021-07-13T00:56:53.192Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-07-13T00:56:53.250Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-07-13T00:56:53.292Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fb1e3be3-22ec-4681-b84d-17b5900f6930 url= /sdc/v1/artifactTypes 2021-07-13T00:56:53.293Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-07-13T00:56:54.415Z||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.62.108] 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-07-13T00:56:54.421Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2c91bfc6 2021-07-13T00:56:54.421Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-07-13T00:56:54.431Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-07-13T00:56:54.432Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-07-13T00:56:54.434Z||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-07-13T00:57:43.174Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-07-13T00:57:43.174Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-07-13T00:57:43.174Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-07-13T00:57:43.177Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-07-13T00:57:43.183Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a1f4a01c-60c2-49fa-bc6c-447dd9d3f706 url= /sdc/v1/artifactTypes 2021-07-13T00:57:43.183Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-07-13T00:57:44.204Z||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.62.108] 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-07-13T00:57:44.205Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@37b0da92 2021-07-13T00:57:44.205Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-07-13T00:57:44.205Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-07-13T00:57:44.205Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-07-13T00:57:44.206Z||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-07-13T00:58:33.175Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-07-13T00:58:33.178Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-07-13T00:58:33.179Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-07-13T00:58:33.188Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-07-13T00:58:33.197Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 265a90e1-0b76-4431-ba9e-900f3777fcfe url= /sdc/v1/artifactTypes 2021-07-13T00:58:33.197Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-07-13T00:58:34.221Z||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.62.108] 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-07-13T00:58:34.221Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@17e85912 2021-07-13T00:58:34.222Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-07-13T00:58:34.222Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-07-13T00:58:34.222Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-07-13T00:58:34.223Z||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-07-13T00:59:23.174Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-07-13T00:59:23.175Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-07-13T00:59:23.175Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-07-13T00:59:23.180Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-07-13T00:59:23.183Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3387feb0-0469-4525-8895-8546b4448e52 url= /sdc/v1/artifactTypes 2021-07-13T00:59:23.183Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-07-13T00:59:24.205Z||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.62.108] 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-07-13T00:59:24.205Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@29c1d70d 2021-07-13T00:59:24.205Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-07-13T00:59:24.206Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-07-13T00:59:24.206Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-07-13T00:59:24.207Z||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-07-13T01:00:13.175Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-07-13T01:00:13.175Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-07-13T01:00:13.176Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-07-13T01:00:13.179Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-07-13T01:00:13.187Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c953cc67-2a3b-487c-bc2a-a380784b6efb url= /sdc/v1/artifactTypes 2021-07-13T01:00:13.187Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-07-13T01:00:14.220Z||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.62.108] 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-07-13T01:00:14.220Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1e00786d 2021-07-13T01:00:14.220Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-07-13T01:00:14.220Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-07-13T01:00:14.221Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-07-13T01:00:14.221Z||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-07-13T01:01:03.174Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-07-13T01:01:03.174Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-07-13T01:01:03.175Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-07-13T01:01:03.179Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-07-13T01:01:03.185Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= beccd47f-6775-4e7f-8a71-1da80492f86e url= /sdc/v1/artifactTypes 2021-07-13T01:01:03.186Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-07-13T01:01:04.205Z||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.62.108] 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-07-13T01:01:04.206Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@44559b9a 2021-07-13T01:01:04.206Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-07-13T01:01:04.206Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-07-13T01:01:04.206Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-07-13T01:01:04.207Z||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-07-13T01:01:53.174Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-07-13T01:01:53.175Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-07-13T01:01:53.175Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-07-13T01:01:53.179Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-07-13T01:01:53.184Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 29c7a736-dbb6-4304-98c5-bd3317cc421b url= /sdc/v1/artifactTypes 2021-07-13T01:01:53.184Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-07-13T01:01:53.379Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-07-13T01:01:53.387Z||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-07-13T01:01:53.417Z||scheduling-1|||||DEBUG|500||create keys 2021-07-13T01:01:53.424Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-07-13T01:01:53.451Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:01:53.466Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 958124cc-d51b-43ea-916c-557a426cf896 url= /sdc/v1/registerForDistribution 2021-07-13T01:01:53.548Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 958124cc-d51b-43ea-916c-557a426cf896 url= /sdc/v1/registerForDistribution 2021-07-13T01:01:53.548Z||scheduling-1|||||INFO|500||start DistributionClient 2021-07-13T01:01:53.561Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:01:53.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:01:53.565Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-07-13T01:01:53.568Z||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-07-13T01:01:53.568Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:01:53.568Z||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-07-13T01:01:53.568Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:02:03.791Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:02:03.794Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:02:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:02:53.558Z||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-07-13T01:02:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:02:53.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:02:53.561Z||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-07-13T01:02:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:03:03.101Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:03:03.101Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:03:53.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:03:53.558Z||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-07-13T01:03:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:03:53.561Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:03:53.562Z||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-07-13T01:03:53.562Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:04:03.103Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:04:03.105Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:04:53.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:04:53.558Z||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-07-13T01:04:53.559Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:04:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:04:53.564Z||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-07-13T01:04:53.564Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:05:03.103Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:05:03.105Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:05:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:05:53.558Z||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-07-13T01:05:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:05:53.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:05:53.561Z||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-07-13T01:05:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:06:03.102Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:06:03.102Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:06:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:06:53.558Z||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-07-13T01:06:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:06:53.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:06:53.561Z||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-07-13T01:06:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:07:03.051Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-07-13T01:07:03.097Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:07:03.108Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:07:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:07:53.558Z||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-07-13T01:07:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:07:53.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:07:53.561Z||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-07-13T01:07:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:08:03.099Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:08:03.101Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:08:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:08:53.558Z||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-07-13T01:08:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:08:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:08:53.560Z||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-07-13T01:08:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:09:03.099Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:09:03.099Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:09:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:09:53.558Z||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-07-13T01:09:53.559Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:09:53.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:09:53.561Z||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-07-13T01:09:53.562Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:10:03.095Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:10:03.100Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:10:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:10:53.558Z||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-07-13T01:10:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:10:53.560Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:10:53.562Z||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-07-13T01:10:53.562Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:11:03.096Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:11:03.099Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:11:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:11:53.558Z||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-07-13T01:11:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:11:53.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:11:53.561Z||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-07-13T01:11:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:12:03.099Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:12:03.102Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:12:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:12:53.558Z||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-07-13T01:12:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:12:53.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:12:53.560Z||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-07-13T01:12:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:13:03.096Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:13:03.098Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:13:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:13:53.558Z||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-07-13T01:13:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:13:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:13:53.560Z||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-07-13T01:13:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:14:03.102Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:14:03.103Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:14:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:14:53.558Z||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-07-13T01:14:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:14:53.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:14:53.560Z||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-07-13T01:14:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:15:03.102Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:15:03.105Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:15:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:15:53.558Z||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-07-13T01:15:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:15:53.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:15:53.561Z||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-07-13T01:15:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:16:03.097Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:16:03.097Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:16:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:16:53.558Z||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-07-13T01:16:53.559Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:16:53.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:16:53.560Z||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-07-13T01:16:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:17:03.099Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:17:03.100Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:17:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:17:53.558Z||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-07-13T01:17:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:17:53.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:17:53.561Z||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-07-13T01:17:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:18:03.100Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:18:03.101Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:18:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:18:53.559Z||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-07-13T01:18:53.559Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:18:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:18:53.562Z||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-07-13T01:18:53.562Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:19:03.097Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:19:03.098Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:19:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:19:53.558Z||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-07-13T01:19:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:19:53.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:19:53.560Z||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-07-13T01:19:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:20:03.102Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:20:03.107Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:20:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:20:53.558Z||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-07-13T01:20:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:20:53.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:20:53.561Z||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-07-13T01:20:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:21:03.098Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:21:03.099Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:21:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:21:53.558Z||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-07-13T01:21:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:21:53.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:21:53.561Z||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-07-13T01:21:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:22:03.098Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:22:03.099Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:22:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:22:53.557Z||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-07-13T01:22:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:22:53.560Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:22:53.562Z||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-07-13T01:22:53.562Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:23:03.120Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:23:03.126Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:23:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:23:53.558Z||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-07-13T01:23:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:23:53.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:23:53.560Z||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-07-13T01:23:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:24:03.096Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:24:03.098Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:24:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:24:53.558Z||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-07-13T01:24:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:24:53.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:24:53.561Z||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-07-13T01:24:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:25:03.094Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:25:03.096Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:25:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:25:53.558Z||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-07-13T01:25:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:25:53.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:25:53.560Z||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-07-13T01:25:53.560Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:26:03.100Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:26:03.101Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:26:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:26:53.558Z||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-07-13T01:26:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:26:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:26:53.560Z||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-07-13T01:26:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:27:03.095Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:27:03.095Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:27:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:27:53.558Z||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-07-13T01:27:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:27:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:27:53.561Z||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-07-13T01:27:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:28:03.100Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:28:03.101Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:28:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:28:53.558Z||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-07-13T01:28:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:28:53.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:28:53.560Z||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-07-13T01:28:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:29:03.096Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:29:03.096Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:29:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:29:53.558Z||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-07-13T01:29:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:29:53.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:29:53.561Z||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-07-13T01:29:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:30:03.098Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:30:03.098Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:30:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:30:53.558Z||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-07-13T01:30:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:30:53.560Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:30:53.561Z||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-07-13T01:30:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:31:03.100Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:31:03.100Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:31:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:31:53.558Z||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-07-13T01:31:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:31:53.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:31:53.561Z||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-07-13T01:31:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:32:03.100Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:32:03.102Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:32:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:32:53.558Z||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-07-13T01:32:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:32:53.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:32:53.561Z||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-07-13T01:32:53.562Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:33:03.097Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:33:03.098Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:33:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:33:53.558Z||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-07-13T01:33:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:33:53.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:33:53.560Z||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-07-13T01:33:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:34:03.096Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:34:03.097Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:34:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:34:53.558Z||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-07-13T01:34:53.559Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:34:53.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:34:53.561Z||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-07-13T01:34:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:35:03.095Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:35:03.100Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:35:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:35:53.557Z||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-07-13T01:35:53.557Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:35:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:35:53.560Z||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-07-13T01:35:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:36:03.097Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:36:03.100Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:36:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:36:53.558Z||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-07-13T01:36:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:36:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:36:53.561Z||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-07-13T01:36:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:37:03.103Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:37:03.103Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:37:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:37:53.558Z||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-07-13T01:37:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:37:53.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:37:53.560Z||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-07-13T01:37:53.560Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:38:03.094Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:38:03.097Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:38:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:38:53.558Z||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-07-13T01:38:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:38:53.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:38:53.561Z||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-07-13T01:38:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:39:03.096Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:39:03.096Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:39:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:39:53.558Z||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-07-13T01:39:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:39:53.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:39:53.561Z||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-07-13T01:39:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:40:03.099Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:40:03.114Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:40:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:40:53.558Z||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-07-13T01:40:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:40:53.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:40:53.561Z||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-07-13T01:40:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:41:03.097Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:41:03.097Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:41:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:41:53.557Z||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-07-13T01:41:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:41:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:41:53.560Z||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-07-13T01:41:53.560Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:42:03.098Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:42:03.100Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:42:53.558Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:42:53.559Z||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-07-13T01:42:53.559Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:42:53.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:42:53.561Z||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-07-13T01:42:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:43:03.099Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:43:03.103Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:43:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:43:53.558Z||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-07-13T01:43:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:43:53.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:43:53.561Z||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-07-13T01:43:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:44:03.100Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:44:03.101Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:44:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:44:53.558Z||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-07-13T01:44:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:44:53.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:44:53.560Z||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-07-13T01:44:53.560Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:45:03.097Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:45:03.098Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:45:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:45:53.558Z||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-07-13T01:45:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:45:53.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:45:53.561Z||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-07-13T01:45:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:46:03.096Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:46:03.097Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:46:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:46:53.558Z||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-07-13T01:46:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:46:53.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:46:53.560Z||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-07-13T01:46:53.560Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:47:03.097Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:47:03.099Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:47:53.558Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:47:53.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:47:53.560Z||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-07-13T01:47:53.560Z||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-07-13T01:47:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:47:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:48:03.101Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:48:03.102Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:48:53.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:48:53.559Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:48:53.561Z||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-07-13T01:48:53.561Z||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-07-13T01:48:53.562Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:48:53.562Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:49:03.106Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:49:03.106Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:49:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:49:53.559Z||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-07-13T01:49:53.559Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:49:53.560Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:49:53.561Z||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-07-13T01:49:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:50:03.100Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:50:03.102Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:50:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:50:53.558Z||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-07-13T01:50:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:50:53.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:50:53.561Z||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-07-13T01:50:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:51:03.100Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:51:03.101Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:51:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:51:53.558Z||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-07-13T01:51:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:51:53.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:51:53.561Z||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-07-13T01:51:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:52:03.098Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:52:03.098Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:52:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:52:53.558Z||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-07-13T01:52:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:52:53.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:52:53.561Z||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-07-13T01:52:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:53:03.098Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:53:03.098Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:53:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:53:53.557Z||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-07-13T01:53:53.557Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:53:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:53:53.561Z||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-07-13T01:53:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:54:03.113Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:54:03.113Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:54:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:54:53.558Z||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-07-13T01:54:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:54:53.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:54:53.560Z||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-07-13T01:54:53.560Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:55:03.099Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:55:03.101Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:55:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:55:53.558Z||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-07-13T01:55:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:55:53.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:55:53.561Z||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-07-13T01:55:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:56:03.098Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:56:03.099Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:56:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:56:53.558Z||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-07-13T01:56:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:56:53.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:56:53.560Z||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-07-13T01:56:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:57:03.096Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:57:03.096Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:57:53.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:57:53.558Z||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-07-13T01:57:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:57:53.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:57:53.560Z||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-07-13T01:57:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:58:03.099Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:58:03.099Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:58:53.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:58:53.558Z||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-07-13T01:58:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:58:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:58:53.561Z||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-07-13T01:58:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:59:03.095Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:59:03.097Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T01:59:53.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:59:53.558Z||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-07-13T01:59:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T01:59:53.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T01:59:53.561Z||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-07-13T01:59:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:00:03.096Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:00:03.096Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:00:53.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:00:53.557Z||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-07-13T02:00:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:00:53.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:00:53.561Z||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-07-13T02:00:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:01:03.097Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:01:03.102Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:01:53.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:01:53.558Z||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-07-13T02:01:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:01:53.560Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:01:53.561Z||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-07-13T02:01:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:02:03.096Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:02:03.098Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:02:53.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:02:53.558Z||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-07-13T02:02:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:02:53.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:02:53.561Z||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-07-13T02:02:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:03:03.098Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:03:03.102Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:03:53.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:03:53.557Z||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-07-13T02:03:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:03:53.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:03:53.560Z||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-07-13T02:03:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:04:03.098Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:04:03.098Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:04:53.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:04:53.558Z||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-07-13T02:04:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:04:53.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:04:53.561Z||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-07-13T02:04:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:05:03.103Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:05:03.105Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:05:53.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:05:53.558Z||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-07-13T02:05:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:05:53.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:05:53.561Z||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-07-13T02:05:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:06:03.098Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:06:03.099Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:06:53.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:06:53.558Z||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-07-13T02:06:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:06:53.560Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:06:53.560Z||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-07-13T02:06:53.560Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:07:03.095Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:07:03.097Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:07:53.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:07:53.558Z||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-07-13T02:07:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:07:53.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:07:53.561Z||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-07-13T02:07:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:08:03.097Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:08:03.099Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:08:53.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:08:53.558Z||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-07-13T02:08:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:08:53.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:08:53.560Z||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-07-13T02:08:53.560Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:09:03.099Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:09:03.099Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:09:53.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:09:53.557Z||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-07-13T02:09:53.557Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:09:53.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:09:53.560Z||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-07-13T02:09:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:10:03.094Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:10:03.095Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:10:53.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:10:53.558Z||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-07-13T02:10:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:10:53.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:10:53.560Z||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-07-13T02:10:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:11:03.098Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:11:03.099Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:11:53.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:11:53.557Z||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-07-13T02:11:53.557Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:11:53.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:11:53.560Z||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-07-13T02:11:53.560Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:12:03.100Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:12:03.101Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:12:53.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:12:53.557Z||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-07-13T02:12:53.557Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:12:53.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:12:53.560Z||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-07-13T02:12:53.560Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:13:03.094Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:13:03.143Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:13:53.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:13:53.558Z||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-07-13T02:13:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:13:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:13:53.561Z||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-07-13T02:13:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:13:58.850Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:13:58.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-07-13T02:13:58.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef","serviceName":"vFW 2021-07-13 02-11-01","serviceVersion":"1.0","serviceUUID":"21e29628-da02-46c0-aa33-aab85360ea22","serviceDescription":"catalog service description","serviceInvariantUUID":"464e721c-9dd3-4108-82d5-8c92ecf31e9d","resources":[{"resourceInstanceName":"vFW 698968a1-1c8a 0","resourceName":"vFW 698968a1-1c8a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf9e6aae-17f7-4754-ba43-f348e67f1a71","resourceInvariantUUID":"5d7e4562-f81c-4954-a62d-e9679a6583b3","resourceCustomizationUUID":"6589682e-3c7d-42ef-93ff-da3bf626bd5b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vf-license-model.xml","artifactChecksum":"ZGQ4ZjViZjQ4M2FhMjk5Zjk0Yzk0NDU2OTY1M2NkNTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ee3d8ecb-6a90-4488-8c85-ffe4b3de5aff","artifactVersion":"1"},{"artifactName":"vfw698968a11c8a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json","artifactChecksum":"OTQzNzYxMDUzMjYyZjdlNGE0YTE1MzA2MjkzNTJiNDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"59c8b8a4-2fea-4b0f-aed3-2f66c6676e0f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9c45abbe-eba6-412e-b367-2e25a8d3d274","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vendor-license-model.xml","artifactChecksum":"YTk2ZGI2MzdiZjIxOGI5NjgxNjZlYzgxYTk3YTdjMjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"30844a8e-3ebe-4c86-aaa2-c2974cb696b4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0cfee62b-419c-4d01-ba88-788192684216","artifactVersion":"2","generatedFromUUID":"9c45abbe-eba6-412e-b367-2e25a8d3d274"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210713021101-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-template.yml","artifactChecksum":"Nzk1YzU4M2NlYWFlYjU4N2MwYWE5YTBiNGUxZGY0ZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a3e28476-e91d-4700-bc07-b0d30ef836ce","artifactVersion":"1"},{"artifactName":"service-Vfw20210713021101-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar","artifactChecksum":"ZjZlMmY1YTlhODE0ZmU0MDRlZGY0N2NjZWI5NjAzYmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2d269431-becc-4efa-881b-3fb61fe50294","artifactVersion":"1"}],"workloadContext":"Production"} 2021-07-13T02:13:58.860Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:13:58.864Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:13:58.871Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:13:58.871Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142433557, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:13:58.972Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-07-13T02:13:58.977Z||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-07-13T02:13:58.978Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:13:58.990Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:13:58.990Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:13:59.103Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:13:59.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:13:59.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142433557, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:13:59.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:13:59.876Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:13:59.876Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:13:59.879Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:13:59.879Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142433557, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:13:59.979Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:13:59.980Z||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-07-13T02:13:59.980Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:13:59.996Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:13:59.996Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:14:00.879Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:14:00.880Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:14:00.882Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:14:00.882Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142433557, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-07-13T02:14:00.983Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:14:00.983Z||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-07-13T02:14:00.983Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:14:00.995Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:14:00.995Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:14:01.883Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:14:01.884Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:14:01.887Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:14:01.887Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142433557, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:14:01.987Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:14:01.988Z||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-07-13T02:14:01.988Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:14:01.999Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:14:01.999Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:14:02.888Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:14:02.889Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:14:02.891Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:14:02.892Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142433557, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-07-13T02:14:02.991Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-07-13T02:14:02.992Z||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-07-13T02:14:02.993Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:14:03.002Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:14:03.002Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:14:03.893Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:14:03.894Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:14:03.897Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:14:03.897Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142433557, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:14:03.997Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:14:03.998Z||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-07-13T02:14:03.998Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:14:04.010Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:14:04.011Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:14:04.898Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:14:04.899Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:14:04.901Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:14:04.901Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142433557, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:14:05.001Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:14:05.002Z||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-07-13T02:14:05.002Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:14:05.011Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:14:05.011Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:14:05.904Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "serviceName": "vFW 2021-07-13 02-11-01", "serviceVersion": "1.0", "serviceUUID": "21e29628-da02-46c0-aa33-aab85360ea22", "serviceDescription": "catalog service description", "serviceInvariantUUID": "464e721c-9dd3-4108-82d5-8c92ecf31e9d", "resources": [ { "resourceInstanceName": "vFW 698968a1-1c8a 0", "resourceCustomizationUUID": "6589682e-3c7d-42ef-93ff-da3bf626bd5b", "resourceName": "vFW 698968a1-1c8a", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf9e6aae-17f7-4754-ba43-f348e67f1a71", "resourceInvariantUUID": "5d7e4562-f81c-4954-a62d-e9679a6583b3", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw698968a11c8a0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json", "artifactChecksum": "OTQzNzYxMDUzMjYyZjdlNGE0YTE1MzA2MjkzNTJiNDQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "59c8b8a4-2fea-4b0f-aed3-2f66c6676e0f", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "9c45abbe-eba6-412e-b367-2e25a8d3d274", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0cfee62b-419c-4d01-ba88-788192684216", "generatedFromUUID": "9c45abbe-eba6-412e-b367-2e25a8d3d274" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0cfee62b-419c-4d01-ba88-788192684216", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210713021101-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar", "artifactChecksum": "ZjZlMmY1YTlhODE0ZmU0MDRlZGY0N2NjZWI5NjAzYmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2d269431-becc-4efa-881b-3fb61fe50294" } ], "workloadContext": "Production" } 2021-07-13T02:14:05.905Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-07-13T02:14:05.906Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 21e29628-da02-46c0-aa33-aab85360ea22 ASDC 2021-07-13T02:14:06.012Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef ServiceName:vFW 2021-07-13 02-11-01 ServiceVersion:1.0 ServiceUUID:21e29628-da02-46c0-aa33-aab85360ea22 ServiceInvariantUUID:464e721c-9dd3-4108-82d5-8c92ecf31e9d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210713021101-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar ArtifactUUID:2d269431-becc-4efa-881b-3fb61fe50294 ArtifactChecksum:ZjZlMmY1YTlhODE0ZmU0MDRlZGY0N2NjZWI5NjAzYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 698968a1-1c8a 0 ResourceCustomizationUUID:6589682e-3c7d-42ef-93ff-da3bf626bd5b ResourceInvariantUUID:5d7e4562-f81c-4954-a62d-e9679a6583b3 ResourceName:vFW 698968a1-1c8a ResourceType:VF ResourceUUID:bf9e6aae-17f7-4754-ba43-f348e67f1a71 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw698968a11c8a0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json ArtifactUUID:59c8b8a4-2fea-4b0f-aed3-2f66c6676e0f ArtifactChecksum:OTQzNzYxMDUzMjYyZjdlNGE0YTE1MzA2MjkzNTJiNDQ= 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/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml ArtifactUUID:9c45abbe-eba6-412e-b367-2e25a8d3d274 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/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env ArtifactUUID:0cfee62b-419c-4d01-ba88-788192684216 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/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env ArtifactUUID:0cfee62b-419c-4d01-ba88-788192684216 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-07-13T02:14:06.012Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 21e29628-da02-46c0-aa33-aab85360ea22 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-07-13T02:14:06.441Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-13T02:14:06.455Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-07-13T02:14:06.456Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-07-13T02:14:06.456Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2d269431-becc-4efa-881b-3fb61fe50294 from URL: /sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar 2021-07-13T02:14:06.456Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-07-13T02:14:06.457Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar 2021-07-13T02:14:07.401Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-07-13T02:14:07.418Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar 2d269431-becc-4efa-881b-3fb61fe50294 110102 2021-07-13T02:14:07.423Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar ASDC sendASDCNotification 2021-07-13T02:14:07.423Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar 2021-07-13T02:14:07.424Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-13T02:14:07.425Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:14:07.427Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:14:07.427Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142447418, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:14:07.527Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:14:07.529Z||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-07-13T02:14:07.529Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:14:07.540Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:14:07.541Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:14:08.428Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-13T02:14:08.430Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-07-13T02:14:08.431Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 2d269431-becc-4efa-881b-3fb61fe50294, URL: /sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar to file: /app/ASDC/1/service-Vfw20210713021101-csar.csar 2021-07-13T02:14:08.431Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210713021101-csar.csar 2021-07-13T02:14:08.553Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210713021101-csar.csar 2021-07-13T02:14:08.553Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210713021101-csar.csar 2021-07-13T02:14:09.001Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17530517152057953383/Definitions/service-Vfw20210713021101-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2021-07-13T02:14:11.875Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-07-13T02:14:11.879Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-07-13T02:14:11.879Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210713021101-csar.csar 2021-07-13T02:14:11.879Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-07-13T02:14:11.879Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210713021101-csar.csar 2021-07-13T02:14:11.880Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210713021101-csar.csar 2021-07-13T02:14:11.880Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210713021101-csar.csar 2021-07-13T02:14:11.880Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 698968a1-1c8a 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-Vfw20210713021101-csar.csar 2021-07-13T02:14:11.880Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210713021101-csar.csar 2021-07-13T02:14:11.880Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 698968a1-1c8a 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210713021101-csar.csar 2021-07-13T02:14:11.880Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210713021101-csar.csar 2021-07-13T02:14:11.880Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210713021101-csar.csar 2021-07-13T02:14:11.880Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210713021101-csar.csar 2021-07-13T02:14:11.880Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210713021101-csar.csar 2021-07-13T02:14:11.880Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210713021101-csar.csar 2021-07-13T02:14:11.881Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210713021101-csar.csar 2021-07-13T02:14:11.881Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210713021101-csar.csar 2021-07-13T02:14:11.881Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210713021101-csar.csar 2021-07-13T02:14:11.881Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-07-13T02:14:11.886Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:11.887Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:14:11.889Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is matching search criteria 2021-07-13T02:14:11.890Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-07-13T02:14:11.891Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 698968a1-1c8a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-13T02:14:11.892Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:11.892Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:14:11.892Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is matching search criteria 2021-07-13T02:14:11.892Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-07-13T02:14:11.892Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 698968a1-1c8a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-13T02:14:11.893Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:11.893Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:14:11.896Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:11.896Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is not matching search criteria 2021-07-13T02:14:11.896Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-07-13T02:14:11.896Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-07-13T02:14:11.896Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-07-13T02:14:11.897Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-07-13T02:14:11.897Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-07-13T02:14:11.897Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-07-13T02:14:11.897Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-07-13T02:14:11.897Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-07-13T02:14:11.897Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-07-13T02:14:11.897Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-07-13T02:14:11.898Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-07-13T02:14:11.898Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-07-13T02:14:11.898Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-07-13T02:14:11.898Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-07-13T02:14:11.898Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-07-13T02:14:11.898Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-07-13T02:14:11.898Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:11.899Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-07-13T02:14:11.899Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:11.900Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is matching search criteria 2021-07-13T02:14:11.900Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 698968a1-1c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:14:11.900Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:11.900Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is matching search criteria 2021-07-13T02:14:11.900Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 698968a1-1c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:14:11.901Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:11.901Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is matching search criteria 2021-07-13T02:14:11.901Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 698968a1-1c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:14:11.901Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:11.901Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is not matching search criteria 2021-07-13T02:14:11.901Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-07-13T02:14:11.902Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-07-13T02:14:11.902Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-07-13T02:14:11.902Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-07-13T02:14:11.902Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-07-13T02:14:11.902Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-07-13T02:14:11.902Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-07-13T02:14:11.902Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-07-13T02:14:11.903Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-07-13T02:14:11.903Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-07-13T02:14:11.903Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-07-13T02:14:11.903Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=965ef33b-d343-4662-81fd-ce27949dfe6d 2021-07-13T02:14:11.903Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:11.903Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is not matching search criteria 2021-07-13T02:14:11.903Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-07-13T02:14:11.904Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-07-13T02:14:11.904Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-07-13T02:14:11.904Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-07-13T02:14:11.904Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-07-13T02:14:11.904Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-07-13T02:14:11.904Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-07-13T02:14:11.904Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-07-13T02:14:11.905Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-07-13T02:14:11.905Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-07-13T02:14:11.905Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-07-13T02:14:11.905Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-07-13T02:14:11.905Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d681dbb1-cd57-4580-8d9b-5843c6e8b72f 2021-07-13T02:14:11.905Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:11.906Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is not matching search criteria 2021-07-13T02:14:11.906Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-07-13T02:14:11.906Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-07-13T02:14:11.906Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-07-13T02:14:11.906Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-07-13T02:14:11.906Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-07-13T02:14:11.906Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-07-13T02:14:11.907Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-07-13T02:14:11.907Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-07-13T02:14:11.907Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-07-13T02:14:11.907Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-07-13T02:14:11.907Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-07-13T02:14:11.907Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-07-13T02:14:11.907Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=34bc5395-94de-4fdd-aafc-bfac4bc1248a 2021-07-13T02:14:11.908Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:11.908Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:14:11.908Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:11.908Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:14:11.908Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:11.908Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:14:11.909Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:11.909Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:14:11.909Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-07-13 02-11-01 Description:catalog service description Model UUID:21e29628-da02-46c0-aa33-aab85360ea22 Model Version:NULL Model InvariantUuid:464e721c-9dd3-4108-82d5-8c92ecf31e9d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 698968a1-1c8a Model UUID:89fcdecd-a2fb-47c3-bd28-3a3649aacf97 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:5d7e4562-f81c-4954-a62d-e9679a6583b3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6589682e-3c7d-42ef-93ff-da3bf626bd5b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3c14cb1d-af60-4147-a439-b9bd364fc426 ModelName:Vfw698968a11c8a..base_vfw..module-0 ModelUuid:7b8dfd0c-8816-4155-88b3-6e1433201815 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:965ef33b-d343-4662-81fd-ce27949dfe6d ModelInvariantUuid:818b969f-20c1-41d2-9bae-01402ea547ac ModelName:vFW 698968a1-1c8a-nodes.vfwCvfc ModelUuid:dff3fe7c-7cab-4c43-b818-3abc16f2bf68 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:e1c0971e-efd9-4581-be92-2ca27ddc8461 ModelInvariantUuid:b404374c-96c6-4cde-8032-8675a316a4cf ModelName:Vfw698968a11c8a.compute.nodes.heat.vfw ModelUuid:32cfb1fe-3e55-4db0-aec3-4482f76170cc ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:d681dbb1-cd57-4580-8d9b-5843c6e8b72f ModelInvariantUuid:04f4b078-8836-4b34-9396-e247b856daed ModelName:vFW 698968a1-1c8a-nodes.vsnCvfc ModelUuid:134bb898-513a-4fad-b377-facaa7fbb5d0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:d472b4b4-e885-463d-a790-fa0865c34916 ModelInvariantUuid:c4548a73-362d-47af-b65c-3130aa05c227 ModelName:Vfw698968a11c8a.compute.nodes.heat.vsn ModelUuid:1610070c-b3e2-4114-9294-33ece44833af ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:34bc5395-94de-4fdd-aafc-bfac4bc1248a ModelInvariantUuid:794e7985-e8dd-42a2-b172-0cb87967622d ModelName:vFW 698968a1-1c8a-nodes.vpgCvfc ModelUuid:c53e53b6-cbb7-4fe3-83f6-23b1b105ba8f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:70a96fbd-f11f-4c2f-a9ea-be2c575818f0 ModelInvariantUuid:38796b62-d1f1-4c66-bdd4-8d5619553a37 ModelName:Vfw698968a11c8a.compute.nodes.heat.vpg ModelUuid:a6941c87-fa77-4349-b854-651e325b87ae 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-07-13T02:14:11.934Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: bf9e6aae-17f7-4754-ba43-f348e67f1a71 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-07-13T02:14:12.028Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||vFW 698968a1-1c8a 0 2021-07-13T02:14:12.034Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bf9e6aae-17f7-4754-ba43-f348e67f1a71 2021-07-13T02:14:12.034Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 59c8b8a4-2fea-4b0f-aed3-2f66c6676e0f from URL: /sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json 2021-07-13T02:14:12.034Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-07-13T02:14:12.034Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json 2021-07-13T02:14:12.919Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-07-13T02:14:12.919Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json 59c8b8a4-2fea-4b0f-aed3-2f66c6676e0f 785 2021-07-13T02:14:12.920Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json ASDC sendASDCNotification 2021-07-13T02:14:12.920Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json 2021-07-13T02:14:12.920Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-13T02:14:12.920Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:14:12.922Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:14:12.922Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142452920, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-13T02:14:13.022Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:14:13.023Z||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-07-13T02:14:13.024Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:14:13.034Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:14:13.034Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:14:13.927Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw698968a11c8a..base_vfw..module-0", "vfModuleModelInvariantUUID": "3c14cb1d-af60-4147-a439-b9bd364fc426", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7b8dfd0c-8816-4155-88b3-6e1433201815", "vfModuleModelCustomizationUUID": "f28da96d-a0da-4976-b530-7953382dff5a", "isBase": true, "artifacts": [ "9c45abbe-eba6-412e-b367-2e25a8d3d274", "0cfee62b-419c-4d01-ba88-788192684216" ], "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-07-13T02:14:13.952Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw698968a11c8a..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7b8dfd0c-8816-4155-88b3-6e1433201815 VfModuleModelInvariantUUID:3c14cb1d-af60-4147-a439-b9bd364fc426 VfModuleModelDescription:NULL Artifacts UUID List:{ 9c45abbe-eba6-412e-b367-2e25a8d3d274 , 0cfee62b-419c-4d01-ba88-788192684216 } 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-07-13T02:14:13.955Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw698968a11c8a..base_vfw..module-0", "vfModuleModelInvariantUUID": "3c14cb1d-af60-4147-a439-b9bd364fc426", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7b8dfd0c-8816-4155-88b3-6e1433201815", "vfModuleModelCustomizationUUID": "f28da96d-a0da-4976-b530-7953382dff5a", "isBase": true, "artifacts": [ "9c45abbe-eba6-412e-b367-2e25a8d3d274", "0cfee62b-419c-4d01-ba88-788192684216" ], "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-07-13T02:14:13.955Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw698968a11c8a..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7b8dfd0c-8816-4155-88b3-6e1433201815 VfModuleModelInvariantUUID:3c14cb1d-af60-4147-a439-b9bd364fc426 VfModuleModelDescription:NULL Artifacts UUID List:{ 9c45abbe-eba6-412e-b367-2e25a8d3d274 , 0cfee62b-419c-4d01-ba88-788192684216 } 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-07-13T02:14:13.955Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9c45abbe-eba6-412e-b367-2e25a8d3d274 from URL: /sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml 2021-07-13T02:14:13.955Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-07-13T02:14:13.955Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml 2021-07-13T02:14:14.292Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-07-13T02:14:14.293Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml 9c45abbe-eba6-412e-b367-2e25a8d3d274 20368 2021-07-13T02:14:14.293Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-07-13T02:14:14.293Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml 2021-07-13T02:14:14.293Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-13T02:14:14.293Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:14:14.295Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:14:14.295Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142454293, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:14:14.396Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:14:14.396Z||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-07-13T02:14:14.397Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:14:14.406Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:14:14.407Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:14:15.295Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0cfee62b-419c-4d01-ba88-788192684216 from URL: /sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env 2021-07-13T02:14:15.296Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-07-13T02:14:15.297Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env 2021-07-13T02:14:15.502Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-07-13T02:14:15.502Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env 0cfee62b-419c-4d01-ba88-788192684216 2098 2021-07-13T02:14:15.502Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-07-13T02:14:15.503Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env 2021-07-13T02:14:15.503Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-13T02:14:15.503Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:14:15.504Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:14:15.504Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142455502, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:14:15.605Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-07-13T02:14:15.605Z||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-07-13T02:14:15.606Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:14:15.617Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:14:15.617Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:14:16.505Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 21e29628-da02-46c0-aa33-aab85360ea22 2021-07-13T02:14:16.506Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 698968a1-1c8a 0 bf9e6aae-17f7-4754-ba43-f348e67f1a71 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-07-13T02:14:16.549Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:16.549Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:14:16.549Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-07-13T02:14:16.549Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 6589682e-3c7d-42ef-93ff-da3bf626bd5b 2021-07-13T02:14:16.549Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6589682e-3c7d-42ef-93ff-da3bf626bd5b matches Tosca VF Customization UUID: 6589682e-3c7d-42ef-93ff-da3bf626bd5b 2021-07-13T02:14:16.549Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 6589682e-3c7d-42ef-93ff-da3bf626bd5b 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-07-13T02:14:16.554Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:16.555Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:14:16.555Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 6589682e-3c7d-42ef-93ff-da3bf626bd5b: {\"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-07-13T02:14:16.556Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@976ceb1 2021-07-13T02:14:16.556Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:16.556Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-07-13T02:14:16.556Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f28da96d-a0da-4976-b530-7953382dff5a 2021-07-13T02:14:16.557Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f28da96d-a0da-4976-b530-7953382dff5a 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-07-13T02:14:16.561Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:16.561Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is matching search criteria 2021-07-13T02:14:16.561Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 698968a1-1c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:14:16.562Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:16.562Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is matching search criteria 2021-07-13T02:14:16.562Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 698968a1-1c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:14:16.562Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:16.562Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is not matching search criteria 2021-07-13T02:14:16.562Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-07-13T02:14:16.562Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-07-13T02:14:16.562Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-07-13T02:14:16.563Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-07-13T02:14:16.563Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-07-13T02:14:16.563Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-07-13T02:14:16.563Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-07-13T02:14:16.563Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-07-13T02:14:16.563Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-07-13T02:14:16.563Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-07-13T02:14:16.563Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-07-13T02:14:16.563Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=965ef33b-d343-4662-81fd-ce27949dfe6d 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-07-13T02:14:16.573Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:16.573Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is matching search criteria 2021-07-13T02:14:16.573Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 698968a1-1c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:14:16.574Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:16.574Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is not matching search criteria 2021-07-13T02:14:16.574Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-07-13T02:14:16.574Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-07-13T02:14:16.574Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-07-13T02:14:16.574Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-07-13T02:14:16.574Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-07-13T02:14:16.574Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-07-13T02:14:16.574Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-07-13T02:14:16.574Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-07-13T02:14:16.575Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-07-13T02:14:16.575Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-07-13T02:14:16.575Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-07-13T02:14:16.575Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-07-13T02:14:16.575Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d681dbb1-cd57-4580-8d9b-5843c6e8b72f 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-07-13T02:14:16.577Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:16.577Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is matching search criteria 2021-07-13T02:14:16.577Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 698968a1-1c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:14:16.579Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:16.579Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is not matching search criteria 2021-07-13T02:14:16.579Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-07-13T02:14:16.579Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-07-13T02:14:16.579Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-07-13T02:14:16.579Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-07-13T02:14:16.579Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-07-13T02:14:16.579Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-07-13T02:14:16.579Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-07-13T02:14:16.579Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-07-13T02:14:16.580Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-07-13T02:14:16.580Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-07-13T02:14:16.580Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-07-13T02:14:16.580Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-07-13T02:14:16.580Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=34bc5395-94de-4fdd-aafc-bfac4bc1248a 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-07-13T02:14:16.582Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:16.582Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is matching search criteria 2021-07-13T02:14:16.582Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 698968a1-1c8a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:14:16.582Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:16.582Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Node template vFW 698968a1-1c8a 0 is matching search criteria 2021-07-13T02:14:16.582Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 698968a1-1c8a 0] matching following query criteria: sdcType=VF, customizationUUID=6589682e-3c7d-42ef-93ff-da3bf626bd5b 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-07-13T02:14:16.583Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:16.584Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:14:16.584Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 21e29628-da02-46c0-aa33-aab85360ea22: vFW 698968a1-1c8a 2021-07-13T02:14:16.584Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:16.584Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:14:16.584Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:16.584Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:14:16.584Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:16.585Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:14:16.585Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:16.585Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:14:16.585Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:14:16.585Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-07-13 02-11-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:14:16.585Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-07-13 02-11-01 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-07-13T02:14:16.878Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 698968a1-1c8a bf9e6aae-17f7-4754-ba43-f348e67f1a71 1 ASDC deployResourceStructure 2021-07-13T02:14:16.878Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json ASDC sendASDCNotification 2021-07-13T02:14:16.878Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json 2021-07-13T02:14:16.878Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-13T02:14:16.878Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:14:16.880Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:14:16.880Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142456878, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json", "status": "DEPLOY_OK" } 2021-07-13T02:14:16.980Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:14:16.981Z||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-07-13T02:14:16.981Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:14:16.990Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:14:16.991Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-07-13T02:14:17.881Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-07-13T02:14:17.881Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml 2021-07-13T02:14:17.881Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-13T02:14:17.882Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:14:17.884Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:14:17.884Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142457881, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-07-13T02:14:17.984Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:14:17.985Z||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-07-13T02:14:17.985Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:14:17.994Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:14:17.994Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:14:18.885Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-07-13T02:14:18.885Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env 2021-07-13T02:14:18.885Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-13T02:14:18.886Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:14:18.887Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:14:18.887Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142458884, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-07-13T02:14:18.988Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:14:18.989Z||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-07-13T02:14:18.989Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:14:19.000Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:14:19.001Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:14:19.888Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar ASDC sendASDCNotification 2021-07-13T02:14:19.889Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar 2021-07-13T02:14:19.889Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-13T02:14:19.889Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:14:19.891Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:14:19.892Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142459888, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:14:19.992Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:14:19.993Z||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-07-13T02:14:19.993Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:14:20.002Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:14:20.003Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-07-13T02:14:20.893Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-13T02:14:20.917Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 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-07-13T02:14:20.919Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-13T02:14:20.920Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-13T02:14:20.920Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-13T02:14:50.920Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-13T02:14:50.931Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 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-07-13T02:14:50.934Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-13T02:14:50.934Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-13T02:14:50.934Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-13T02:14:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:14:53.561Z||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-07-13T02:14:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:14:53.580Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:14:53.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:14:53.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "cds", "timestamp": 1626142433798, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:14:53.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:15:20.934Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-13T02:15:20.944Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 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-07-13T02:15:20.947Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-13T02:15:20.947Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-13T02:15:20.947Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-13T02:15:50.948Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-13T02:15:50.958Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 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-07-13T02:15:50.960Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-13T02:15:50.960Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-13T02:15:50.961Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-13T02:15:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:15:53.561Z||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-07-13T02:15:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:15:53.582Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:15:53.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:15:53.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "dcae-sch", "timestamp": 1626142432501, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:15:53.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:15:53.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:15:53.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-windriver-id", "timestamp": 1626142432501, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:15:53.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:15:53.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:15:53.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "ves-openapi-manager", "timestamp": 1626142435151, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:15:53.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:15:53.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:15:53.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "policy-id", "timestamp": 1626142432654, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:15:53.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:20.961Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-13T02:16:20.976Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 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-07-13T02:16:20.981Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-13T02:16:20.981Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-13T02:16:20.981Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-13T02:16:50.982Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-13T02:16:50.994Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 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-07-13T02:16:50.997Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-13T02:16:50.998Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-13T02:16:50.998Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-13T02:16:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:16:53.561Z||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-07-13T02:16:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:16:53.579Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:16:53.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "cds", "timestamp": 1626142433798, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142433557, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:16:53.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "dcae-sch", "timestamp": 1626142432501, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "ves-openapi-manager", "timestamp": 1626142435151, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-windriver-id", "timestamp": 1626142432501, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:16:53.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "policy-id", "timestamp": 1626142432654, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "cds", "timestamp": 1626142433798, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "dcae-sch", "timestamp": 1626142432501, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142433557, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-07-13T02:16:53.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-windriver-id", "timestamp": 1626142432501, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-07-13T02:16:53.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "ves-openapi-manager", "timestamp": 1626142435151, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "policy-id", "timestamp": 1626142432654, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-07-13T02:16:53.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "cds", "timestamp": 1626142433798, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "dcae-sch", "timestamp": 1626142432501, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142433557, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-windriver-id", "timestamp": 1626142432501, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "ves-openapi-manager", "timestamp": 1626142435151, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "policy-id", "timestamp": 1626142432654, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-k8s-id", "timestamp": 1626142441493, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "cds", "timestamp": 1626142433798, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.599Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "dcae-sch", "timestamp": 1626142432501, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.599Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142433557, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-07-13T02:16:53.599Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-windriver-id", "timestamp": 1626142432501, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-07-13T02:16:53.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "ves-openapi-manager", "timestamp": 1626142435151, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "policy-id", "timestamp": 1626142432654, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-k8s-id", "timestamp": 1626142441493, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:16:53.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "cds", "timestamp": 1626142433798, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "dcae-sch", "timestamp": 1626142432501, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142433557, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-windriver-id", "timestamp": 1626142432501, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "ves-openapi-manager", "timestamp": 1626142435151, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "policy-id", "timestamp": 1626142432654, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-k8s-id", "timestamp": 1626142441493, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-07-13T02:16:53.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "cds", "timestamp": 1626142433798, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:16:53.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "dcae-sch", "timestamp": 1626142432501, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142433557, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:16:53.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-windriver-id", "timestamp": 1626142432501, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:16:53.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "ves-openapi-manager", "timestamp": 1626142435151, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "policy-id", "timestamp": 1626142432654, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:16:53.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-k8s-id", "timestamp": 1626142441493, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-k8s-id", "timestamp": 1626142441493, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-07-13T02:16:53.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626142445720, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-windriver-id", "timestamp": 1626142446703, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-13T02:16:53.605Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:16:53.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "cds", "timestamp": 1626142446799, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:16:53.605Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:16:53.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "policy-id", "timestamp": 1626142446788, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:16:53.605Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:16:53.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-k8s-id", "timestamp": 1626142441493, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-starlingx-id", "timestamp": 1626142446545, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626142445720, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142447418, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:16:53.607Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:16:53.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "cds", "timestamp": 1626142447811, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-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-07-13T02:16:53.615Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 2021-07-13T02:16:53.616Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 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-07-13T02:16:53.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "policy-id", "timestamp": 1626142447795, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:16:53.627Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:16:53.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-k8s-id", "timestamp": 1626142441493, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:16:53.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-starlingx-id", "timestamp": 1626142446545, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:16:53.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626142445720, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-windriver-id", "timestamp": 1626142448701, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:16:53.628Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:16:53.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "policy-id", "timestamp": 1626142448799, "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-07-13T02:16:53.634Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 2021-07-13T02:16:53.635Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 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-07-13T02:16:53.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-starlingx-id", "timestamp": 1626142446545, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-07-13T02:16:53.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626142445720, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-k8s-id", "timestamp": 1626142450012, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-13T02:16:53.646Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:16:53.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-starlingx-id", "timestamp": 1626142446545, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626142445720, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-windriver-id", "timestamp": 1626142450500, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:16:53.647Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:16:53.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "aai-ml", "timestamp": 1626142450503, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-starlingx-id", "timestamp": 1626142446545, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-07-13T02:16:53.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626142445720, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-windriver-id", "timestamp": 1626142451510, "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-07-13T02:16:53.653Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 2021-07-13T02:16:53.653Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 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-07-13T02:16:53.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-k8s-id", "timestamp": 1626142451940, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:16:53.661Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:16:53.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "aai-ml", "timestamp": 1626142450503, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-starlingx-id", "timestamp": 1626142446545, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626142445720, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:16:53.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-windriver-id", "timestamp": 1626142452516, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json", "status": "DEPLOY_OK" } 2021-07-13T02:16:53.662Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:16:53.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142452920, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-13T02:16:53.663Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:16:53.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-k8s-id", "timestamp": 1626142453122, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:16:53.663Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:16:53.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "aai-ml", "timestamp": 1626142450503, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-starlingx-id", "timestamp": 1626142446545, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:16:53.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626142453593, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:16:53.664Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:16:53.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "aai-ml", "timestamp": 1626142450503, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142454293, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:16:53.664Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:16:53.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-starlingx-id", "timestamp": 1626142454698, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-13T02:16:53.664Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:16:53.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-k8s-id", "timestamp": 1626142455006, "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-07-13T02:16:53.670Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 2021-07-13T02:16:53.670Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 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-07-13T02:16:53.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "aai-ml", "timestamp": 1626142450503, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142455502, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:16:53.677Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:16:53.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-k8s-id", "timestamp": 1626142456009, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json", "status": "DEPLOY_OK" } 2021-07-13T02:16:53.678Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:16:53.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-starlingx-id", "timestamp": 1626142456014, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:16:53.678Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:16:53.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "aai-ml", "timestamp": 1626142450503, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142456878, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json", "status": "DEPLOY_OK" } 2021-07-13T02:16:53.678Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:16:53.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "aai-ml", "timestamp": 1626142450503, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:16:53.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-starlingx-id", "timestamp": 1626142457289, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:16:53.679Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:16:53.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "clamp", "timestamp": 1626142457084, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142457881, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-07-13T02:16:53.679Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:16:53.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-starlingx-id", "timestamp": 1626142458295, "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-07-13T02:16:53.684Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 2021-07-13T02:16:53.684Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 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-07-13T02:16:53.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626142458364, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:16:53.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:16:53.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "clamp", "timestamp": 1626142457084, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:16:53.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "aai-ml", "timestamp": 1626142458849, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:16:53.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:16:53.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142458884, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-07-13T02:16:53.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:16:53.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "multicloud-starlingx-id", "timestamp": 1626142459300, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vfw698968a11c8a0_modules.json", "status": "DEPLOY_OK" } 2021-07-13T02:16:53.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:16:53.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626142459368, "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-07-13T02:16:53.698Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 2021-07-13T02:16:53.698Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 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-07-13T02:16:53.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "clamp", "timestamp": 1626142457084, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142459888, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:16:53.707Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:16:53.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "clamp", "timestamp": 1626142457084, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "clamp", "timestamp": 1626142457084, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/resourceInstances/vfw698968a11c8a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "clamp", "timestamp": 1626142457084, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "clamp", "timestamp": 1626142457084, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:16:53.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "aai-ml", "timestamp": 1626142471386, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:16:53.708Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:16:53.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "aai-ml", "timestamp": 1626142472390, "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-07-13T02:16:53.715Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 2021-07-13T02:16:53.715Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 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-07-13T02:16:53.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "clamp", "timestamp": 1626142475918, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:16:53.724Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:16:53.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "clamp", "timestamp": 1626142477926, "artifactURL": "/sdc/v1/catalog/services/Vfw20210713021101/1.0/artifacts/service-Vfw20210713021101-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:16:53.725Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:16:53.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "clamp", "timestamp": 1626142478929, "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-07-13T02:16:53.732Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 2021-07-13T02:16:53.732Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 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-07-13T02:16:53.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "cds", "timestamp": 1626142478798, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "clamp", "timestamp": 1626142487084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-k8s-id", "timestamp": 1626142481493, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "aai-ml", "timestamp": 1626142480503, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-starlingx-id", "timestamp": 1626142486545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "cds", "timestamp": 1626142478798, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "clamp", "timestamp": 1626142487084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:16:53.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-k8s-id", "timestamp": 1626142481493, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:16:53.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "aai-ml", "timestamp": 1626142480503, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-starlingx-id", "timestamp": 1626142486545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:16:53.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "cds", "timestamp": 1626142478798, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "clamp", "timestamp": 1626142487084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-k8s-id", "timestamp": 1626142481493, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-07-13T02:16:53.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "aai-ml", "timestamp": 1626142480503, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-starlingx-id", "timestamp": 1626142486545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-07-13T02:16:53.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "cds", "timestamp": 1626142478798, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "clamp", "timestamp": 1626142487084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-k8s-id", "timestamp": 1626142481493, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "aai-ml", "timestamp": 1626142480503, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-starlingx-id", "timestamp": 1626142486545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "cds", "timestamp": 1626142478798, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "clamp", "timestamp": 1626142487084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-k8s-id", "timestamp": 1626142481493, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-07-13T02:16:53.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "aai-ml", "timestamp": 1626142480503, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-starlingx-id", "timestamp": 1626142486545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-07-13T02:16:53.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "dcae-sch", "timestamp": 1626142492501, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-windriver-id", "timestamp": 1626142492500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "policy-id", "timestamp": 1626142492654, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "cds", "timestamp": 1626142478798, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "clamp", "timestamp": 1626142487084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-k8s-id", "timestamp": 1626142481493, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "aai-ml", "timestamp": 1626142480503, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:16:53.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:16:53.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-starlingx-id", "timestamp": 1626142486545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:16:53.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:20.998Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-13T02:17:21.012Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 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-07-13T02:17:21.015Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-13T02:17:21.015Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-07-13T02:17:21.015Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-07-13T02:17:21.016Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-07-13T02:17:21.016Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:17:21.016Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:17:21.016Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:17:21.016Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:17:21.016Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:17:21.016Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:17:21.016Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-07-13T02:17:21.022Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-07-13T02:17:51.022Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef 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-07-13T02:17:51.030Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef and serviceModelVersionId: 21e29628-da02-46c0-aa33-aab85360ea22 2021-07-13T02:17:51.031Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 464e721c-9dd3-4108-82d5-8c92ecf31e9d 2021-07-13T02:17:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:17:53.561Z||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-07-13T02:17:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:17:54.085Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:17:54.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "dcae-sch", "timestamp": 1626142492501, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:17:54.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-windriver-id", "timestamp": 1626142492500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:17:54.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "policy-id", "timestamp": 1626142492654, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:17:54.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "clamp", "timestamp": 1626142487084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:17:54.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "cds", "timestamp": 1626142478798, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:17:54.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-k8s-id", "timestamp": 1626142481493, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:17:54.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "aai-ml", "timestamp": 1626142480503, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:17:54.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-starlingx-id", "timestamp": 1626142486545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:17:54.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "dcae-sch", "timestamp": 1626142492501, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:17:54.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-windriver-id", "timestamp": 1626142492500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-07-13T02:17:54.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "policy-id", "timestamp": 1626142492654, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-07-13T02:17:54.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "cds", "timestamp": 1626142495525, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:17:54.092Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:17:54.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-k8s-id", "timestamp": 1626142495523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-13T02:17:54.093Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:17:54.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "aai-ml", "timestamp": 1626142495541, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:17:54.093Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:17:54.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-starlingx-id", "timestamp": 1626142495560, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-13T02:17:54.094Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:17:54.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "ves-openapi-manager", "timestamp": 1626142495151, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:17:54.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "dcae-sch", "timestamp": 1626142492501, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:17:54.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-windriver-id", "timestamp": 1626142492500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:17:54.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "policy-id", "timestamp": 1626142492654, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:17:54.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "cds", "timestamp": 1626142496529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-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-07-13T02:17:54.114Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 753d9103-36b1-4977-b7c3-33addf521b9e 2021-07-13T02:17:54.114Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 753d9103-36b1-4977-b7c3-33addf521b9e 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-07-13T02:17:54.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-k8s-id", "timestamp": 1626142496691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:17:54.124Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:17:54.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-starlingx-id", "timestamp": 1626142496717, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:17:54.125Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:17:54.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "ves-openapi-manager", "timestamp": 1626142495151, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:17:54.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "dcae-sch", "timestamp": 1626142492501, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:17:54.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-windriver-id", "timestamp": 1626142492500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-07-13T02:17:54.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "policy-id", "timestamp": 1626142492654, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:17:54.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "ves-openapi-manager", "timestamp": 1626142495151, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:17:54.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "dcae-sch", "timestamp": 1626142492501, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:17:54.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-windriver-id", "timestamp": 1626142492500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:17:54.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-k8s-id", "timestamp": 1626142498206, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:17:54.130Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:17:54.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-starlingx-id", "timestamp": 1626142498209, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:17:54.131Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:17:54.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "policy-id", "timestamp": 1626142492654, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:17:54.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "ves-openapi-manager", "timestamp": 1626142495151, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:17:54.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "dcae-sch", "timestamp": 1626142492501, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:17:54.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-windriver-id", "timestamp": 1626142492500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:17:54.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-starlingx-id", "timestamp": 1626142499214, "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-07-13T02:17:54.140Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 753d9103-36b1-4977-b7c3-33addf521b9e 2021-07-13T02:17:54.140Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 753d9103-36b1-4977-b7c3-33addf521b9e 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-07-13T02:17:54.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-k8s-id", "timestamp": 1626142499220, "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-07-13T02:17:54.157Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 753d9103-36b1-4977-b7c3-33addf521b9e 2021-07-13T02:17:54.158Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 753d9103-36b1-4977-b7c3-33addf521b9e 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-07-13T02:17:54.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "policy-id", "timestamp": 1626142492654, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:17:54.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "ves-openapi-manager", "timestamp": 1626142495151, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:17:54.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-starlingx-id", "timestamp": 1626142500217, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json", "status": "DEPLOY_OK" } 2021-07-13T02:17:54.167Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:17:54.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-k8s-id", "timestamp": 1626142500223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json", "status": "DEPLOY_OK" } 2021-07-13T02:17:54.168Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:17:54.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-windriver-id", "timestamp": 1626142500790, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-13T02:17:54.168Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:17:54.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "ves-openapi-manager", "timestamp": 1626142495151, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:17:54.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "policy-id", "timestamp": 1626142501017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:17:54.169Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:17:54.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "ves-openapi-manager", "timestamp": 1626142495151, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:17:54.170Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "policy-id", "timestamp": 1626142502021, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:17:54.170Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:17:54.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "aai-ml", "timestamp": 1626142502597, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:17:54.171Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:17:54.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "policy-id", "timestamp": 1626142503024, "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-07-13T02:17:54.177Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 753d9103-36b1-4977-b7c3-33addf521b9e 2021-07-13T02:17:54.177Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 753d9103-36b1-4977-b7c3-33addf521b9e 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-07-13T02:17:54.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-windriver-id", "timestamp": 1626142503108, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:17:54.188Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:17:54.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "aai-ml", "timestamp": 1626142503600, "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-07-13T02:17:54.195Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 753d9103-36b1-4977-b7c3-33addf521b9e 2021-07-13T02:17:54.196Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 753d9103-36b1-4977-b7c3-33addf521b9e 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-07-13T02:17:54.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.206Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-windriver-id", "timestamp": 1626142504897, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:17:54.207Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:17:54.207Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.207Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-windriver-id", "timestamp": 1626142505905, "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-07-13T02:17:54.214Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 753d9103-36b1-4977-b7c3-33addf521b9e 2021-07-13T02:17:54.214Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 753d9103-36b1-4977-b7c3-33addf521b9e 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-07-13T02:17:54.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626142505720, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:17:54.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "multicloud-windriver-id", "timestamp": 1626142506909, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json", "status": "DEPLOY_OK" } 2021-07-13T02:17:54.238Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:17:54.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "clamp", "timestamp": 1626142506915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:17:54.239Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:17:54.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626142505720, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:17:54.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626142505720, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:17:54.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "clamp", "timestamp": 1626142508921, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:17:54.240Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:17:54.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626142505720, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:17:54.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "clamp", "timestamp": 1626142509923, "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-07-13T02:17:54.248Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 753d9103-36b1-4977-b7c3-33addf521b9e 2021-07-13T02:17:54.248Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 753d9103-36b1-4977-b7c3-33addf521b9e 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-07-13T02:17:54.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626142505720, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:17:54.260Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626142505720, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:17:54.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626142505720, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:17:54.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:17:54.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626142513516, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:17:54.262Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:17:54.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626142515689, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:17:54.263Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:17:54.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:17:54.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626142516692, "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-07-13T02:17:54.269Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 753d9103-36b1-4977-b7c3-33addf521b9e 2021-07-13T02:17:54.269Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 753d9103-36b1-4977-b7c3-33addf521b9e 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-07-13T02:18:02.277Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/464e721c-9dd3-4108-82d5-8c92ecf31e9d/model-vers/model-ver/21e29628-da02-46c0-aa33-aab85360ea22?depth=0 2021-07-13T02:18:02.428Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-07-13T02:18:02.897Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/464e721c-9dd3-4108-82d5-8c92ecf31e9d/model-vers/model-ver/21e29628-da02-46c0-aa33-aab85360ea22?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-07-13T02:18:02.901Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/464e721c-9dd3-4108-82d5-8c92ecf31e9d/model-vers/model-ver/21e29628-da02-46c0-aa33-aab85360ea22?depth=0|INFO|500||Invoke 2021-07-13T02:18:03.057Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/464e721c-9dd3-4108-82d5-8c92ecf31e9d/model-vers/model-ver/21e29628-da02-46c0-aa33-aab85360ea22?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-07-13T02:18:03.395Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/464e721c-9dd3-4108-82d5-8c92ecf31e9d/model-vers/model-ver/21e29628-da02-46c0-aa33-aab85360ea22?depth=0|INFO|500||InvokeReturn 2021-07-13T02:18:03.396Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/464e721c-9dd3-4108-82d5-8c92ecf31e9d/model-vers/model-ver/21e29628-da02-46c0-aa33-aab85360ea22?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210713-02:18:03:066-28601], vertex-id=[213232], Content-Length=[0], Date=[Tue, 13 Jul 2021 02:18:03 GMT], Content-Type=[application/json]} 2021-07-13T02:18:03.396Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-07-13T02:18:03.402Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-07-13T02:18:03.402Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-07-13T02:18:03.405Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-07-13T02:18:03.406Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-07-13T02:18:03.407Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-07-13T02:18:03.408Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:18:03.410Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:18:03.410Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142683407, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-13T02:18:03.510Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:18:03.511Z||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-07-13T02:18:03.511Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:18:03.520Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:18:03.521Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-07-13T02:18:04.425Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:18:04.426Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|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-07-13T02:18:04.426Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:18:08.711Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:18:08.713Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-07-13T02:18:08.713Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"753d9103-36b1-4977-b7c3-33addf521b9e","serviceName":"basic_onboard_jKoIvb","serviceVersion":"1.0","serviceUUID":"3ad620f8-798d-499b-b44f-8c70f54a24ce","serviceDescription":"service","serviceInvariantUUID":"6c12b11b-28ab-4dfe-b5d3-cc48fe7a73f1","resources":[{"resourceInstanceName":"basic_onboard_jKoIvb 0","resourceName":"basic_onboard_jKoIvb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"94b30f2f-3556-4ced-a58a-09763aa9df4a","resourceInvariantUUID":"9bc50aec-0c85-45eb-9b34-1ef65d9b1e1a","resourceCustomizationUUID":"bdcc7e8d-dde6-4f75-ae35-e1f69a7e2d9c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vf-license-model.xml","artifactChecksum":"MDg1NWI3ZjU5ZmM1MDQ2OWMyYmYzMjVmZGRkMzg3NWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3087a1d7-fd98-448f-aa9b-f859f92ebfda","artifactVersion":"1"},{"artifactName":"basic_onboard_jkoivb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json","artifactChecksum":"YjNkZmM4MTEzMjkzNWM2NDgzMDVhMWVkZjhmZDNjYjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fab1f582-d996-487b-a446-b27e417eb4bf","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f13adf4f-1c16-494b-ac55-dd34617eccec","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b2ff6c48-58e4-41d5-b893-21cabd45c165","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"10ddfcd2-d32a-402b-b6b1-11ea6439b5b8","artifactVersion":"2","generatedFromUUID":"f13adf4f-1c16-494b-ac55-dd34617eccec"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJkoivb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-template.yml","artifactChecksum":"ZGE5YTI1ODBmMWViNTM0NTJlNWY1NDE5YWQ2MWE3MzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a56fc84a-7505-4e54-b9ca-13d52cb436b5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJkoivb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar","artifactChecksum":"YTEzZWVlZDY5NmU0MWI4ZjFmYzdhMDcxZjZiNWIxMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0f330fd8-b1a1-4664-984b-81c2b0b141ce","artifactVersion":"1"}],"workloadContext":"Production"} 2021-07-13T02:18:08.716Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:18:08.717Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:18:08.718Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:18:08.719Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142684425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:18:08.820Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-07-13T02:18:08.821Z||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-07-13T02:18:08.821Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:18:08.829Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:18:08.830Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:18:09.719Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:18:09.720Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:18:09.723Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:18:09.723Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142684425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:18:09.823Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:18:09.824Z||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-07-13T02:18:09.824Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:18:09.834Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:18:09.835Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:18:10.724Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:18:10.725Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:18:10.727Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:18:10.728Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142684425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-07-13T02:18:10.828Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:18:10.828Z||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-07-13T02:18:10.828Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:18:10.837Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:18:10.838Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:18:11.728Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:18:11.730Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:18:11.732Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:18:11.732Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142684425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:18:11.833Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-07-13T02:18:11.834Z||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-07-13T02:18:11.834Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:18:11.843Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:18:11.844Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-07-13T02:18:12.733Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:18:12.734Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:18:12.737Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:18:12.737Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142684425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-07-13T02:18:12.837Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:18:12.838Z||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-07-13T02:18:12.838Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:18:12.848Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:18:12.849Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:18:13.737Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:18:13.739Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:18:13.741Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:18:13.742Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142684425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:18:13.842Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:18:13.842Z||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-07-13T02:18:13.843Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:18:13.853Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:18:13.854Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:18:14.742Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:18:14.743Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:18:14.747Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:18:14.747Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142684425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:18:14.847Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:18:14.848Z||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-07-13T02:18:14.848Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:18:14.858Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:18:14.859Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:18:15.749Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "serviceName": "basic_onboard_jKoIvb", "serviceVersion": "1.0", "serviceUUID": "3ad620f8-798d-499b-b44f-8c70f54a24ce", "serviceDescription": "service", "serviceInvariantUUID": "6c12b11b-28ab-4dfe-b5d3-cc48fe7a73f1", "resources": [ { "resourceInstanceName": "basic_onboard_jKoIvb 0", "resourceCustomizationUUID": "bdcc7e8d-dde6-4f75-ae35-e1f69a7e2d9c", "resourceName": "basic_onboard_jKoIvb", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "94b30f2f-3556-4ced-a58a-09763aa9df4a", "resourceInvariantUUID": "9bc50aec-0c85-45eb-9b34-1ef65d9b1e1a", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_jkoivb0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json", "artifactChecksum": "YjNkZmM4MTEzMjkzNWM2NDgzMDVhMWVkZjhmZDNjYjk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fab1f582-d996-487b-a446-b27e417eb4bf", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f13adf4f-1c16-494b-ac55-dd34617eccec", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "10ddfcd2-d32a-402b-b6b1-11ea6439b5b8", "generatedFromUUID": "f13adf4f-1c16-494b-ac55-dd34617eccec" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "10ddfcd2-d32a-402b-b6b1-11ea6439b5b8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardJkoivb-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar", "artifactChecksum": "YTEzZWVlZDY5NmU0MWI4ZjFmYzdhMDcxZjZiNWIxMGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0f330fd8-b1a1-4664-984b-81c2b0b141ce" } ], "workloadContext": "Production" } 2021-07-13T02:18:15.750Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-07-13T02:18:15.750Z|ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3ad620f8-798d-499b-b44f-8c70f54a24ce ASDC 2021-07-13T02:18:15.750Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:753d9103-36b1-4977-b7c3-33addf521b9e ServiceName:basic_onboard_jKoIvb ServiceVersion:1.0 ServiceUUID:3ad620f8-798d-499b-b44f-8c70f54a24ce ServiceInvariantUUID:6c12b11b-28ab-4dfe-b5d3-cc48fe7a73f1 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardJkoivb-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar ArtifactUUID:0f330fd8-b1a1-4664-984b-81c2b0b141ce ArtifactChecksum:YTEzZWVlZDY5NmU0MWI4ZjFmYzdhMDcxZjZiNWIxMGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_jKoIvb 0 ResourceCustomizationUUID:bdcc7e8d-dde6-4f75-ae35-e1f69a7e2d9c ResourceInvariantUUID:9bc50aec-0c85-45eb-9b34-1ef65d9b1e1a ResourceName:basic_onboard_jKoIvb ResourceType:VF ResourceUUID:94b30f2f-3556-4ced-a58a-09763aa9df4a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_jkoivb0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json ArtifactUUID:fab1f582-d996-487b-a446-b27e417eb4bf ArtifactChecksum:YjNkZmM4MTEzMjkzNWM2NDgzMDVhMWVkZjhmZDNjYjk= 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/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml ArtifactUUID:f13adf4f-1c16-494b-ac55-dd34617eccec 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/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env ArtifactUUID:10ddfcd2-d32a-402b-b6b1-11ea6439b5b8 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/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env ArtifactUUID:10ddfcd2-d32a-402b-b6b1-11ea6439b5b8 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-07-13T02:18:15.750Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3ad620f8-798d-499b-b44f-8c70f54a24ce 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-07-13T02:18:15.783Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-13T02:18:15.784Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-07-13T02:18:15.784Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-07-13T02:18:15.784Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0f330fd8-b1a1-4664-984b-81c2b0b141ce from URL: /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar 2021-07-13T02:18:15.785Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-07-13T02:18:15.785Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar 2021-07-13T02:18:15.940Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-07-13T02:18:15.945Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar 0f330fd8-b1a1-4664-984b-81c2b0b141ce 74818 2021-07-13T02:18:15.945Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar ASDC sendASDCNotification 2021-07-13T02:18:15.945Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar 2021-07-13T02:18:15.946Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-13T02:18:15.946Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:18:15.948Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:18:15.948Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142695945, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:18:16.049Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-07-13T02:18:16.049Z||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-07-13T02:18:16.050Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:18:16.059Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:18:16.060Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-07-13T02:18:16.949Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-13T02:18:16.950Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-07-13T02:18:16.951Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0f330fd8-b1a1-4664-984b-81c2b0b141ce, URL: /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar to file: /app/ASDC/1/service-BasicOnboardJkoivb-csar.csar 2021-07-13T02:18:16.951Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJkoivb-csar.csar 2021-07-13T02:18:16.952Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJkoivb-csar.csar 2021-07-13T02:18:16.952Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJkoivb-csar.csar 2021-07-13T02:18:17.092Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9661053133642854308/Definitions/service-BasicOnboardJkoivb-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-07-13T02:18:18.101Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-07-13T02:18:18.101Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-07-13T02:18:18.101Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJkoivb-csar.csar 2021-07-13T02:18:18.101Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-07-13T02:18:18.101Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_jKoIvb 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJkoivb-csar.csar 2021-07-13T02:18:18.102Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardJkoivb-csar.csar 2021-07-13T02:18:18.102Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJkoivb-csar.csar 2021-07-13T02:18:18.102Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_jKoIvb 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-BasicOnboardJkoivb-csar.csar 2021-07-13T02:18:18.102Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJkoivb-csar.csar 2021-07-13T02:18:18.102Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJkoivb-csar.csar 2021-07-13T02:18:18.102Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJkoivb-csar.csar 2021-07-13T02:18:18.102Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJkoivb-csar.csar 2021-07-13T02:18:18.102Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJkoivb-csar.csar 2021-07-13T02:18:18.102Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardJkoivb-csar.csar 2021-07-13T02:18:18.102Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-07-13T02:18:18.102Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:18:18.103Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:18:18.103Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_jKoIvb 0 is matching search criteria 2021-07-13T02:18:18.103Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-07-13T02:18:18.103Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_jKoIvb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-13T02:18:18.103Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:18:18.103Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:18:18.103Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_jKoIvb 0 is matching search criteria 2021-07-13T02:18:18.103Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-07-13T02:18:18.104Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_jKoIvb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-13T02:18:18.104Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:18:18.104Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:18:18.104Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:18:18.104Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_jKoIvb 0 is not matching search criteria 2021-07-13T02:18:18.104Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-07-13T02:18:18.104Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-07-13T02:18:18.104Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-07-13T02:18:18.104Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-07-13T02:18:18.104Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-07-13T02:18:18.105Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:18:18.105Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-07-13T02:18:18.105Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:18:18.105Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_jKoIvb 0 is matching search criteria 2021-07-13T02:18:18.105Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_jKoIvb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:18:18.105Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:18:18.105Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_jKoIvb 0 is matching search criteria 2021-07-13T02:18:18.105Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_jKoIvb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:18:18.106Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:18:18.106Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_jKoIvb 0 is matching search criteria 2021-07-13T02:18:18.106Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_jKoIvb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:18:18.106Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:18:18.106Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_jKoIvb 0 is not matching search criteria 2021-07-13T02:18:18.106Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-07-13T02:18:18.106Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-07-13T02:18:18.106Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=94034249-1b50-4ceb-8fe1-fa92f19c8b63 2021-07-13T02:18:18.106Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:18:18.106Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:18:18.107Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:18:18.107Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:18:18.107Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:18:18.107Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:18:18.107Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:18:18.107Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:18:18.107Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_jKoIvb Description:service Model UUID:3ad620f8-798d-499b-b44f-8c70f54a24ce Model Version:NULL Model InvariantUuid:6c12b11b-28ab-4dfe-b5d3-cc48fe7a73f1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_jKoIvb Model UUID:0f6790fd-0c03-4811-a9d3-4b6c60c61bbe Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9bc50aec-0c85-45eb-9b34-1ef65d9b1e1a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:bdcc7e8d-dde6-4f75-ae35-e1f69a7e2d9c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:33507eb9-f535-4407-bc08-8994a51d48a5 ModelName:BasicOnboardJkoivb..base_ubuntu18..module-0 ModelUuid:a2546a1d-19ab-4d5c-b654-5fc67a37edf4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:94034249-1b50-4ceb-8fe1-fa92f19c8b63 ModelInvariantUuid:998367a1-ae5f-48f5-9377-f15454ae5d4d ModelName:basic_onboard_jKoIvb-nodes.ubuntu18Cvfc ModelUuid:9ac0b1bf-265d-47f4-9ab3-be84ecb89205 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:ef7687aa-5851-4659-b28e-5ace872783fb ModelInvariantUuid:07a177d1-8003-4547-8ae9-7ee0fa147960 ModelName:BasicOnboardJkoivb.compute.nodes.heat.ubuntu18 ModelUuid:3f17b4d6-4964-4ccf-999c-9231b6c265e4 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-07-13T02:18:18.112Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 94b30f2f-3556-4ced-a58a-09763aa9df4a 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-07-13T02:18:18.114Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||basic_onboard_jKoIvb 0 2021-07-13T02:18:18.114Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 94b30f2f-3556-4ced-a58a-09763aa9df4a 2021-07-13T02:18:18.114Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fab1f582-d996-487b-a446-b27e417eb4bf from URL: /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json 2021-07-13T02:18:18.114Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-07-13T02:18:18.114Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json 2021-07-13T02:18:18.590Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-07-13T02:18:18.590Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json fab1f582-d996-487b-a446-b27e417eb4bf 798 2021-07-13T02:18:18.591Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json ASDC sendASDCNotification 2021-07-13T02:18:18.591Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json 2021-07-13T02:18:18.591Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-13T02:18:18.591Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:18:18.593Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:18:18.593Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142698591, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-13T02:18:18.694Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-07-13T02:18:18.694Z||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-07-13T02:18:18.694Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:18:18.704Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:18:18.704Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:18:19.594Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardJkoivb..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "33507eb9-f535-4407-bc08-8994a51d48a5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a2546a1d-19ab-4d5c-b654-5fc67a37edf4", "vfModuleModelCustomizationUUID": "852d698d-2341-48e9-b7ea-e52f4ab953e4", "isBase": true, "artifacts": [ "f13adf4f-1c16-494b-ac55-dd34617eccec", "10ddfcd2-d32a-402b-b6b1-11ea6439b5b8" ], "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-07-13T02:18:19.599Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardJkoivb..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a2546a1d-19ab-4d5c-b654-5fc67a37edf4 VfModuleModelInvariantUUID:33507eb9-f535-4407-bc08-8994a51d48a5 VfModuleModelDescription:NULL Artifacts UUID List:{ f13adf4f-1c16-494b-ac55-dd34617eccec , 10ddfcd2-d32a-402b-b6b1-11ea6439b5b8 } 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-07-13T02:18:19.601Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardJkoivb..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "33507eb9-f535-4407-bc08-8994a51d48a5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a2546a1d-19ab-4d5c-b654-5fc67a37edf4", "vfModuleModelCustomizationUUID": "852d698d-2341-48e9-b7ea-e52f4ab953e4", "isBase": true, "artifacts": [ "f13adf4f-1c16-494b-ac55-dd34617eccec", "10ddfcd2-d32a-402b-b6b1-11ea6439b5b8" ], "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-07-13T02:18:19.601Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardJkoivb..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a2546a1d-19ab-4d5c-b654-5fc67a37edf4 VfModuleModelInvariantUUID:33507eb9-f535-4407-bc08-8994a51d48a5 VfModuleModelDescription:NULL Artifacts UUID List:{ f13adf4f-1c16-494b-ac55-dd34617eccec , 10ddfcd2-d32a-402b-b6b1-11ea6439b5b8 } 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-07-13T02:18:19.602Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f13adf4f-1c16-494b-ac55-dd34617eccec from URL: /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml 2021-07-13T02:18:19.602Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-07-13T02:18:19.602Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml 2021-07-13T02:18:20.503Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-07-13T02:18:20.503Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml f13adf4f-1c16-494b-ac55-dd34617eccec 5033 2021-07-13T02:18:20.504Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-07-13T02:18:20.504Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml 2021-07-13T02:18:20.504Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-13T02:18:20.504Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:18:20.506Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:18:20.507Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142700504, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:18:20.607Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:18:20.608Z||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-07-13T02:18:20.608Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:18:20.619Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:18:20.619Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:18:21.507Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 10ddfcd2-d32a-402b-b6b1-11ea6439b5b8 from URL: /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env 2021-07-13T02:18:21.508Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-07-13T02:18:21.508Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env 2021-07-13T02:18:22.281Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-07-13T02:18:22.281Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env 10ddfcd2-d32a-402b-b6b1-11ea6439b5b8 909 2021-07-13T02:18:22.282Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-07-13T02:18:22.282Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env 2021-07-13T02:18:22.282Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-13T02:18:22.282Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:18:22.284Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:18:22.285Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142702282, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:18:22.385Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:18:22.386Z||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-07-13T02:18:22.386Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:18:22.395Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:18:22.396Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:18:23.285Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3ad620f8-798d-499b-b44f-8c70f54a24ce 2021-07-13T02:18:23.286Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_jKoIvb 0 94b30f2f-3556-4ced-a58a-09763aa9df4a ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-07-13T02:18:23.301Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:18:23.302Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:18:23.302Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-07-13T02:18:23.302Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= bdcc7e8d-dde6-4f75-ae35-e1f69a7e2d9c 2021-07-13T02:18:23.302Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bdcc7e8d-dde6-4f75-ae35-e1f69a7e2d9c matches Tosca VF Customization UUID: bdcc7e8d-dde6-4f75-ae35-e1f69a7e2d9c 2021-07-13T02:18:23.303Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: bdcc7e8d-dde6-4f75-ae35-e1f69a7e2d9c 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-07-13T02:18:23.304Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:18:23.305Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:18:23.306Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id bdcc7e8d-dde6-4f75-ae35-e1f69a7e2d9c: {\"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-07-13T02:18:23.306Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7e263596 2021-07-13T02:18:23.306Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:18:23.306Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-07-13T02:18:23.306Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 852d698d-2341-48e9-b7ea-e52f4ab953e4 2021-07-13T02:18:23.306Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 852d698d-2341-48e9-b7ea-e52f4ab953e4 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-07-13T02:18:23.308Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:18:23.308Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_jKoIvb 0 is matching search criteria 2021-07-13T02:18:23.308Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_jKoIvb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:18:23.308Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:18:23.309Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_jKoIvb 0 is matching search criteria 2021-07-13T02:18:23.309Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_jKoIvb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:18:23.309Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:18:23.309Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_jKoIvb 0 is not matching search criteria 2021-07-13T02:18:23.309Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-07-13T02:18:23.309Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-07-13T02:18:23.310Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=94034249-1b50-4ceb-8fe1-fa92f19c8b63 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-07-13T02:18:23.311Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:18:23.312Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_jKoIvb 0 is matching search criteria 2021-07-13T02:18:23.312Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_jKoIvb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:18:23.312Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:18:23.312Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_jKoIvb 0 is matching search criteria 2021-07-13T02:18:23.312Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_jKoIvb 0] matching following query criteria: sdcType=VF, customizationUUID=bdcc7e8d-dde6-4f75-ae35-e1f69a7e2d9c 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-07-13T02:18:23.314Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:18:23.314Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:18:23.314Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3ad620f8-798d-499b-b44f-8c70f54a24ce: basic_onboard_jKoIvb 2021-07-13T02:18:23.314Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:18:23.315Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:18:23.315Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:18:23.315Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:18:23.315Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:18:23.315Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:18:23.316Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:18:23.316Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:18:23.316Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:18:23.316Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_jKoIvb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:18:23.317Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_jKoIvb 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-07-13T02:18:23.382Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_jKoIvb 94b30f2f-3556-4ced-a58a-09763aa9df4a 1 ASDC deployResourceStructure 2021-07-13T02:18:23.382Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json ASDC sendASDCNotification 2021-07-13T02:18:23.383Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json 2021-07-13T02:18:23.383Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-13T02:18:23.383Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:18:23.385Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:18:23.385Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142703382, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json", "status": "DEPLOY_OK" } 2021-07-13T02:18:23.485Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:18:23.486Z||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-07-13T02:18:23.487Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:18:23.496Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:18:23.497Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:18:24.386Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-07-13T02:18:24.387Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml 2021-07-13T02:18:24.387Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-13T02:18:24.387Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:18:24.390Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:18:24.390Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142704386, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-07-13T02:18:24.490Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:18:24.491Z||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-07-13T02:18:24.491Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:18:24.516Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:18:24.517Z||pool-31-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:18:25.391Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-07-13T02:18:25.392Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env 2021-07-13T02:18:25.392Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-13T02:18:25.392Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:18:25.395Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:18:25.395Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142705391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-07-13T02:18:25.495Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:18:25.495Z||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-07-13T02:18:25.496Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:18:25.506Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:18:25.506Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:18:26.396Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar ASDC sendASDCNotification 2021-07-13T02:18:26.397Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar 2021-07-13T02:18:26.397Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-13T02:18:26.397Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:18:26.399Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:18:26.399Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142706396, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:18:26.500Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:18:26.501Z||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-07-13T02:18:26.501Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:18:26.512Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:18:26.512Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-07-13T02:18:27.400Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 753d9103-36b1-4977-b7c3-33addf521b9e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-13T02:18:27.411Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 753d9103-36b1-4977-b7c3-33addf521b9e 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-07-13T02:18:27.416Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-13T02:18:27.417Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-07-13T02:18:27.417Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-07-13T02:18:27.417Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-07-13T02:18:27.417Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:18:27.417Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:18:27.417Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:18:27.418Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:18:27.418Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:18:27.418Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:18:27.418Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-07-13T02:18:27.424Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-07-13T02:18:53.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:18:53.561Z||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-07-13T02:18:53.562Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:18:54.184Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:18:54.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:18:54.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecf551a4-830d-4eb6-8ecb-2dc26d4f8eef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142683407, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-13T02:18:54.187Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:18:54.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:18:54.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142684425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:18:54.188Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:18:54.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:18:54.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142684425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:18:54.189Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:18:54.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:18:54.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142684425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-07-13T02:18:54.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:18:54.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:18:54.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142684425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:18:54.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:18:54.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:18:54.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142684425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-07-13T02:18:54.191Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:18:54.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:18:54.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142684425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:18:54.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:18:54.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:18:54.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142684425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:18:54.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-07-13T02:18:54.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:18:54.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142695945, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:18:54.193Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:18:54.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:18:54.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142698591, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-13T02:18:54.194Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:18:54.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:18:54.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142700504, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:18:54.195Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:18:54.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:18:54.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142702282, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:18:54.196Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:18:54.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:18:54.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142703382, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/basic_onboard_jkoivb0_modules.json", "status": "DEPLOY_OK" } 2021-07-13T02:18:54.196Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:18:54.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:18:54.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142704386, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-07-13T02:18:54.197Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:18:54.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:18:54.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142705391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/resourceInstances/basic_onboard_jkoivb0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-07-13T02:18:54.198Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:18:54.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-07-13T02:18:54.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142706396, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoivb/1.0/artifacts/service-BasicOnboardJkoivb-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:18:54.198Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:18:57.424Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 753d9103-36b1-4977-b7c3-33addf521b9e 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-07-13T02:18:57.431Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 753d9103-36b1-4977-b7c3-33addf521b9e and serviceModelVersionId: 3ad620f8-798d-499b-b44f-8c70f54a24ce 2021-07-13T02:18:57.431Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6c12b11b-28ab-4dfe-b5d3-cc48fe7a73f1 2021-07-13T02:18:57.432Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6c12b11b-28ab-4dfe-b5d3-cc48fe7a73f1/model-vers/model-ver/3ad620f8-798d-499b-b44f-8c70f54a24ce?depth=0 2021-07-13T02:18:57.437Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-07-13T02:18:57.473Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c12b11b-28ab-4dfe-b5d3-cc48fe7a73f1/model-vers/model-ver/3ad620f8-798d-499b-b44f-8c70f54a24ce?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-07-13T02:18:57.474Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c12b11b-28ab-4dfe-b5d3-cc48fe7a73f1/model-vers/model-ver/3ad620f8-798d-499b-b44f-8c70f54a24ce?depth=0|INFO|500||Invoke 2021-07-13T02:18:57.496Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c12b11b-28ab-4dfe-b5d3-cc48fe7a73f1/model-vers/model-ver/3ad620f8-798d-499b-b44f-8c70f54a24ce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-07-13T02:18:57.695Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c12b11b-28ab-4dfe-b5d3-cc48fe7a73f1/model-vers/model-ver/3ad620f8-798d-499b-b44f-8c70f54a24ce?depth=0|INFO|500||InvokeReturn 2021-07-13T02:18:57.696Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c12b11b-28ab-4dfe-b5d3-cc48fe7a73f1/model-vers/model-ver/3ad620f8-798d-499b-b44f-8c70f54a24ce?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210713-02:18:57:505-8961], vertex-id=[217224], Content-Length=[0], Date=[Tue, 13 Jul 2021 02:18:57 GMT], Content-Type=[application/json]} 2021-07-13T02:18:57.696Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-07-13T02:18:57.696Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-07-13T02:18:57.696Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-07-13T02:18:57.701Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-07-13T02:18:57.701Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 753d9103-36b1-4977-b7c3-33addf521b9e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-07-13T02:18:57.702Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-07-13T02:18:57.702Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:18:57.704Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:18:57.704Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142737702, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-13T02:18:57.804Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:18:57.805Z||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-07-13T02:18:57.805Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:18:57.820Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:18:57.820Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-07-13T02:18:58.718Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:18:58.718Z|753d9103-36b1-4977-b7c3-33addf521b9e|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-07-13T02:18:58.718Z|753d9103-36b1-4977-b7c3-33addf521b9e|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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:19:08.255Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:19:08.256Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:19:08.256Z|753d9103-36b1-4977-b7c3-33addf521b9e|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-07-13T02:19:08.256Z|753d9103-36b1-4977-b7c3-33addf521b9e|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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:19:17.791Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:19:17.792Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:19:17.793Z|753d9103-36b1-4977-b7c3-33addf521b9e|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-07-13T02:19:17.793Z|753d9103-36b1-4977-b7c3-33addf521b9e|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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:19:27.330Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:19:27.330Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:19:27.331Z|753d9103-36b1-4977-b7c3-33addf521b9e|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-07-13T02:19:27.331Z|753d9103-36b1-4977-b7c3-33addf521b9e|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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:19:36.864Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:19:53.557Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:19:53.557Z|753d9103-36b1-4977-b7c3-33addf521b9e|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-07-13T02:19:53.557Z|753d9103-36b1-4977-b7c3-33addf521b9e|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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:19:53.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:19:53.560Z||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-07-13T02:19:53.560Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:19:54.184Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:19:54.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-13T02:19:54.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "753d9103-36b1-4977-b7c3-33addf521b9e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142737702, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-13T02:19:54.186Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:20:03.090Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:20:53.557Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:20:53.557Z|753d9103-36b1-4977-b7c3-33addf521b9e|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-07-13T02:20:53.557Z|753d9103-36b1-4977-b7c3-33addf521b9e|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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:20:53.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:20:53.560Z||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-07-13T02:20:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:21:03.098Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:21:03.098Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:21:53.557Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:21:53.558Z|753d9103-36b1-4977-b7c3-33addf521b9e|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-07-13T02:21:53.558Z|753d9103-36b1-4977-b7c3-33addf521b9e|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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:21:53.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:21:53.560Z||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-07-13T02:21:53.560Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:22:03.097Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:22:03.097Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:22:53.557Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:22:53.558Z|753d9103-36b1-4977-b7c3-33addf521b9e|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-07-13T02:22:53.558Z|753d9103-36b1-4977-b7c3-33addf521b9e|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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:22:53.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:22:53.561Z||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-07-13T02:22:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:22:54.175Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:22:54.177Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-07-13T02:22:54.177Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"e59ac9db-a64e-43ef-ad91-fddb710e6265","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c1cf645d-92c3-4581-9a23-5a1a136316a0","serviceDescription":"service","serviceInvariantUUID":"4078e91f-38e8-4c22-b04b-482c828ca77d","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0b7ea478-1fb3-4f7b-b238-b51a6c33b9d3","resourceInvariantUUID":"dd8558bf-765f-4269-9fd8-f8d6035db64a","resourceCustomizationUUID":"661c170c-c4ab-46c6-b834-b08afed54b23","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":"ZmNlMmMxMmZkOWYxNzdkYWQyNDUzMGU3ZjA3NzM0M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1e6de00a-5c17-4c87-a7c1-82be806b2210","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OTlmNmJkNjg0YjM3ZDQ5ZjkwODkxY2UyOTg0NGMyZWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"69bfd376-0973-4deb-b237-16a68def3c47","artifactVersion":"1"}],"workloadContext":"Production"} 2021-07-13T02:22:54.180Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:22:54.180Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:22:54.180Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:22:54.182Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:22:54.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-07-13T02:22:54.182Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142973557, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:22:54.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626142955722, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:22:54.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-07-13T02:22:54.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-07-13T02:22:54.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "aai-ml", "timestamp": 1626142960503, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:22:54.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-07-13T02:22:54.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-07-13T02:22:54.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "cds", "timestamp": 1626142958798, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:22:54.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-07-13T02:22:54.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-07-13T02:22:54.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "ves-openapi-manager", "timestamp": 1626142955151, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:22:54.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-07-13T02:22:54.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-07-13T02:22:54.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "multicloud-k8s-id", "timestamp": 1626142961493, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:22:54.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-07-13T02:22:54.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-07-13T02:22:54.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "aai-ml", "timestamp": 1626142960503, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:22:54.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-07-13T02:22:54.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-07-13T02:22:54.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626142955722, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:22:54.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-07-13T02:22:54.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-07-13T02:22:54.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "cds", "timestamp": 1626142958798, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:22:54.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-07-13T02:22:54.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-07-13T02:22:54.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "ves-openapi-manager", "timestamp": 1626142955151, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:22:54.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-07-13T02:22:54.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-07-13T02:22:54.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "multicloud-k8s-id", "timestamp": 1626142961493, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:22:54.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-07-13T02:22:54.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-07-13T02:22:54.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "multicloud-starlingx-id", "timestamp": 1626142966545, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:22:54.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-07-13T02:22:54.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-07-13T02:22:54.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "clamp", "timestamp": 1626142967084, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:22:54.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-07-13T02:22:54.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-07-13T02:22:54.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "cds", "timestamp": 1626142967899, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:22:54.189Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:22:54.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-07-13T02:22:54.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626142967902, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:22:54.190Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:22:54.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-07-13T02:22:54.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "aai-ml", "timestamp": 1626142967994, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:22:54.191Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:22:54.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-07-13T02:22:54.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "multicloud-starlingx-id", "timestamp": 1626142966545, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:22:54.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-07-13T02:22:54.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-07-13T02:22:54.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "clamp", "timestamp": 1626142967084, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:22:54.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-07-13T02:22:54.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-07-13T02:22:54.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "cds", "timestamp": 1626142968903, "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-07-13T02:22:54.206Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e59ac9db-a64e-43ef-ad91-fddb710e6265 2021-07-13T02:22:54.207Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e59ac9db-a64e-43ef-ad91-fddb710e6265 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-07-13T02:22:54.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-07-13T02:22:54.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626142969362, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:22:54.220Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:22:54.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-07-13T02:22:54.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626142970367, "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-07-13T02:22:54.229Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e59ac9db-a64e-43ef-ad91-fddb710e6265 2021-07-13T02:22:54.229Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e59ac9db-a64e-43ef-ad91-fddb710e6265 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-07-13T02:22:54.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-07-13T02:22:54.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "aai-ml", "timestamp": 1626142971796, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:22:54.240Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:22:54.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-07-13T02:22:54.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "aai-ml", "timestamp": 1626142972800, "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-07-13T02:22:54.246Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e59ac9db-a64e-43ef-ad91-fddb710e6265 2021-07-13T02:22:54.246Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e59ac9db-a64e-43ef-ad91-fddb710e6265 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-07-13T02:22:54.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-07-13T02:22:54.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "dcae-sch", "timestamp": 1626142972501, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:22:54.257Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-07-13T02:22:54.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-07-13T02:22:54.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "multicloud-windriver-id", "timestamp": 1626142972500, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:22:54.257Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-07-13T02:22:54.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-07-13T02:22:54.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "policy-id", "timestamp": 1626142972655, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:22:54.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-07-13T02:22:54.282Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:22:54.283Z||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-07-13T02:22:54.283Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:22:54.293Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:22:54.293Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:22:55.183Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:22:55.184Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:22:55.185Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:22:55.185Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142973557, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:22:55.286Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:22:55.287Z||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-07-13T02:22:55.287Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:22:55.296Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:22:55.296Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:22:56.187Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "c1cf645d-92c3-4581-9a23-5a1a136316a0", "serviceDescription": "service", "serviceInvariantUUID": "4078e91f-38e8-4c22-b04b-482c828ca77d", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "661c170c-c4ab-46c6-b834-b08afed54b23", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0b7ea478-1fb3-4f7b-b238-b51a6c33b9d3", "resourceInvariantUUID": "dd8558bf-765f-4269-9fd8-f8d6035db64a", "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": "OTlmNmJkNjg0YjM3ZDQ5ZjkwODkxY2UyOTg0NGMyZWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "69bfd376-0973-4deb-b237-16a68def3c47" } ], "workloadContext": "Production" } 2021-07-13T02:22:56.187Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-07-13T02:22:56.188Z|753d9103-36b1-4977-b7c3-33addf521b9e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c1cf645d-92c3-4581-9a23-5a1a136316a0 ASDC 2021-07-13T02:22:56.188Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:e59ac9db-a64e-43ef-ad91-fddb710e6265 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:c1cf645d-92c3-4581-9a23-5a1a136316a0 ServiceInvariantUUID:4078e91f-38e8-4c22-b04b-482c828ca77d 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:69bfd376-0973-4deb-b237-16a68def3c47 ArtifactChecksum:OTlmNmJkNjg0YjM3ZDQ5ZjkwODkxY2UyOTg0NGMyZWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:661c170c-c4ab-46c6-b834-b08afed54b23 ResourceInvariantUUID:dd8558bf-765f-4269-9fd8-f8d6035db64a ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0b7ea478-1fb3-4f7b-b238-b51a6c33b9d3 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-07-13T02:22:56.188Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c1cf645d-92c3-4581-9a23-5a1a136316a0 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-07-13T02:22:56.214Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-13T02:22:56.215Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-07-13T02:22:56.215Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-07-13T02:22:56.215Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 69bfd376-0973-4deb-b237-16a68def3c47 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-07-13T02:22:56.215Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-07-13T02:22:56.215Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-07-13T02:22:56.366Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-07-13T02:22:56.368Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 69bfd376-0973-4deb-b237-16a68def3c47 52226 2021-07-13T02:22:56.368Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-07-13T02:22:56.369Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-07-13T02:22:56.369Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-13T02:22:56.369Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:22:56.370Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:22:56.371Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142976368, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:22:56.471Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:22:56.472Z||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-07-13T02:22:56.472Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:22:56.482Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:22:56.483Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:22:57.371Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-13T02:22:57.373Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-07-13T02:22:57.373Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 69bfd376-0973-4deb-b237-16a68def3c47, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-07-13T02:22:57.374Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-07-13T02:22:57.374Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-07-13T02:22:57.374Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-07-13T02:22:57.506Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8306553859988689319/Definitions/service-BasicNetwork-template.yml 2021-07-13T02:22:57.809Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-07-13T02:22:57.809Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-07-13T02:22:57.810Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-13T02:22:57.811Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:22:57.811Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:22:57.811Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-07-13T02:22:57.811Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-07-13T02:22:57.811Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-13T02:22:57.811Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:22:57.811Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:22:57.811Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:22:57.811Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:22:57.811Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:22:57.811Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:22:57.811Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:22:57.812Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:22:57.812Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:22:57.812Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:22:57.812Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:c1cf645d-92c3-4581-9a23-5a1a136316a0 Model Version:NULL Model InvariantUuid:4078e91f-38e8-4c22-b04b-482c828ca77d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:dd8558bf-765f-4269-9fd8-f8d6035db64a Model UUID:821fd2ea-a082-4953-bdbd-56d1bac834cc Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:661c170c-c4ab-46c6-b834-b08afed54b23 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-07-13T02:22:57.817Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 0b7ea478-1fb3-4f7b-b238-b51a6c33b9d3 2021-07-13T02:22:57.818Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||No resources found for Service: c1cf645d-92c3-4581-9a23-5a1a136316a0 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-07-13T02:22:57.820Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500|| 2021-07-13T02:22:57.820Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-07-13T02:22:57.821Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||No resources found for Service: c1cf645d-92c3-4581-9a23-5a1a136316a0 2021-07-13T02:22:57.821Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c1cf645d-92c3-4581-9a23-5a1a136316a0 2021-07-13T02:22:57.821Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-07-13T02:22:57.821Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-07-13T02:22:57.825Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:22:57.825Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:22:57.825Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:22:57.826Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:22:57.826Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c1cf645d-92c3-4581-9a23-5a1a136316a0: Generic NeutronNet 2021-07-13T02:22:57.826Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:22:57.826Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:22:57.826Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:22:57.826Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-07-13T02:22:57.851Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:22:57.851Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:22:57.851Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:22:57.851Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:22:57.852Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:22:57.852Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:22:57.852Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-07-13T02:22:57.909Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-07-13T02:22:57.910Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-07-13T02:22:57.910Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-07-13T02:22:57.910Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-13T02:22:57.910Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:22:57.912Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:22:57.912Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142977910, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:22:58.012Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:22:58.013Z||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-07-13T02:22:58.013Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:22:58.023Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:22:58.023Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:22:58.913Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e59ac9db-a64e-43ef-ad91-fddb710e6265 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-13T02:22:58.925Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e59ac9db-a64e-43ef-ad91-fddb710e6265 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-07-13T02:22:58.929Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-13T02:22:58.930Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-07-13T02:22:58.930Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-07-13T02:22:58.930Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-07-13T02:22:58.930Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:22:58.930Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:22:58.930Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:22:58.930Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:22:58.931Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-07-13T02:22:58.937Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-07-13T02:23:28.937Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e59ac9db-a64e-43ef-ad91-fddb710e6265 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-07-13T02:23:28.943Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e59ac9db-a64e-43ef-ad91-fddb710e6265 and serviceModelVersionId: c1cf645d-92c3-4581-9a23-5a1a136316a0 2021-07-13T02:23:28.943Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4078e91f-38e8-4c22-b04b-482c828ca77d 2021-07-13T02:23:28.944Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4078e91f-38e8-4c22-b04b-482c828ca77d/model-vers/model-ver/c1cf645d-92c3-4581-9a23-5a1a136316a0?depth=0 2021-07-13T02:23:28.950Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-07-13T02:23:28.980Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4078e91f-38e8-4c22-b04b-482c828ca77d/model-vers/model-ver/c1cf645d-92c3-4581-9a23-5a1a136316a0?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-07-13T02:23:28.981Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4078e91f-38e8-4c22-b04b-482c828ca77d/model-vers/model-ver/c1cf645d-92c3-4581-9a23-5a1a136316a0?depth=0|INFO|500||Invoke 2021-07-13T02:23:28.998Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4078e91f-38e8-4c22-b04b-482c828ca77d/model-vers/model-ver/c1cf645d-92c3-4581-9a23-5a1a136316a0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-07-13T02:23:29.295Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4078e91f-38e8-4c22-b04b-482c828ca77d/model-vers/model-ver/c1cf645d-92c3-4581-9a23-5a1a136316a0?depth=0|INFO|500||InvokeReturn 2021-07-13T02:23:29.296Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4078e91f-38e8-4c22-b04b-482c828ca77d/model-vers/model-ver/c1cf645d-92c3-4581-9a23-5a1a136316a0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210713-02:23:29:006-77259], vertex-id=[221424], Content-Length=[0], Date=[Tue, 13 Jul 2021 02:23:29 GMT], Content-Type=[application/json]} 2021-07-13T02:23:29.296Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-07-13T02:23:29.296Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-07-13T02:23:29.297Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-07-13T02:23:29.301Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-07-13T02:23:29.301Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e59ac9db-a64e-43ef-ad91-fddb710e6265 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-07-13T02:23:29.301Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-07-13T02:23:29.302Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:23:29.303Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:23:29.303Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143009301, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-13T02:23:29.404Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-07-13T02:23:29.404Z||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-07-13T02:23:29.405Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:23:29.420Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:23:29.420Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-07-13T02:23:53.557Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:23:53.558Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|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-07-13T02:23:53.558Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:23:53.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:23:53.561Z||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-07-13T02:23:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:23:53.680Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:23:53.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:23:53.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "dcae-sch", "timestamp": 1626142972501, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:23:53.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:23:54.177Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:23:54.178Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-07-13T02:23:54.178Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"b40a6eb6-3959-4197-b863-947fb9067964","serviceName":"Demo_pNF_oxDTGJC4MuPBEkSQGPDN","serviceVersion":"1.0","serviceUUID":"207a88ce-9bda-437a-afe0-d7c839aa474f","serviceDescription":"catalog service description","serviceInvariantUUID":"f7cc4f17-659f-49f6-8262-d0cffa64e46f","resources":[{"resourceInstanceName":"pNF 27d50e3f-9b9d 0","resourceName":"pNF 27d50e3f-9b9d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9cf5b704-48ec-4a52-ab0e-d3990268daf1","resourceInvariantUUID":"8c41c70b-11f8-4d0d-a77d-66dcfddbbc8d","resourceCustomizationUUID":"e1f98201-4b47-42d3-9ff5-c6db7b3bca0b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/vf-license-model.xml","artifactChecksum":"OWFmYzkzMmZmNDdmYWNiNzVkNmI1NTMyMWE1MGE4NWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c1f3a28d-6bf0-4ea7-ab62-2189eb707ce1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/pNF.csar","artifactChecksum":"MzQ3NzliMDIwNTA5MDZmZDkzMzgxMTJiYmUwNDYxZjM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f324eddc-2fb7-4961-8fa2-1f472a553b20","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5427fcfb-28eb-4de2-9a48-3f54e91ca3d5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/vendor-license-model.xml","artifactChecksum":"YmI1NjEwOWM5OTY2MzUxYWIyOTM3Y2FjZjgxM2I0NmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ba6f22e6-9a24-412b-808d-c6860726dc0a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9486d251-49f1-4419-a3e8-ef2a44102979","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7c12f98a-2ea0-4914-a3f6-ca4ee85a5cec","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOxdtgjc4mupbeksqgpdn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-template.yml","artifactChecksum":"ZGMwMzViZTJkNDI5Mjg0MzMwMThmNDYyMTU0MmFjZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"051397c6-e713-4a23-adfa-d34899916a5e","artifactVersion":"1"},{"artifactName":"service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar","artifactChecksum":"M2MyNjM1ZDFmZTYwYzUyN2Q1MjczYmQ2YjgzZjFiNTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4e32ba06-e0b0-4628-a23e-dcdaa50ff089","artifactVersion":"1"}],"workloadContext":"Production"} 2021-07-13T02:23:54.182Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:23:54.182Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:23:54.184Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:23:54.184Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143033557, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:23:54.284Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:23:54.285Z||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-07-13T02:23:54.285Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:23:54.295Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:23:54.295Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:23:55.185Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:23:55.186Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:23:55.188Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:23:55.188Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143033557, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:23:55.289Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-07-13T02:23:55.289Z||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-07-13T02:23:55.290Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:23:55.299Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:23:55.299Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:23:56.189Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:23:56.190Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:23:56.193Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:23:56.193Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143033557, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:23:56.293Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:23:56.294Z||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-07-13T02:23:56.294Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:23:56.303Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:23:56.304Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:23:57.194Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:23:57.195Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:23:57.197Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:23:57.197Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143033557, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:23:57.298Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-07-13T02:23:57.298Z||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-07-13T02:23:57.299Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:23:57.308Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:23:57.308Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:23:58.198Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:23:58.199Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:23:58.201Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:23:58.201Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143033557, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:23:58.301Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:23:58.302Z||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-07-13T02:23:58.302Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:23:58.312Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:23:58.313Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:23:59.202Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:23:59.203Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:23:59.205Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:23:59.205Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143033557, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:23:59.305Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:23:59.306Z||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-07-13T02:23:59.306Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:23:59.317Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:23:59.318Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:24:00.206Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:24:00.207Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:24:00.209Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:24:00.209Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143033557, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:00.309Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:24:00.310Z||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-07-13T02:24:00.310Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:24:00.327Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:24:00.328Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:24:01.209Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:24:01.210Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:24:01.212Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:24:01.212Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143033557, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:24:01.312Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:24:01.313Z||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-07-13T02:24:01.313Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:24:01.323Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:24:01.323Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:24:02.213Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "serviceName": "Demo_pNF_oxDTGJC4MuPBEkSQGPDN", "serviceVersion": "1.0", "serviceUUID": "207a88ce-9bda-437a-afe0-d7c839aa474f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "f7cc4f17-659f-49f6-8262-d0cffa64e46f", "resources": [ { "resourceInstanceName": "pNF 27d50e3f-9b9d 0", "resourceCustomizationUUID": "e1f98201-4b47-42d3-9ff5-c6db7b3bca0b", "resourceName": "pNF 27d50e3f-9b9d", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9cf5b704-48ec-4a52-ab0e-d3990268daf1", "resourceInvariantUUID": "8c41c70b-11f8-4d0d-a77d-66dcfddbbc8d", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar", "artifactChecksum": "M2MyNjM1ZDFmZTYwYzUyN2Q1MjczYmQ2YjgzZjFiNTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4e32ba06-e0b0-4628-a23e-dcdaa50ff089" } ], "workloadContext": "Production" } 2021-07-13T02:24:02.214Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-07-13T02:24:02.214Z|e59ac9db-a64e-43ef-ad91-fddb710e6265|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 207a88ce-9bda-437a-afe0-d7c839aa474f ASDC 2021-07-13T02:24:02.215Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:b40a6eb6-3959-4197-b863-947fb9067964 ServiceName:Demo_pNF_oxDTGJC4MuPBEkSQGPDN ServiceVersion:1.0 ServiceUUID:207a88ce-9bda-437a-afe0-d7c839aa474f ServiceInvariantUUID:f7cc4f17-659f-49f6-8262-d0cffa64e46f ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar ArtifactUUID:4e32ba06-e0b0-4628-a23e-dcdaa50ff089 ArtifactChecksum:M2MyNjM1ZDFmZTYwYzUyN2Q1MjczYmQ2YjgzZjFiNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 27d50e3f-9b9d 0 ResourceCustomizationUUID:e1f98201-4b47-42d3-9ff5-c6db7b3bca0b ResourceInvariantUUID:8c41c70b-11f8-4d0d-a77d-66dcfddbbc8d ResourceName:pNF 27d50e3f-9b9d ResourceType:PNF ResourceUUID:9cf5b704-48ec-4a52-ab0e-d3990268daf1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-07-13T02:24:02.215Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 207a88ce-9bda-437a-afe0-d7c839aa474f 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-07-13T02:24:02.242Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-13T02:24:02.243Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-07-13T02:24:02.243Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-07-13T02:24:02.243Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4e32ba06-e0b0-4628-a23e-dcdaa50ff089 from URL: /sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar 2021-07-13T02:24:02.244Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-07-13T02:24:02.244Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar 2021-07-13T02:24:02.893Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-07-13T02:24:02.898Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar 4e32ba06-e0b0-4628-a23e-dcdaa50ff089 83336 2021-07-13T02:24:02.898Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar ASDC sendASDCNotification 2021-07-13T02:24:02.898Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar 2021-07-13T02:24:02.899Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-13T02:24:02.899Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:24:02.901Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:24:02.901Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143042898, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:24:03.001Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:24:03.002Z||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-07-13T02:24:03.002Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:24:03.011Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:24:03.012Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-07-13T02:24:03.901Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-13T02:24:03.903Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-07-13T02:24:03.903Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4e32ba06-e0b0-4628-a23e-dcdaa50ff089, URL: /sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar to file: /app/ASDC/1/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar 2021-07-13T02:24:03.903Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar 2021-07-13T02:24:03.904Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar 2021-07-13T02:24:03.904Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar 2021-07-13T02:24:04.042Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12252761733193114057/Definitions/service-DemoPnfOxdtgjc4mupbeksqgpdn-template.yml 2021-07-13T02:24:04.611Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-07-13T02:24:04.612Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-07-13T02:24:04.612Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar 2021-07-13T02:24:04.612Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-07-13T02:24:04.612Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 27d50e3f-9b9d 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-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar 2021-07-13T02:24:04.612Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 27d50e3f-9b9d 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar 2021-07-13T02:24:04.612Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar 2021-07-13T02:24:04.612Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar 2021-07-13T02:24:04.612Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar 2021-07-13T02:24:04.612Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar 2021-07-13T02:24:04.612Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar 2021-07-13T02:24:04.612Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar 2021-07-13T02:24:04.612Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-07-13T02:24:04.612Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:24:04.613Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oxDTGJC4MuPBEkSQGPDN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:24:04.613Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Node template pNF 27d50e3f-9b9d 0 is matching search criteria 2021-07-13T02:24:04.613Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-07-13T02:24:04.613Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 27d50e3f-9b9d 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-13T02:24:04.613Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:24:04.613Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oxDTGJC4MuPBEkSQGPDN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:24:04.613Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Node template pNF 27d50e3f-9b9d 0 is matching search criteria 2021-07-13T02:24:04.613Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-07-13T02:24:04.613Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 27d50e3f-9b9d 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-13T02:24:04.613Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:24:04.613Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oxDTGJC4MuPBEkSQGPDN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:24:04.614Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:24:04.614Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oxDTGJC4MuPBEkSQGPDN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:24:04.614Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:24:04.614Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oxDTGJC4MuPBEkSQGPDN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:24:04.614Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:24:04.614Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oxDTGJC4MuPBEkSQGPDN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:24:04.614Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:24:04.614Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oxDTGJC4MuPBEkSQGPDN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:24:04.614Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_oxDTGJC4MuPBEkSQGPDN Description:catalog service description Model UUID:207a88ce-9bda-437a-afe0-d7c839aa474f Model Version:NULL Model InvariantUuid:f7cc4f17-659f-49f6-8262-d0cffa64e46f 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-07-13T02:24:04.620Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9cf5b704-48ec-4a52-ab0e-d3990268daf1 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-07-13T02:24:04.621Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||pNF 27d50e3f-9b9d 0 2021-07-13T02:24:04.622Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9cf5b704-48ec-4a52-ab0e-d3990268daf1 2021-07-13T02:24:04.622Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 207a88ce-9bda-437a-afe0-d7c839aa474f 2021-07-13T02:24:04.622Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 207a88ce-9bda-437a-afe0-d7c839aa474f 2021-07-13T02:24:04.622Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 27d50e3f-9b9d 0 9cf5b704-48ec-4a52-ab0e-d3990268daf1 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-07-13T02:24:04.625Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:24:04.625Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oxDTGJC4MuPBEkSQGPDN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:24:04.626Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 207a88ce-9bda-437a-afe0-d7c839aa474f: pNF 27d50e3f-9b9d 2021-07-13T02:24:04.626Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||Processing PNF resource: 9cf5b704-48ec-4a52-ab0e-d3990268daf1 2021-07-13T02:24:04.626Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:24:04.626Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oxDTGJC4MuPBEkSQGPDN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:24:04.626Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||Resource customization UUID: e1f98201-4b47-42d3-9ff5-c6db7b3bca0b is the same as notified resource customizationUUID: e1f98201-4b47-42d3-9ff5-c6db7b3bca0b 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-07-13T02:24:04.683Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 27d50e3f-9b9d 9cf5b704-48ec-4a52-ab0e-d3990268daf1 0 ASDC deployResourceStructure 2021-07-13T02:24:04.683Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar ASDC sendASDCNotification 2021-07-13T02:24:04.683Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar 2021-07-13T02:24:04.683Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-13T02:24:04.683Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:24:04.685Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:24:04.686Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143044683, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:24:04.786Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:24:04.786Z||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-07-13T02:24:04.786Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:24:04.796Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:24:04.796Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:24:05.686Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b40a6eb6-3959-4197-b863-947fb9067964 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-13T02:24:05.698Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b40a6eb6-3959-4197-b863-947fb9067964 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-07-13T02:24:05.700Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-13T02:24:05.701Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-13T02:24:05.701Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-13T02:24:35.701Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b40a6eb6-3959-4197-b863-947fb9067964 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-13T02:24:35.712Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b40a6eb6-3959-4197-b863-947fb9067964 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-07-13T02:24:35.716Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-13T02:24:35.716Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-13T02:24:35.717Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-13T02:24:53.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:24:53.561Z||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-07-13T02:24:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:24:53.585Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:24:53.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "multicloud-windriver-id", "timestamp": 1626142972500, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:24:53.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142973557, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "policy-id", "timestamp": 1626142972655, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:24:53.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142973557, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:24:53.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "policy-id", "timestamp": 1626142975440, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:24:53.588Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:24:53.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142976368, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:24:53.588Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:24:53.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "policy-id", "timestamp": 1626142976444, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:24:53.588Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:24:53.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "policy-id", "timestamp": 1626142977447, "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-07-13T02:24:53.597Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e59ac9db-a64e-43ef-ad91-fddb710e6265 2021-07-13T02:24:53.597Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e59ac9db-a64e-43ef-ad91-fddb710e6265 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-07-13T02:24:53.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626142977910, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:24:53.608Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:24:53.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "clamp", "timestamp": 1626142978979, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:24:53.609Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:24:53.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.609Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "clamp", "timestamp": 1626142979991, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:24:53.609Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:24:53.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "clamp", "timestamp": 1626142980994, "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-07-13T02:24:53.615Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e59ac9db-a64e-43ef-ad91-fddb710e6265 2021-07-13T02:24:53.616Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e59ac9db-a64e-43ef-ad91-fddb710e6265 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-07-13T02:24:53.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e59ac9db-a64e-43ef-ad91-fddb710e6265", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143009301, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-13T02:24:53.625Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:24:53.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "cds", "timestamp": 1626143018798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "aai-ml", "timestamp": 1626143020503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143015720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "ves-openapi-manager", "timestamp": 1626143015151, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "multicloud-k8s-id", "timestamp": 1626143021493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "cds", "timestamp": 1626143018798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "aai-ml", "timestamp": 1626143020503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143015720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "ves-openapi-manager", "timestamp": 1626143015151, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "multicloud-k8s-id", "timestamp": 1626143021493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "cds", "timestamp": 1626143018798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "aai-ml", "timestamp": 1626143020503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143015720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "ves-openapi-manager", "timestamp": 1626143015151, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "multicloud-k8s-id", "timestamp": 1626143021493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "cds", "timestamp": 1626143018798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "aai-ml", "timestamp": 1626143020503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143015720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "ves-openapi-manager", "timestamp": 1626143015151, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "multicloud-k8s-id", "timestamp": 1626143021493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143026545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "cds", "timestamp": 1626143018798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "aai-ml", "timestamp": 1626143020503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143015720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "ves-openapi-manager", "timestamp": 1626143015151, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "multicloud-k8s-id", "timestamp": 1626143021493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "clamp", "timestamp": 1626143027084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143026545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "cds", "timestamp": 1626143018798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "aai-ml", "timestamp": 1626143020503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.634Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143015720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.634Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "ves-openapi-manager", "timestamp": 1626143015151, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-07-13T02:24:53.634Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "multicloud-k8s-id", "timestamp": 1626143021493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.634Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "clamp", "timestamp": 1626143027084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143026545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "cds", "timestamp": 1626143018798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "aai-ml", "timestamp": 1626143020503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143015720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "ves-openapi-manager", "timestamp": 1626143015151, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "multicloud-k8s-id", "timestamp": 1626143021493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "clamp", "timestamp": 1626143027084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143026545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "cds", "timestamp": 1626143018798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:24:53.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "aai-ml", "timestamp": 1626143020503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:24:53.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143015720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:24:53.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "ves-openapi-manager", "timestamp": 1626143015151, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "multicloud-k8s-id", "timestamp": 1626143021493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:24:53.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "clamp", "timestamp": 1626143027084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143026545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "clamp", "timestamp": 1626143027084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143031890, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:24:53.638Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:24:53.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "cds", "timestamp": 1626143031898, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:24:53.638Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:24:53.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "aai-ml", "timestamp": 1626143031900, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:24:53.639Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:24:53.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "ves-openapi-manager", "timestamp": 1626143032004, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:24:53.639Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:24:53.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143026545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "clamp", "timestamp": 1626143027084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "cds", "timestamp": 1626143032902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-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-07-13T02:24:53.645Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b40a6eb6-3959-4197-b863-947fb9067964 2021-07-13T02:24:53.646Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b40a6eb6-3959-4197-b863-947fb9067964 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-07-13T02:24:53.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "dcae-sch", "timestamp": 1626143032502, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "multicloud-windriver-id", "timestamp": 1626143032501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143026545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:24:53.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "ves-openapi-manager", "timestamp": 1626143033218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-07-13T02:24:53.655Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:24:53.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:24:53.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "policy-id", "timestamp": 1626143032655, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:24:53.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:25:05.717Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b40a6eb6-3959-4197-b863-947fb9067964 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-13T02:25:05.729Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b40a6eb6-3959-4197-b863-947fb9067964 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-07-13T02:25:05.731Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-13T02:25:05.732Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-13T02:25:05.732Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-13T02:25:35.732Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b40a6eb6-3959-4197-b863-947fb9067964 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-13T02:25:35.742Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b40a6eb6-3959-4197-b863-947fb9067964 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-07-13T02:25:35.745Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-13T02:25:35.745Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-13T02:25:35.745Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-13T02:25:53.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:25:53.561Z||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-07-13T02:25:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:25:53.584Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:25:53.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:25:53.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143033564, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:25:53.586Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:26:05.746Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b40a6eb6-3959-4197-b863-947fb9067964 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-13T02:26:05.756Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b40a6eb6-3959-4197-b863-947fb9067964 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-07-13T02:26:05.759Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-13T02:26:05.759Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-13T02:26:05.760Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-13T02:26:35.760Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b40a6eb6-3959-4197-b863-947fb9067964 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-13T02:26:35.770Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b40a6eb6-3959-4197-b863-947fb9067964 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-07-13T02:26:35.772Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-13T02:26:35.772Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-13T02:26:35.772Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-13T02:26:53.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:26:53.561Z||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-07-13T02:26:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:26:53.587Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:26:53.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "clamp", "timestamp": 1626143027084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:26:53.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "dcae-sch", "timestamp": 1626143032502, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:26:53.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "multicloud-windriver-id", "timestamp": 1626143032501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:26:53.592Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143033557, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:26:53.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143026545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:26:53.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "ves-openapi-manager", "timestamp": 1626143034222, "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-07-13T02:26:53.599Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of b40a6eb6-3959-4197-b863-947fb9067964 2021-07-13T02:26:53.600Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b40a6eb6-3959-4197-b863-947fb9067964 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-07-13T02:26:53.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "policy-id", "timestamp": 1626143032655, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:26:53.607Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143034567, "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-07-13T02:26:53.612Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b40a6eb6-3959-4197-b863-947fb9067964 2021-07-13T02:26:53.612Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b40a6eb6-3959-4197-b863-947fb9067964 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-07-13T02:26:53.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "clamp", "timestamp": 1626143027084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:26:53.619Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "dcae-sch", "timestamp": 1626143032502, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:26:53.620Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "multicloud-windriver-id", "timestamp": 1626143032501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:26:53.620Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143033557, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:26:53.621Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "policy-id", "timestamp": 1626143032655, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:26:53.621Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "aai-ml", "timestamp": 1626143035942, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:26:53.621Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:26:53.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "dcae-sch", "timestamp": 1626143032502, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:26:53.622Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "multicloud-windriver-id", "timestamp": 1626143032501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:26:53.622Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143033557, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:26:53.622Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "policy-id", "timestamp": 1626143032655, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:26:53.623Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "aai-ml", "timestamp": 1626143036944, "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-07-13T02:26:53.627Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b40a6eb6-3959-4197-b863-947fb9067964 2021-07-13T02:26:53.627Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b40a6eb6-3959-4197-b863-947fb9067964 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-07-13T02:26:53.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "dcae-sch", "timestamp": 1626143032502, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:26:53.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "multicloud-windriver-id", "timestamp": 1626143032501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:26:53.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143033557, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:26:53.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "policy-id", "timestamp": 1626143032655, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:26:53.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "dcae-sch", "timestamp": 1626143032502, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:26:53.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "multicloud-windriver-id", "timestamp": 1626143032501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:26:53.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143033557, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:26:53.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "policy-id", "timestamp": 1626143032655, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:26:53.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "dcae-sch", "timestamp": 1626143032502, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:26:53.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "multicloud-windriver-id", "timestamp": 1626143032501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:26:53.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143033557, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/resourceInstances/pnf27d50e3f9b9d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:26:53.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "policy-id", "timestamp": 1626143032655, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:26:53.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "dcae-sch", "timestamp": 1626143032502, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:26:53.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "multicloud-windriver-id", "timestamp": 1626143032501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:26:53.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143033557, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:26:53.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "policy-id", "timestamp": 1626143032655, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:26:53.642Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "clamp", "timestamp": 1626143040986, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:26:53.642Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:26:53.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143033557, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:26:53.642Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-07-13T02:26:53.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "policy-id", "timestamp": 1626143041906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:26:53.642Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:26:53.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143042898, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:26:53.643Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:26:53.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "policy-id", "timestamp": 1626143042910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:26:53.643Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:26:53.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "clamp", "timestamp": 1626143042991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:26:53.643Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:26:53.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "policy-id", "timestamp": 1626143043913, "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-07-13T02:26:53.649Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b40a6eb6-3959-4197-b863-947fb9067964 2021-07-13T02:26:53.649Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b40a6eb6-3959-4197-b863-947fb9067964 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-07-13T02:26:53.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "clamp", "timestamp": 1626143043993, "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-07-13T02:26:53.663Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b40a6eb6-3959-4197-b863-947fb9067964 2021-07-13T02:26:53.664Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b40a6eb6-3959-4197-b863-947fb9067964 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-07-13T02:26:53.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-07-13T02:26:53.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143044683, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxdtgjc4mupbeksqgpdn/1.0/artifacts/service-DemoPnfOxdtgjc4mupbeksqgpdn-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:26:53.672Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:27:05.772Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b40a6eb6-3959-4197-b863-947fb9067964 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-13T02:27:05.781Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b40a6eb6-3959-4197-b863-947fb9067964 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-07-13T02:27:05.784Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-13T02:27:05.784Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-07-13T02:27:05.784Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-07-13T02:27:05.784Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-07-13T02:27:05.784Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:27:05.784Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:27:05.785Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:27:05.785Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:27:05.785Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:27:05.785Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:27:05.785Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:27:05.785Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-07-13T02:27:05.791Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-07-13T02:27:35.791Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b40a6eb6-3959-4197-b863-947fb9067964 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-07-13T02:27:35.797Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b40a6eb6-3959-4197-b863-947fb9067964 and serviceModelVersionId: 207a88ce-9bda-437a-afe0-d7c839aa474f 2021-07-13T02:27:35.798Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f7cc4f17-659f-49f6-8262-d0cffa64e46f 2021-07-13T02:27:35.799Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f7cc4f17-659f-49f6-8262-d0cffa64e46f/model-vers/model-ver/207a88ce-9bda-437a-afe0-d7c839aa474f?depth=0 2021-07-13T02:27:35.804Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-07-13T02:27:35.837Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f7cc4f17-659f-49f6-8262-d0cffa64e46f/model-vers/model-ver/207a88ce-9bda-437a-afe0-d7c839aa474f?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-07-13T02:27:35.838Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f7cc4f17-659f-49f6-8262-d0cffa64e46f/model-vers/model-ver/207a88ce-9bda-437a-afe0-d7c839aa474f?depth=0|INFO|500||Invoke 2021-07-13T02:27:35.859Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f7cc4f17-659f-49f6-8262-d0cffa64e46f/model-vers/model-ver/207a88ce-9bda-437a-afe0-d7c839aa474f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-07-13T02:27:35.941Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f7cc4f17-659f-49f6-8262-d0cffa64e46f/model-vers/model-ver/207a88ce-9bda-437a-afe0-d7c839aa474f?depth=0|INFO|500||InvokeReturn 2021-07-13T02:27:35.942Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f7cc4f17-659f-49f6-8262-d0cffa64e46f/model-vers/model-ver/207a88ce-9bda-437a-afe0-d7c839aa474f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210713-02:27:35:866-7822], vertex-id=[237704], Content-Length=[0], Date=[Tue, 13 Jul 2021 02:27:35 GMT], Content-Type=[application/json]} 2021-07-13T02:27:35.942Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-07-13T02:27:35.942Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-07-13T02:27:35.942Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-07-13T02:27:35.948Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-07-13T02:27:35.948Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b40a6eb6-3959-4197-b863-947fb9067964 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-07-13T02:27:35.948Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-07-13T02:27:35.948Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:27:35.950Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:27:35.950Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143255948, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-13T02:27:36.051Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:27:36.052Z||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-07-13T02:27:36.052Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:27:36.066Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:27:36.067Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-07-13T02:27:36.961Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:27:36.962Z|b40a6eb6-3959-4197-b863-947fb9067964|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-07-13T02:27:36.962Z|b40a6eb6-3959-4197-b863-947fb9067964|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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:27:41.243Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:27:41.245Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-07-13T02:27:41.245Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"ce41d08b-5f3b-49c5-8d11-b8b91b479c27","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ab974732-58d9-4ad8-b7b2-058ffd52f4fa","serviceDescription":"service","serviceInvariantUUID":"99015ebc-9cdc-47c2-8e4a-9b71494e0bf5","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8c9353c6-9f5a-48b7-83e1-ee34c97f1bb9","resourceInvariantUUID":"382efa85-1a1a-4896-9e00-cac658e90319","resourceCustomizationUUID":"66c53bb5-f755-4f27-9931-57df3a193be4","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":"MTNhNDNmMTA4ZDhiZGJmMTk5MDYwOWNhMjliZWUwZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"da98095a-d26f-4618-b475-7fda6ea8f338","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":"MzlhYTNiOGI5OGRhOTQ1ZTMwMmQwM2E5OWM1N2FlNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a17a9cc9-e8e2-47bd-beac-9749a4d5dc80","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":"d0ad43e1-ef7c-4e1e-bc2e-f7ce80b217fe","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":"770a81c6-c03a-40a5-9cac-b8a16e15d287","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":"5eeda5ca-b382-477a-a9c8-b747336604cd","artifactVersion":"2","generatedFromUUID":"d0ad43e1-ef7c-4e1e-bc2e-f7ce80b217fe"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"M2E2ZTkzMjQzN2IxOWExNmRiNWZhMmNiM2I2NDU1MGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8600587d-feb5-4ff9-ba50-9d1b893faf35","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZTQxYzViMGMyYTg2NTZjYWY4ODU0NzM0NjIwZWU4NTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed153cda-ecce-4733-b05a-a62cd8b6cf47","artifactVersion":"1"}],"workloadContext":"Production"} 2021-07-13T02:27:41.246Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:27:41.247Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:27:41.248Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:27:41.249Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:41.349Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:27:41.349Z||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-07-13T02:27:41.350Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:27:41.358Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:27:41.358Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-07-13T02:27:42.249Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:27:42.250Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:27:42.252Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:27:42.252Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:27:42.351Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-07-13T02:27:42.352Z||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-07-13T02:27:42.352Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:27:42.362Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:27:42.362Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:27:43.252Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:27:43.252Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:27:43.254Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:27:43.254Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-07-13T02:27:43.355Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:27:43.357Z||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-07-13T02:27:43.357Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:27:43.367Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:27:43.367Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:27:44.256Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:27:44.256Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:27:44.258Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:27:44.258Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:44.359Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-07-13T02:27:44.360Z||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-07-13T02:27:44.360Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:27:44.370Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:27:44.370Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:27:45.259Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:27:45.259Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:27:45.261Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:27:45.261Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-07-13T02:27:45.361Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:27:45.362Z||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-07-13T02:27:45.362Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:27:45.373Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:27:45.374Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:27:46.261Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:27:46.262Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:27:46.264Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:27:46.264Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:46.364Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:27:46.365Z||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-07-13T02:27:46.365Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:27:46.375Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:27:46.375Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:27:47.264Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:27:47.266Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:27:47.268Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:27:47.268Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:27:47.369Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-07-13T02:27:47.369Z||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-07-13T02:27:47.369Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:27:47.379Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:27:47.379Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:27:48.270Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ab974732-58d9-4ad8-b7b2-058ffd52f4fa", "serviceDescription": "service", "serviceInvariantUUID": "99015ebc-9cdc-47c2-8e4a-9b71494e0bf5", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "66c53bb5-f755-4f27-9931-57df3a193be4", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8c9353c6-9f5a-48b7-83e1-ee34c97f1bb9", "resourceInvariantUUID": "382efa85-1a1a-4896-9e00-cac658e90319", "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": "MzlhYTNiOGI5OGRhOTQ1ZTMwMmQwM2E5OWM1N2FlNmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a17a9cc9-e8e2-47bd-beac-9749a4d5dc80", "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": "d0ad43e1-ef7c-4e1e-bc2e-f7ce80b217fe", "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": "5eeda5ca-b382-477a-a9c8-b747336604cd", "generatedFromUUID": "d0ad43e1-ef7c-4e1e-bc2e-f7ce80b217fe" }, "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": "5eeda5ca-b382-477a-a9c8-b747336604cd", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZTQxYzViMGMyYTg2NTZjYWY4ODU0NzM0NjIwZWU4NTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ed153cda-ecce-4733-b05a-a62cd8b6cf47" } ], "workloadContext": "Production" } 2021-07-13T02:27:48.270Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-07-13T02:27:48.270Z|b40a6eb6-3959-4197-b863-947fb9067964|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ab974732-58d9-4ad8-b7b2-058ffd52f4fa ASDC 2021-07-13T02:27:48.271Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:ce41d08b-5f3b-49c5-8d11-b8b91b479c27 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ab974732-58d9-4ad8-b7b2-058ffd52f4fa ServiceInvariantUUID:99015ebc-9cdc-47c2-8e4a-9b71494e0bf5 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:ed153cda-ecce-4733-b05a-a62cd8b6cf47 ArtifactChecksum:ZTQxYzViMGMyYTg2NTZjYWY4ODU0NzM0NjIwZWU4NTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:66c53bb5-f755-4f27-9931-57df3a193be4 ResourceInvariantUUID:382efa85-1a1a-4896-9e00-cac658e90319 ResourceName:basic_vm ResourceType:VF ResourceUUID:8c9353c6-9f5a-48b7-83e1-ee34c97f1bb9 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:a17a9cc9-e8e2-47bd-beac-9749a4d5dc80 ArtifactChecksum:MzlhYTNiOGI5OGRhOTQ1ZTMwMmQwM2E5OWM1N2FlNmI= 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:d0ad43e1-ef7c-4e1e-bc2e-f7ce80b217fe 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:5eeda5ca-b382-477a-a9c8-b747336604cd 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:5eeda5ca-b382-477a-a9c8-b747336604cd ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-07-13T02:27:48.271Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ab974732-58d9-4ad8-b7b2-058ffd52f4fa 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-07-13T02:27:48.299Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-13T02:27:48.299Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-07-13T02:27:48.299Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-07-13T02:27:48.299Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ed153cda-ecce-4733-b05a-a62cd8b6cf47 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-07-13T02:27:48.299Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-07-13T02:27:48.300Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-07-13T02:27:48.793Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-07-13T02:27:48.799Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ed153cda-ecce-4733-b05a-a62cd8b6cf47 74290 2021-07-13T02:27:48.799Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-07-13T02:27:48.799Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-07-13T02:27:48.800Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-13T02:27:48.800Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:27:48.802Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:27:48.803Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143268799, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:27:48.903Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:27:48.903Z||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-07-13T02:27:48.904Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:27:48.913Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:27:48.913Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:27:49.803Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-13T02:27:49.804Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-07-13T02:27:49.805Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ed153cda-ecce-4733-b05a-a62cd8b6cf47, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-07-13T02:27:49.805Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-07-13T02:27:49.806Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-07-13T02:27:49.806Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-07-13T02:27:50.086Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15439656904204362424/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-07-13T02:27:51.026Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-07-13T02:27:51.027Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-07-13T02:27:51.027Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-07-13T02:27:51.027Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-07-13T02:27:51.027Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-07-13T02:27:51.027Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-07-13T02:27:51.027Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-07-13T02:27:51.027Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-07-13T02:27:51.027Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-07-13T02:27:51.027Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-07-13T02:27:51.027Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-07-13T02:27:51.027Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-07-13T02:27:51.027Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-07-13T02:27:51.027Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-07-13T02:27:51.027Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-07-13T02:27:51.027Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:27:51.027Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:27:51.028Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-07-13T02:27:51.028Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-07-13T02:27:51.028Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-13T02:27:51.028Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:27:51.028Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:27:51.028Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-07-13T02:27:51.028Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-07-13T02:27:51.028Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-13T02:27:51.028Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:27:51.028Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:27:51.028Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:27:51.029Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-07-13T02:27:51.029Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-07-13T02:27:51.029Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-07-13T02:27:51.029Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-07-13T02:27:51.029Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-07-13T02:27:51.029Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-07-13T02:27:51.029Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:27:51.029Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-07-13T02:27:51.029Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:27:51.029Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-07-13T02:27:51.029Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:27:51.029Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:27:51.030Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-07-13T02:27:51.030Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:27:51.030Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:27:51.030Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-07-13T02:27:51.030Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:27:51.030Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:27:51.030Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-07-13T02:27:51.030Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-07-13T02:27:51.030Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-07-13T02:27:51.030Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9feb46a0-d24f-4755-8556-540165268660 2021-07-13T02:27:51.030Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:27:51.030Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:27:51.030Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:27:51.031Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:27:51.031Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:27:51.031Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:27:51.031Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:27:51.031Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:27:51.031Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:ab974732-58d9-4ad8-b7b2-058ffd52f4fa Model Version:NULL Model InvariantUuid:99015ebc-9cdc-47c2-8e4a-9b71494e0bf5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:81f51ffe-1e33-469d-9790-402dce17f433 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:382efa85-1a1a-4896-9e00-cac658e90319 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:66c53bb5-f755-4f27-9931-57df3a193be4 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c9fce6b6-558d-4c1f-b22e-aa8c7d41ecd1 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:38e901c9-9195-4322-b361-b1812dafcc08 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9feb46a0-d24f-4755-8556-540165268660 ModelInvariantUuid:23c32d97-171c-45a6-be94-795009990315 ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:f35c0cd9-7bb1-478e-998c-7282676c4ac6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:05e8c845-668b-4a96-b53c-66939d28e047 ModelInvariantUuid:45978167-abd2-4674-b409-1e1cd02c0868 ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:80b6d504-9575-4619-8045-98536b2d0563 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-07-13T02:27:51.038Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 8c9353c6-9f5a-48b7-83e1-ee34c97f1bb9 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-07-13T02:27:51.041Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||basic_vm 0 2021-07-13T02:27:51.041Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8c9353c6-9f5a-48b7-83e1-ee34c97f1bb9 2021-07-13T02:27:51.041Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a17a9cc9-e8e2-47bd-beac-9749a4d5dc80 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-07-13T02:27:51.041Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-07-13T02:27:51.041Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-07-13T02:27:51.607Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-07-13T02:27:51.608Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json a17a9cc9-e8e2-47bd-beac-9749a4d5dc80 787 2021-07-13T02:27:51.608Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-07-13T02:27:51.608Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-07-13T02:27:51.608Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-13T02:27:51.608Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:27:51.610Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:27:51.610Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143271608, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-13T02:27:51.711Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:27:51.711Z||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-07-13T02:27:51.712Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:27:51.721Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:27:51.721Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:27:52.611Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c9fce6b6-558d-4c1f-b22e-aa8c7d41ecd1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "38e901c9-9195-4322-b361-b1812dafcc08", "vfModuleModelCustomizationUUID": "3673b208-152f-4355-aabf-1ec0077e65e3", "isBase": true, "artifacts": [ "d0ad43e1-ef7c-4e1e-bc2e-f7ce80b217fe", "5eeda5ca-b382-477a-a9c8-b747336604cd" ], "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-07-13T02:27:52.615Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:38e901c9-9195-4322-b361-b1812dafcc08 VfModuleModelInvariantUUID:c9fce6b6-558d-4c1f-b22e-aa8c7d41ecd1 VfModuleModelDescription:NULL Artifacts UUID List:{ d0ad43e1-ef7c-4e1e-bc2e-f7ce80b217fe , 5eeda5ca-b382-477a-a9c8-b747336604cd } 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-07-13T02:27:52.617Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c9fce6b6-558d-4c1f-b22e-aa8c7d41ecd1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "38e901c9-9195-4322-b361-b1812dafcc08", "vfModuleModelCustomizationUUID": "3673b208-152f-4355-aabf-1ec0077e65e3", "isBase": true, "artifacts": [ "d0ad43e1-ef7c-4e1e-bc2e-f7ce80b217fe", "5eeda5ca-b382-477a-a9c8-b747336604cd" ], "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-07-13T02:27:52.617Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:38e901c9-9195-4322-b361-b1812dafcc08 VfModuleModelInvariantUUID:c9fce6b6-558d-4c1f-b22e-aa8c7d41ecd1 VfModuleModelDescription:NULL Artifacts UUID List:{ d0ad43e1-ef7c-4e1e-bc2e-f7ce80b217fe , 5eeda5ca-b382-477a-a9c8-b747336604cd } 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-07-13T02:27:52.617Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d0ad43e1-ef7c-4e1e-bc2e-f7ce80b217fe from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-07-13T02:27:52.617Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-07-13T02:27:52.617Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-07-13T02:27:52.843Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-07-13T02:27:52.843Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml d0ad43e1-ef7c-4e1e-bc2e-f7ce80b217fe 5033 2021-07-13T02:27:52.843Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-07-13T02:27:52.843Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-07-13T02:27:52.843Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-13T02:27:52.844Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:27:52.845Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:27:52.845Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143272843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:27:52.946Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-07-13T02:27:52.947Z||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-07-13T02:27:52.947Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:27:52.957Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:27:52.957Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:27:53.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:27:53.561Z||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-07-13T02:27:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:27:53.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:27:53.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.584Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "dcae-sch", "timestamp": 1626143192502, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.585Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-windriver-id", "timestamp": 1626143192500, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "policy-id", "timestamp": 1626143192654, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143186545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "ves-openapi-manager", "timestamp": 1626143195151, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143195721, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "dcae-sch", "timestamp": 1626143192502, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-windriver-id", "timestamp": 1626143192500, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:27:53.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "policy-id", "timestamp": 1626143192654, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143186545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:27:53.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "ves-openapi-manager", "timestamp": 1626143195151, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143195721, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "dcae-sch", "timestamp": 1626143192502, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-windriver-id", "timestamp": 1626143192500, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-07-13T02:27:53.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "policy-id", "timestamp": 1626143192654, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-07-13T02:27:53.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143186545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-07-13T02:27:53.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "ves-openapi-manager", "timestamp": 1626143195151, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143195721, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "dcae-sch", "timestamp": 1626143192502, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-windriver-id", "timestamp": 1626143192500, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "policy-id", "timestamp": 1626143192654, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143186545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "ves-openapi-manager", "timestamp": 1626143195151, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143195721, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "cds", "timestamp": 1626143198799, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "dcae-sch", "timestamp": 1626143192502, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-windriver-id", "timestamp": 1626143192500, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-07-13T02:27:53.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "policy-id", "timestamp": 1626143192654, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143186545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-07-13T02:27:53.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "ves-openapi-manager", "timestamp": 1626143195151, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143195721, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "cds", "timestamp": 1626143198799, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "dcae-sch", "timestamp": 1626143192502, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-windriver-id", "timestamp": 1626143192500, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "policy-id", "timestamp": 1626143192654, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143186545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "ves-openapi-manager", "timestamp": 1626143195151, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "aai-ml", "timestamp": 1626143200503, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143195721, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "cds", "timestamp": 1626143198799, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "dcae-sch", "timestamp": 1626143192502, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-windriver-id", "timestamp": 1626143192500, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:27:53.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "policy-id", "timestamp": 1626143192654, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:27:53.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143186545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:27:53.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "ves-openapi-manager", "timestamp": 1626143195151, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "aai-ml", "timestamp": 1626143200503, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-k8s-id", "timestamp": 1626143201493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143195721, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:27:53.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "cds", "timestamp": 1626143198799, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-k8s-id", "timestamp": 1626143201493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:27:53.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "aai-ml", "timestamp": 1626143200503, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "cds", "timestamp": 1626143198799, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "policy-id", "timestamp": 1626143203683, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:27:53.598Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:27:53.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-windriver-id", "timestamp": 1626143203795, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-13T02:27:53.599Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:27:53.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143204070, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-13T02:27:53.599Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:27:53.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-k8s-id", "timestamp": 1626143201493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-07-13T02:27:53.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "aai-ml", "timestamp": 1626143200503, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "cds", "timestamp": 1626143198799, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143204600, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:27:53.600Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:27:53.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "policy-id", "timestamp": 1626143204686, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:27:53.600Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:27:53.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-k8s-id", "timestamp": 1626143201493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "aai-ml", "timestamp": 1626143200503, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "cds", "timestamp": 1626143198799, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:27:53.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "policy-id", "timestamp": 1626143205689, "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-07-13T02:27:53.608Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ce41d08b-5f3b-49c5-8d11-b8b91b479c27 2021-07-13T02:27:53.608Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce41d08b-5f3b-49c5-8d11-b8b91b479c27 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-07-13T02:27:53.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-windriver-id", "timestamp": 1626143206085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:27:53.615Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:27:53.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-k8s-id", "timestamp": 1626143201493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-07-13T02:27:53.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "aai-ml", "timestamp": 1626143200503, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143206321, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:27:53.616Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:27:53.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143206732, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:27:53.616Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:27:53.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-k8s-id", "timestamp": 1626143201493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "aai-ml", "timestamp": 1626143200503, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:27:53.617Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "cds", "timestamp": 1626143207283, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:27:53.617Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:27:53.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "clamp", "timestamp": 1626143207084, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.617Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143207735, "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-07-13T02:27:53.621Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ce41d08b-5f3b-49c5-8d11-b8b91b479c27 2021-07-13T02:27:53.622Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce41d08b-5f3b-49c5-8d11-b8b91b479c27 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-07-13T02:27:53.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-windriver-id", "timestamp": 1626143208084, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:27:53.629Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:27:53.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-k8s-id", "timestamp": 1626143201493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:27:53.629Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143208201, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:27:53.630Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:27:53.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "cds", "timestamp": 1626143208286, "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-07-13T02:27:53.634Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ce41d08b-5f3b-49c5-8d11-b8b91b479c27 2021-07-13T02:27:53.634Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce41d08b-5f3b-49c5-8d11-b8b91b479c27 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-07-13T02:27:53.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "clamp", "timestamp": 1626143207084, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:27:53.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "aai-ml", "timestamp": 1626143208804, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:27:53.647Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:27:53.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-windriver-id", "timestamp": 1626143209092, "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-07-13T02:27:53.651Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ce41d08b-5f3b-49c5-8d11-b8b91b479c27 2021-07-13T02:27:53.651Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce41d08b-5f3b-49c5-8d11-b8b91b479c27 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-07-13T02:27:53.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143209204, "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-07-13T02:27:53.660Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ce41d08b-5f3b-49c5-8d11-b8b91b479c27 2021-07-13T02:27:53.660Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce41d08b-5f3b-49c5-8d11-b8b91b479c27 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-07-13T02:27:53.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "clamp", "timestamp": 1626143207084, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-windriver-id", "timestamp": 1626143210096, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-07-13T02:27:53.700Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:27:53.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143210208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-07-13T02:27:53.701Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:27:53.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-k8s-id", "timestamp": 1626143210290, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-13T02:27:53.701Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:27:53.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "clamp", "timestamp": 1626143207084, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "clamp", "timestamp": 1626143207084, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143211212, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-k8s-id", "timestamp": 1626143212092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:27:53.702Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:27:53.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "clamp", "timestamp": 1626143207084, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143211212, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "dcae-sch", "timestamp": 1626143212501, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-07-13T02:27:53.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-windriver-id", "timestamp": 1626143212500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:27:53.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "policy-id", "timestamp": 1626143212654, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:27:53.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:27:53.846Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5eeda5ca-b382-477a-a9c8-b747336604cd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-07-13T02:27:53.847Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-07-13T02:27:53.847Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-07-13T02:27:53.992Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-07-13T02:27:53.993Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 5eeda5ca-b382-477a-a9c8-b747336604cd 903 2021-07-13T02:27:53.993Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-07-13T02:27:53.993Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-07-13T02:27:53.993Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-13T02:27:53.993Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:27:53.995Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:27:53.995Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143273993, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:27:54.095Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:27:54.096Z||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-07-13T02:27:54.096Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:27:54.106Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:27:54.106Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:27:54.995Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ab974732-58d9-4ad8-b7b2-058ffd52f4fa 2021-07-13T02:27:54.996Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 8c9353c6-9f5a-48b7-83e1-ee34c97f1bb9 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-07-13T02:27:55.011Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:27:55.011Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:27:55.011Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-07-13T02:27:55.011Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 66c53bb5-f755-4f27-9931-57df3a193be4 2021-07-13T02:27:55.012Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 66c53bb5-f755-4f27-9931-57df3a193be4 matches Tosca VF Customization UUID: 66c53bb5-f755-4f27-9931-57df3a193be4 2021-07-13T02:27:55.012Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 66c53bb5-f755-4f27-9931-57df3a193be4 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-07-13T02:27:55.014Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:27:55.014Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:27:55.015Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 66c53bb5-f755-4f27-9931-57df3a193be4: {\"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-07-13T02:27:55.015Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7dbc88f9 2021-07-13T02:27:55.015Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:27:55.015Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-07-13T02:27:55.015Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3673b208-152f-4355-aabf-1ec0077e65e3 2021-07-13T02:27:55.015Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3673b208-152f-4355-aabf-1ec0077e65e3 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-07-13T02:27:55.018Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:27:55.018Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-07-13T02:27:55.018Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:27:55.018Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:27:55.018Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-07-13T02:27:55.018Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:27:55.018Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:27:55.018Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-07-13T02:27:55.018Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-07-13T02:27:55.018Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-07-13T02:27:55.019Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9feb46a0-d24f-4755-8556-540165268660 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-07-13T02:27:55.020Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:27:55.021Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-07-13T02:27:55.021Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:27:55.021Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:27:55.021Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-07-13T02:27:55.021Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=66c53bb5-f755-4f27-9931-57df3a193be4 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-07-13T02:27:55.022Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:27:55.022Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:27:55.022Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ab974732-58d9-4ad8-b7b2-058ffd52f4fa: basic_vm 2021-07-13T02:27:55.022Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:27:55.023Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:27:55.023Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:27:55.023Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:27:55.023Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:27:55.023Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:27:55.023Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:27:55.023Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:27:55.023Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:27:55.023Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:27:55.023Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-07-13T02:27:55.134Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 8c9353c6-9f5a-48b7-83e1-ee34c97f1bb9 1 ASDC deployResourceStructure 2021-07-13T02:27:55.134Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-07-13T02:27:55.134Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-07-13T02:27:55.134Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-13T02:27:55.134Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:27:55.136Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:27:55.136Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143275134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-07-13T02:27:55.236Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:27:55.237Z||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-07-13T02:27:55.237Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:27:55.247Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:27:55.248Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:27:56.136Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-07-13T02:27:56.137Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-07-13T02:27:56.137Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-13T02:27:56.137Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:27:56.139Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:27:56.139Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143276136, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-07-13T02:27:56.241Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-07-13T02:27:56.241Z||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-07-13T02:27:56.241Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:27:56.253Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:27:56.254Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-07-13T02:27:57.140Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-07-13T02:27:57.140Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-07-13T02:27:57.141Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-13T02:27:57.141Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:27:57.143Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:27:57.143Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143277140, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-07-13T02:27:57.243Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:27:57.244Z||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-07-13T02:27:57.244Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:27:57.254Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:27:57.255Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:27:58.143Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-07-13T02:27:58.144Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-07-13T02:27:58.144Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-13T02:27:58.145Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:27:58.147Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:27:58.147Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143278143, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:27:58.247Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:27:58.248Z||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-07-13T02:27:58.248Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:27:58.260Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:27:58.260Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:27:59.148Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ce41d08b-5f3b-49c5-8d11-b8b91b479c27 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-13T02:27:59.158Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ce41d08b-5f3b-49c5-8d11-b8b91b479c27 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-07-13T02:27:59.160Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-13T02:27:59.161Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-13T02:27:59.161Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-13T02:28:29.161Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ce41d08b-5f3b-49c5-8d11-b8b91b479c27 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-13T02:28:29.170Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ce41d08b-5f3b-49c5-8d11-b8b91b479c27 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-07-13T02:28:29.172Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-13T02:28:29.172Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-13T02:28:29.173Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-13T02:28:53.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:28:53.560Z||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-07-13T02:28:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:28:53.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:28:53.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:28:53.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-k8s-id", "timestamp": 1626143213703, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:28:53.583Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:28:59.173Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ce41d08b-5f3b-49c5-8d11-b8b91b479c27 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-13T02:28:59.184Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ce41d08b-5f3b-49c5-8d11-b8b91b479c27 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-07-13T02:28:59.187Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-13T02:28:59.187Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-13T02:28:59.187Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-13T02:29:29.188Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ce41d08b-5f3b-49c5-8d11-b8b91b479c27 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-13T02:29:29.196Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ce41d08b-5f3b-49c5-8d11-b8b91b479c27 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-07-13T02:29:29.198Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-13T02:29:29.198Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-13T02:29:29.198Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-13T02:29:53.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:29:53.560Z||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-07-13T02:29:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:29:53.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:29:53.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "clamp", "timestamp": 1626143207084, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:29:53.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143211212, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:29:53.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "dcae-sch", "timestamp": 1626143212501, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-windriver-id", "timestamp": 1626143212500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "policy-id", "timestamp": 1626143212654, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "cds", "timestamp": 1626143213798, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "aai-ml", "timestamp": 1626143214449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:29:53.590Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-k8s-id", "timestamp": 1626143214795, "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-07-13T02:29:53.596Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ce41d08b-5f3b-49c5-8d11-b8b91b479c27 2021-07-13T02:29:53.596Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce41d08b-5f3b-49c5-8d11-b8b91b479c27 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-07-13T02:29:53.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143211212, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-07-13T02:29:53.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "dcae-sch", "timestamp": 1626143212501, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-windriver-id", "timestamp": 1626143212500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:29:53.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "policy-id", "timestamp": 1626143212654, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "cds", "timestamp": 1626143213798, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "aai-ml", "timestamp": 1626143215452, "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-07-13T02:29:53.607Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ce41d08b-5f3b-49c5-8d11-b8b91b479c27 2021-07-13T02:29:53.607Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce41d08b-5f3b-49c5-8d11-b8b91b479c27 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-07-13T02:29:53.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "ves-openapi-manager", "timestamp": 1626143215151, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "multicloud-k8s-id", "timestamp": 1626143215798, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-07-13T02:29:53.614Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143211212, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "dcae-sch", "timestamp": 1626143212501, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-windriver-id", "timestamp": 1626143212500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-07-13T02:29:53.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "policy-id", "timestamp": 1626143212654, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-07-13T02:29:53.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "cds", "timestamp": 1626143213798, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "ves-openapi-manager", "timestamp": 1626143215151, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-k8s-id", "timestamp": 1626143201493, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143211212, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-07-13T02:29:53.617Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "dcae-sch", "timestamp": 1626143212501, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.617Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-windriver-id", "timestamp": 1626143212500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "policy-id", "timestamp": 1626143212654, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "cds", "timestamp": 1626143213798, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "ves-openapi-manager", "timestamp": 1626143215151, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-k8s-id", "timestamp": 1626143201493, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143211212, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "dcae-sch", "timestamp": 1626143212501, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-windriver-id", "timestamp": 1626143212500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-07-13T02:29:53.620Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "policy-id", "timestamp": 1626143212654, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.620Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "cds", "timestamp": 1626143213798, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.620Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "ves-openapi-manager", "timestamp": 1626143215151, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-k8s-id", "timestamp": 1626143201493, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:29:53.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143211212, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:29:53.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "dcae-sch", "timestamp": 1626143212501, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-windriver-id", "timestamp": 1626143212500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.622Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "policy-id", "timestamp": 1626143212654, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.622Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "cds", "timestamp": 1626143213798, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.622Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "ves-openapi-manager", "timestamp": 1626143215151, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.622Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-k8s-id", "timestamp": 1626143201493, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-07-13T02:29:53.622Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "dcae-sch", "timestamp": 1626143212501, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.623Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-windriver-id", "timestamp": 1626143212500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:29:53.623Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "policy-id", "timestamp": 1626143212654, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:29:53.623Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "cds", "timestamp": 1626143213798, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.623Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143220594, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.623Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "clamp", "timestamp": 1626143220604, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.624Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "ves-openapi-manager", "timestamp": 1626143215151, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.624Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-k8s-id", "timestamp": 1626143201493, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.624Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "cds", "timestamp": 1626143213798, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:29:53.624Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "ves-openapi-manager", "timestamp": 1626143215151, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.624Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-k8s-id", "timestamp": 1626143201493, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-07-13T02:29:53.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "clamp", "timestamp": 1626143222012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:29:53.625Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-windriver-id", "timestamp": 1626143222095, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.625Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "policy-id", "timestamp": 1626143222302, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.625Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143222783, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.625Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "ves-openapi-manager", "timestamp": 1626143215151, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-k8s-id", "timestamp": 1626143201493, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "clamp", "timestamp": 1626143223014, "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-07-13T02:29:53.631Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ce41d08b-5f3b-49c5-8d11-b8b91b479c27 2021-07-13T02:29:53.632Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce41d08b-5f3b-49c5-8d11-b8b91b479c27 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-07-13T02:29:53.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "policy-id", "timestamp": 1626143223306, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:29:53.639Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "cds", "timestamp": 1626143223392, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.639Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-k8s-id", "timestamp": 1626143201493, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:29:53.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "clamp", "timestamp": 1626143207084, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-windriver-id", "timestamp": 1626143224085, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.640Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "dcae-sch", "timestamp": 1626143224187, "artifactURL": "/sdc/v1/catalog/services/822239f5-8bdd-4c26-ade2-3c2a740e9a4c/resourceInstances/basicclamp0/artifacts/d602f017-f7f4-4403-81da-ef040ecf7f43", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.640Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "policy-id", "timestamp": 1626143224308, "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-07-13T02:29:53.652Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc 2021-07-13T02:29:53.652Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc 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-07-13T02:29:53.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "cds", "timestamp": 1626143224396, "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-07-13T02:29:53.662Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc 2021-07-13T02:29:53.662Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc 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-07-13T02:29:53.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143224591, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "clamp", "timestamp": 1626143207084, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "dcae-sch", "timestamp": 1626143225436, "artifactURL": "/sdc/v1/catalog/services/822239f5-8bdd-4c26-ade2-3c2a740e9a4c/resourceInstances/basicclamp0/artifacts/d602f017-f7f4-4403-81da-ef040ecf7f43", "status": "DEPLOY_OK" } 2021-07-13T02:29:53.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143225594, "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-07-13T02:29:53.674Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc 2021-07-13T02:29:53.674Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc 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-07-13T02:29:53.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-k8s-id", "timestamp": 1626143225880, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.679Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "clamp", "timestamp": 1626143207084, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:29:53.680Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-windriver-id", "timestamp": 1626143226204, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.680Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143225721, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.680Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "dcae-sch", "timestamp": 1626143226439, "artifactURL": "/sdc/v1/catalog/services/822239f5-8bdd-4c26-ade2-3c2a740e9a4c/resourceInstances/basicclamp0/artifacts/d602f017-f7f4-4403-81da-ef040ecf7f43", "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-07-13T02:29:53.684Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc 2021-07-13T02:29:53.684Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc 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-07-13T02:29:53.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143226598, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-07-13T02:29:53.691Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "clamp", "timestamp": 1626143207084, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.691Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-windriver-id", "timestamp": 1626143227210, "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-07-13T02:29:53.694Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc 2021-07-13T02:29:53.695Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc 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-07-13T02:29:53.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143225721, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-k8s-id", "timestamp": 1626143227392, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.701Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "clamp", "timestamp": 1626143207084, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-windriver-id", "timestamp": 1626143228216, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-07-13T02:29:53.702Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143225721, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-k8s-id", "timestamp": 1626143229001, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.703Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "clamp", "timestamp": 1626143207084, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143225721, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-k8s-id", "timestamp": 1626143230023, "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-07-13T02:29:53.708Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc 2021-07-13T02:29:53.708Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc 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-07-13T02:29:53.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "clamp", "timestamp": 1626143207084, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.712Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143225721, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.712Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "multicloud-k8s-id", "timestamp": 1626143231027, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-07-13T02:29:53.713Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "clamp", "timestamp": 1626143207084, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:29:53.713Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "aai-ml", "timestamp": 1626143230503, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.713Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143225721, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.713Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "aai-ml", "timestamp": 1626143230503, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.713Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143225721, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.713Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "aai-ml", "timestamp": 1626143230503, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143225721, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:29:53.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "dcae-sch", "timestamp": 1626143232501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "cds", "timestamp": 1626143228798, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-windriver-id", "timestamp": 1626143232500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143227602, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-k8s-id", "timestamp": 1626143232031, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "policy-id", "timestamp": 1626143232655, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "aai-ml", "timestamp": 1626143230503, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "cds", "timestamp": 1626143228798, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "dcae-sch", "timestamp": 1626143232501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143227602, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:29:53.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-windriver-id", "timestamp": 1626143232500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:29:53.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-k8s-id", "timestamp": 1626143232031, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:29:53.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "policy-id", "timestamp": 1626143232655, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143234507, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.715Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "aai-ml", "timestamp": 1626143230503, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "cds", "timestamp": 1626143228798, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "dcae-sch", "timestamp": 1626143232501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143227602, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-07-13T02:29:53.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-windriver-id", "timestamp": 1626143232500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-07-13T02:29:53.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-k8s-id", "timestamp": 1626143232031, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-07-13T02:29:53.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "policy-id", "timestamp": 1626143232655, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-07-13T02:29:53.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "ves-openapi-manager", "timestamp": 1626143235151, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.717Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "aai-ml", "timestamp": 1626143230503, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.717Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143236445, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:29:53.717Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "cds", "timestamp": 1626143228798, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.717Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "dcae-sch", "timestamp": 1626143232501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.717Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-windriver-id", "timestamp": 1626143232500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.717Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143227602, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.718Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.718Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.718Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-k8s-id", "timestamp": 1626143232031, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.718Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.718Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.718Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "policy-id", "timestamp": 1626143232655, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.718Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.718Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.718Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "ves-openapi-manager", "timestamp": 1626143235151, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.718Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.718Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.719Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "aai-ml", "timestamp": 1626143230503, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.719Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.719Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "clamp", "timestamp": 1626143237167, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.719Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.719Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143237447, "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-07-13T02:29:53.723Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc 2021-07-13T02:29:53.723Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc 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-07-13T02:29:53.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "cds", "timestamp": 1626143228798, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.730Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "dcae-sch", "timestamp": 1626143232501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.730Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-windriver-id", "timestamp": 1626143232500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-07-13T02:29:53.730Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143227602, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-07-13T02:29:53.730Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-k8s-id", "timestamp": 1626143232031, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-07-13T02:29:53.730Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "policy-id", "timestamp": 1626143232655, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.730Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "ves-openapi-manager", "timestamp": 1626143235151, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.731Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "aai-ml", "timestamp": 1626143230503, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:29:53.731Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "clamp", "timestamp": 1626143238169, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.731Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "cds", "timestamp": 1626143228798, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.731Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "dcae-sch", "timestamp": 1626143232501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.731Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-windriver-id", "timestamp": 1626143232500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.731Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-k8s-id", "timestamp": 1626143232031, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.731Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143227602, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.731Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "policy-id", "timestamp": 1626143232655, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.732Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "ves-openapi-manager", "timestamp": 1626143235151, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.732Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "cds", "timestamp": 1626143228798, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.732Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "dcae-sch", "timestamp": 1626143232501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.732Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-k8s-id", "timestamp": 1626143232031, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.732Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-windriver-id", "timestamp": 1626143232500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.732Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143227602, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.732Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "policy-id", "timestamp": 1626143232655, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.732Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "aai-ml", "timestamp": 1626143239788, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.733Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "ves-openapi-manager", "timestamp": 1626143235151, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.733Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "cds", "timestamp": 1626143228798, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:29:53.733Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "dcae-sch", "timestamp": 1626143232501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.733Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-windriver-id", "timestamp": 1626143232500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:29:53.733Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143227602, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:29:53.733Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-k8s-id", "timestamp": 1626143232031, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:29:53.733Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "policy-id", "timestamp": 1626143232655, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:29:53.734Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "ves-openapi-manager", "timestamp": 1626143235151, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.734Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "clamp", "timestamp": 1626143241070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:29:53.734Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "ves-openapi-manager", "timestamp": 1626143235151, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.734Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "clamp", "timestamp": 1626143242072, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-07-13T02:29:53.734Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "policy-id", "timestamp": 1626143242498, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.734Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "cds", "timestamp": 1626143242591, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.735Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-windriver-id", "timestamp": 1626143242596, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.735Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-k8s-id", "timestamp": 1626143242598, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.735Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143242789, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.735Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "ves-openapi-manager", "timestamp": 1626143235151, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.735Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "clamp", "timestamp": 1626143243074, "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-07-13T02:29:53.739Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc 2021-07-13T02:29:53.739Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc 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-07-13T02:29:53.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "policy-id", "timestamp": 1626143243501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:29:53.747Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-windriver-id", "timestamp": 1626143244475, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.747Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-k8s-id", "timestamp": 1626143244482, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.747Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "policy-id", "timestamp": 1626143244504, "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-07-13T02:29:53.756Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 86fd4aa5-2a20-4d85-b074-ae7e876ec899 2021-07-13T02:29:53.757Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fd4aa5-2a20-4d85-b074-ae7e876ec899 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-07-13T02:29:53.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.762Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143244687, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.762Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.762Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "clamp", "timestamp": 1626143244078, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.762Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.763Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "cds", "timestamp": 1626143245011, "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-07-13T02:29:53.766Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 86fd4aa5-2a20-4d85-b074-ae7e876ec899 2021-07-13T02:29:53.766Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fd4aa5-2a20-4d85-b074-ae7e876ec899 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-07-13T02:29:53.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "clamp", "timestamp": 1626143244078, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:29:53.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-k8s-id", "timestamp": 1626143246496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-windriver-id", "timestamp": 1626143246596, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "clamp", "timestamp": 1626143244078, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143246997, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.773Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "aai-ml", "timestamp": 1626143247402, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:29:53.773Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-k8s-id", "timestamp": 1626143247508, "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-07-13T02:29:53.777Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 86fd4aa5-2a20-4d85-b074-ae7e876ec899 2021-07-13T02:29:53.777Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fd4aa5-2a20-4d85-b074-ae7e876ec899 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-07-13T02:29:53.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-windriver-id", "timestamp": 1626143247603, "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-07-13T02:29:53.785Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 86fd4aa5-2a20-4d85-b074-ae7e876ec899 2021-07-13T02:29:53.785Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fd4aa5-2a20-4d85-b074-ae7e876ec899 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-07-13T02:29:53.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "clamp", "timestamp": 1626143244078, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143248002, "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-07-13T02:29:53.793Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 86fd4aa5-2a20-4d85-b074-ae7e876ec899 2021-07-13T02:29:53.793Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fd4aa5-2a20-4d85-b074-ae7e876ec899 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-07-13T02:29:53.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "aai-ml", "timestamp": 1626143248407, "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-07-13T02:29:53.801Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc 2021-07-13T02:29:53.801Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc 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-07-13T02:29:53.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-k8s-id", "timestamp": 1626143248517, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-07-13T02:29:53.808Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-windriver-id", "timestamp": 1626143248606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-07-13T02:29:53.808Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "clamp", "timestamp": 1626143244078, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143249006, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-07-13T02:29:53.809Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "clamp", "timestamp": 1626143244078, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "clamp", "timestamp": 1626143244078, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "clamp", "timestamp": 1626143244078, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:29:53.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b40a6eb6-3959-4197-b863-947fb9067964", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143255948, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-13T02:29:53.809Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143255720, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143255720, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143255720, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143255720, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143255720, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "aai-ml", "timestamp": 1626143260503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143255720, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "aai-ml", "timestamp": 1626143260503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:29:53.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143255720, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "aai-ml", "timestamp": 1626143260503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-07-13T02:29:53.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143255720, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:29:53.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "clamp", "timestamp": 1626143264011, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.811Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "aai-ml", "timestamp": 1626143260503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143264982, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.811Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "aai-ml", "timestamp": 1626143260503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-07-13T02:29:53.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "aai-ml", "timestamp": 1626143260503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.812Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.812Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143266962, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:29:53.812Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "clamp", "timestamp": 1626143267015, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:29:53.812Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "aai-ml", "timestamp": 1626143260503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:29:53.812Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:29:53.812Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143267964, "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-07-13T02:29:53.816Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 86fd4aa5-2a20-4d85-b074-ae7e876ec899 2021-07-13T02:29:53.816Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fd4aa5-2a20-4d85-b074-ae7e876ec899 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-07-13T02:29:53.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "clamp", "timestamp": 1626143268018, "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-07-13T02:29:53.825Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 86fd4aa5-2a20-4d85-b074-ae7e876ec899 2021-07-13T02:29:53.825Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fd4aa5-2a20-4d85-b074-ae7e876ec899 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-07-13T02:29:53.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "aai-ml", "timestamp": 1626143260503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:29:53.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:29:53.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143268799, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.832Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "aai-ml", "timestamp": 1626143270207, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.832Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143271608, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.832Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:53.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:29:53.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143272843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:29:53.832Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:29:59.198Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ce41d08b-5f3b-49c5-8d11-b8b91b479c27 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-13T02:29:59.208Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ce41d08b-5f3b-49c5-8d11-b8b91b479c27 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-07-13T02:29:59.210Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-13T02:29:59.210Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-07-13T02:29:59.210Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-07-13T02:29:59.211Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-07-13T02:29:59.211Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:29:59.211Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:29:59.211Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:29:59.211Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:29:59.211Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:29:59.211Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:29:59.211Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-07-13T02:29:59.215Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-07-13T02:30:29.215Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ce41d08b-5f3b-49c5-8d11-b8b91b479c27 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-07-13T02:30:29.221Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ce41d08b-5f3b-49c5-8d11-b8b91b479c27 and serviceModelVersionId: ab974732-58d9-4ad8-b7b2-058ffd52f4fa 2021-07-13T02:30:29.221Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 99015ebc-9cdc-47c2-8e4a-9b71494e0bf5 2021-07-13T02:30:29.222Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/99015ebc-9cdc-47c2-8e4a-9b71494e0bf5/model-vers/model-ver/ab974732-58d9-4ad8-b7b2-058ffd52f4fa?depth=0 2021-07-13T02:30:29.225Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-07-13T02:30:29.258Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/99015ebc-9cdc-47c2-8e4a-9b71494e0bf5/model-vers/model-ver/ab974732-58d9-4ad8-b7b2-058ffd52f4fa?depth=0|INFO|500||Invoke 2021-07-13T02:30:29.258Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/99015ebc-9cdc-47c2-8e4a-9b71494e0bf5/model-vers/model-ver/ab974732-58d9-4ad8-b7b2-058ffd52f4fa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/99015ebc-9cdc-47c2-8e4a-9b71494e0bf5/model-vers/model-ver/ab974732-58d9-4ad8-b7b2-058ffd52f4fa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ce41d08b-5f3b-49c5-8d11-b8b91b479c27], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4d249bdb-94bc-4bc3-92db-df235f2636db], X-ECOMP-RequestID=[ce41d08b-5f3b-49c5-8d11-b8b91b479c27], X-TransactionId=[], X-ONAP-RequestID=[ce41d08b-5f3b-49c5-8d11-b8b91b479c27], Content-Type=[application/merge-patch+json]} 2021-07-13T02:30:29.283Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/99015ebc-9cdc-47c2-8e4a-9b71494e0bf5/model-vers/model-ver/ab974732-58d9-4ad8-b7b2-058ffd52f4fa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-07-13T02:30:29.598Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/99015ebc-9cdc-47c2-8e4a-9b71494e0bf5/model-vers/model-ver/ab974732-58d9-4ad8-b7b2-058ffd52f4fa?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/99015ebc-9cdc-47c2-8e4a-9b71494e0bf5/model-vers/model-ver/ab974732-58d9-4ad8-b7b2-058ffd52f4fa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210713-02:30:29:290-50181], vertex-id=[241680], Content-Length=[0], Date=[Tue, 13 Jul 2021 02:30:29 GMT], Content-Type=[application/json]} 2021-07-13T02:30:29.598Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/99015ebc-9cdc-47c2-8e4a-9b71494e0bf5/model-vers/model-ver/ab974732-58d9-4ad8-b7b2-058ffd52f4fa?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-07-13T02:30:29.599Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/99015ebc-9cdc-47c2-8e4a-9b71494e0bf5/model-vers/model-ver/ab974732-58d9-4ad8-b7b2-058ffd52f4fa?depth=0|INFO|500||InvokeReturn 2021-07-13T02:30:29.599Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-07-13T02:30:29.600Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-07-13T02:30:29.605Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-07-13T02:30:29.606Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ce41d08b-5f3b-49c5-8d11-b8b91b479c27 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-07-13T02:30:29.606Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-07-13T02:30:29.606Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:30:29.607Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:30:29.607Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143429606, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-13T02:30:29.708Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-07-13T02:30:29.709Z||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-07-13T02:30:29.709Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:30:29.723Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:30:29.724Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 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-07-13T02:30:30.618Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-07-13T02:30:30.619Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"822239f5-8bdd-4c26-ade2-3c2a740e9a4c","serviceDescription":"service","serviceInvariantUUID":"77130515-3b46-4e0d-a209-6a835fa367e9","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f7fd2646-14aa-426d-b368-9531ecb21dd6","resourceInvariantUUID":"530d9440-a129-4511-9933-fee0d370731a","resourceCustomizationUUID":"74cdea7f-22d2-41f2-a9e8-b721a0e42299","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":"d602f017-f7f4-4403-81da-ef040ecf7f43","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":"Y2JkOWViNjlhNzUxYzlkZmE1MGExODMzZTdlMzE4YzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c0059901-b2b0-4db7-a7b9-54b95291f685","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":"ZDg3YjgyMWQ3ZTUwMDVkY2ZjNzdmMzJmMWVkYzYxMjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0e8e7ed8-3e36-4d3e-88ae-186020347497","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":"c70f8341-46c2-4b2c-98f1-deda44a17784","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":"5a593a57-296e-42fc-8ef9-530aa49d85fa","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":"29050ab1-a2f8-4dd3-9973-92f52ef6a7c7","artifactVersion":"2","generatedFromUUID":"c70f8341-46c2-4b2c-98f1-deda44a17784"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZmU0MGQ5MTg2NTc5NjAwZjRlYWJhYTgxMjczMzE4NzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7d9df093-ef2c-4e33-9f3d-f611ebaf52a9","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZjVkYTQ4NTI3NGEyMDUxMjI3YTRlODA0NjNhYzJlNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fb08b956-dd7a-4ac8-bad1-648dcb17a954","artifactVersion":"1"}],"workloadContext":"Production"} 2021-07-13T02:30:30.619Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:30:30.619Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:30:30.622Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:30:30.622Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:30:30.722Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:30:30.723Z||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-07-13T02:30:30.724Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:30:30.733Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:30:30.734Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:30:31.623Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:30:31.624Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:30:31.627Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:30:31.627Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:30:31.727Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:30:31.728Z||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-07-13T02:30:31.728Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:30:31.738Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:30:31.738Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-07-13T02:30:32.627Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:30:32.628Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:30:32.631Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:30:32.631Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:30:32.731Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:30:32.732Z||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-07-13T02:30:32.732Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:30:32.741Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:30:32.742Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:30:33.631Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:30:33.632Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:30:33.634Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:30:33.634Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-07-13T02:30:33.735Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:30:33.735Z||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-07-13T02:30:33.735Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:30:33.745Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:30:33.746Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:30:34.635Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:30:34.636Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:30:34.638Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:30:34.638Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:30:34.738Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:30:34.739Z||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-07-13T02:30:34.739Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:30:34.749Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:30:34.750Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:30:35.639Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:30:35.640Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:30:35.641Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:30:35.641Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-07-13T02:30:35.742Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:30:35.743Z||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-07-13T02:30:35.743Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:30:35.753Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:30:35.753Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:30:36.642Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:30:36.643Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:30:36.644Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:30:36.645Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:30:36.745Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:30:36.745Z||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-07-13T02:30:36.746Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:30:36.755Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:30:36.755Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:30:37.645Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:30:37.646Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:30:37.647Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:30:37.648Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:30:37.748Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:30:37.749Z||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-07-13T02:30:37.749Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:30:37.760Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:30:37.760Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:30:38.653Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "822239f5-8bdd-4c26-ade2-3c2a740e9a4c", "serviceDescription": "service", "serviceInvariantUUID": "77130515-3b46-4e0d-a209-6a835fa367e9", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "74cdea7f-22d2-41f2-a9e8-b721a0e42299", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f7fd2646-14aa-426d-b368-9531ecb21dd6", "resourceInvariantUUID": "530d9440-a129-4511-9933-fee0d370731a", "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": "ZDg3YjgyMWQ3ZTUwMDVkY2ZjNzdmMzJmMWVkYzYxMjg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0e8e7ed8-3e36-4d3e-88ae-186020347497", "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": "c70f8341-46c2-4b2c-98f1-deda44a17784", "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": "29050ab1-a2f8-4dd3-9973-92f52ef6a7c7", "generatedFromUUID": "c70f8341-46c2-4b2c-98f1-deda44a17784" }, "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": "29050ab1-a2f8-4dd3-9973-92f52ef6a7c7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "ZjVkYTQ4NTI3NGEyMDUxMjI3YTRlODA0NjNhYzJlNjc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fb08b956-dd7a-4ac8-bad1-648dcb17a954" } ], "workloadContext": "Production" } 2021-07-13T02:30:38.653Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-07-13T02:30:38.653Z|ce41d08b-5f3b-49c5-8d11-b8b91b479c27|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 822239f5-8bdd-4c26-ade2-3c2a740e9a4c ASDC 2021-07-13T02:30:38.654Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:822239f5-8bdd-4c26-ade2-3c2a740e9a4c ServiceInvariantUUID:77130515-3b46-4e0d-a209-6a835fa367e9 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:fb08b956-dd7a-4ac8-bad1-648dcb17a954 ArtifactChecksum:ZjVkYTQ4NTI3NGEyMDUxMjI3YTRlODA0NjNhYzJlNjc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:74cdea7f-22d2-41f2-a9e8-b721a0e42299 ResourceInvariantUUID:530d9440-a129-4511-9933-fee0d370731a ResourceName:basicclamp ResourceType:VF ResourceUUID:f7fd2646-14aa-426d-b368-9531ecb21dd6 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:0e8e7ed8-3e36-4d3e-88ae-186020347497 ArtifactChecksum:ZDg3YjgyMWQ3ZTUwMDVkY2ZjNzdmMzJmMWVkYzYxMjg= 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:c70f8341-46c2-4b2c-98f1-deda44a17784 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:29050ab1-a2f8-4dd3-9973-92f52ef6a7c7 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:29050ab1-a2f8-4dd3-9973-92f52ef6a7c7 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-07-13T02:30:38.654Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 822239f5-8bdd-4c26-ade2-3c2a740e9a4c 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-07-13T02:30:38.681Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-13T02:30:38.681Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-07-13T02:30:38.682Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-07-13T02:30:38.682Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fb08b956-dd7a-4ac8-bad1-648dcb17a954 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-07-13T02:30:38.682Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-07-13T02:30:38.682Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-07-13T02:30:39.390Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-07-13T02:30:39.395Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar fb08b956-dd7a-4ac8-bad1-648dcb17a954 76847 2021-07-13T02:30:39.395Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-07-13T02:30:39.396Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-07-13T02:30:39.396Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-13T02:30:39.396Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:30:39.398Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:30:39.398Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143439395, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:30:39.498Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:30:39.499Z||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-07-13T02:30:39.499Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:30:39.510Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:30:39.510Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:30:40.398Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-13T02:30:40.399Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-07-13T02:30:40.400Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: fb08b956-dd7a-4ac8-bad1-648dcb17a954, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-07-13T02:30:40.400Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-07-13T02:30:40.400Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-07-13T02:30:40.400Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-07-13T02:30:40.491Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5684436018180160347/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-07-13T02:30:41.356Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-07-13T02:30:41.356Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-07-13T02:30:41.356Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-07-13T02:30:41.356Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-07-13T02:30:41.356Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-07-13T02:30:41.356Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-07-13T02:30:41.356Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-07-13T02:30:41.356Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-07-13T02:30:41.357Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-07-13T02:30:41.357Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-07-13T02:30:41.357Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-07-13T02:30:41.357Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-07-13T02:30:41.357Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-07-13T02:30:41.357Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-07-13T02:30:41.357Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-07-13T02:30:41.357Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:30:41.357Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:30:41.358Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-07-13T02:30:41.358Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-07-13T02:30:41.358Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-13T02:30:41.358Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:30:41.358Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:30:41.358Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-07-13T02:30:41.358Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-07-13T02:30:41.358Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-13T02:30:41.359Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:30:41.359Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:30:41.359Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:30:41.359Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-07-13T02:30:41.359Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-07-13T02:30:41.359Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-07-13T02:30:41.359Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-07-13T02:30:41.359Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-07-13T02:30:41.360Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-07-13T02:30:41.360Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:30:41.360Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-07-13T02:30:41.360Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:30:41.360Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-07-13T02:30:41.360Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:30:41.360Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:30:41.360Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-07-13T02:30:41.361Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:30:41.361Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:30:41.361Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-07-13T02:30:41.361Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:30:41.361Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:30:41.361Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-07-13T02:30:41.361Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-07-13T02:30:41.361Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-07-13T02:30:41.362Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1915e196-717a-46eb-9ab1-f22efc13978c 2021-07-13T02:30:41.362Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:30:41.362Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:30:41.362Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:30:41.362Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:30:41.362Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:30:41.362Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:30:41.362Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:30:41.363Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:30:41.363Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:822239f5-8bdd-4c26-ade2-3c2a740e9a4c Model Version:NULL Model InvariantUuid:77130515-3b46-4e0d-a209-6a835fa367e9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:17a19649-9e16-4170-b807-653a2017b172 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:530d9440-a129-4511-9933-fee0d370731a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:74cdea7f-22d2-41f2-a9e8-b721a0e42299 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0e63675a-9d6e-435d-9244-240190871592 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:f8269f70-2ea1-404f-8e92-a8dbd5d6b509 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1915e196-717a-46eb-9ab1-f22efc13978c ModelInvariantUuid:e4158d8a-7dba-431b-91c6-a71eb43f383e ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:8ab8c2cc-c338-4979-a166-10441591fee2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:66d9ef98-b384-4f77-8fef-7c2dec5c2c92 ModelInvariantUuid:03abfa62-1622-4161-98ff-33f11222b01e ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:6fa1a5c5-d04e-41ef-8731-ff8254da2250 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-07-13T02:30:41.369Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: f7fd2646-14aa-426d-b368-9531ecb21dd6 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-07-13T02:30:41.372Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||basicclamp 0 2021-07-13T02:30:41.372Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f7fd2646-14aa-426d-b368-9531ecb21dd6 2021-07-13T02:30:41.372Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0e8e7ed8-3e36-4d3e-88ae-186020347497 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-07-13T02:30:41.372Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-07-13T02:30:41.372Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-07-13T02:30:42.380Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-07-13T02:30:42.381Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 0e8e7ed8-3e36-4d3e-88ae-186020347497 790 2021-07-13T02:30:42.381Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-07-13T02:30:42.381Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-07-13T02:30:42.381Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-13T02:30:42.382Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:30:42.384Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:30:42.384Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143442381, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-13T02:30:42.484Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:30:42.485Z||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-07-13T02:30:42.485Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:30:42.495Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:30:42.495Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-07-13T02:30:43.385Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "0e63675a-9d6e-435d-9244-240190871592", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f8269f70-2ea1-404f-8e92-a8dbd5d6b509", "vfModuleModelCustomizationUUID": "aa6c4a7f-a0b8-41cc-9692-1f621b5df4af", "isBase": true, "artifacts": [ "c70f8341-46c2-4b2c-98f1-deda44a17784", "29050ab1-a2f8-4dd3-9973-92f52ef6a7c7" ], "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-07-13T02:30:43.389Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f8269f70-2ea1-404f-8e92-a8dbd5d6b509 VfModuleModelInvariantUUID:0e63675a-9d6e-435d-9244-240190871592 VfModuleModelDescription:NULL Artifacts UUID List:{ c70f8341-46c2-4b2c-98f1-deda44a17784 , 29050ab1-a2f8-4dd3-9973-92f52ef6a7c7 } 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-07-13T02:30:43.391Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "0e63675a-9d6e-435d-9244-240190871592", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f8269f70-2ea1-404f-8e92-a8dbd5d6b509", "vfModuleModelCustomizationUUID": "aa6c4a7f-a0b8-41cc-9692-1f621b5df4af", "isBase": true, "artifacts": [ "c70f8341-46c2-4b2c-98f1-deda44a17784", "29050ab1-a2f8-4dd3-9973-92f52ef6a7c7" ], "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-07-13T02:30:43.392Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f8269f70-2ea1-404f-8e92-a8dbd5d6b509 VfModuleModelInvariantUUID:0e63675a-9d6e-435d-9244-240190871592 VfModuleModelDescription:NULL Artifacts UUID List:{ c70f8341-46c2-4b2c-98f1-deda44a17784 , 29050ab1-a2f8-4dd3-9973-92f52ef6a7c7 } 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-07-13T02:30:43.392Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c70f8341-46c2-4b2c-98f1-deda44a17784 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-07-13T02:30:43.392Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-07-13T02:30:43.392Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-07-13T02:30:44.791Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-07-13T02:30:44.791Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml c70f8341-46c2-4b2c-98f1-deda44a17784 5033 2021-07-13T02:30:44.792Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-07-13T02:30:44.792Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-07-13T02:30:44.792Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-13T02:30:44.792Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:30:44.795Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:30:44.795Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143444792, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:30:44.895Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:30:44.896Z||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-07-13T02:30:44.896Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:30:44.911Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:30:44.912Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:30:45.795Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 29050ab1-a2f8-4dd3-9973-92f52ef6a7c7 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-07-13T02:30:45.796Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-07-13T02:30:45.797Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-07-13T02:30:46.380Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-07-13T02:30:46.381Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 29050ab1-a2f8-4dd3-9973-92f52ef6a7c7 909 2021-07-13T02:30:46.381Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-07-13T02:30:46.381Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-07-13T02:30:46.381Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-13T02:30:46.381Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:30:46.382Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:30:46.383Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143446381, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:30:46.483Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:30:46.483Z||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-07-13T02:30:46.483Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:30:46.493Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:30:46.494Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-07-13T02:30:47.383Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 822239f5-8bdd-4c26-ade2-3c2a740e9a4c 2021-07-13T02:30:47.384Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 f7fd2646-14aa-426d-b368-9531ecb21dd6 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-07-13T02:30:47.397Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:30:47.397Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:30:47.397Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-07-13T02:30:47.397Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 74cdea7f-22d2-41f2-a9e8-b721a0e42299 2021-07-13T02:30:47.397Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 74cdea7f-22d2-41f2-a9e8-b721a0e42299 matches Tosca VF Customization UUID: 74cdea7f-22d2-41f2-a9e8-b721a0e42299 2021-07-13T02:30:47.397Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 74cdea7f-22d2-41f2-a9e8-b721a0e42299 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-07-13T02:30:47.399Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:30:47.399Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:30:47.399Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 74cdea7f-22d2-41f2-a9e8-b721a0e42299: {\"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-07-13T02:30:47.400Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6a95bfac 2021-07-13T02:30:47.400Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:30:47.400Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-07-13T02:30:47.400Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : aa6c4a7f-a0b8-41cc-9692-1f621b5df4af 2021-07-13T02:30:47.400Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID aa6c4a7f-a0b8-41cc-9692-1f621b5df4af 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-07-13T02:30:47.402Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:30:47.402Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-07-13T02:30:47.402Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:30:47.402Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:30:47.402Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-07-13T02:30:47.403Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:30:47.403Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:30:47.403Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-07-13T02:30:47.403Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-07-13T02:30:47.403Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-07-13T02:30:47.403Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1915e196-717a-46eb-9ab1-f22efc13978c 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-07-13T02:30:47.406Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:30:47.406Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-07-13T02:30:47.406Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:30:47.406Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:30:47.407Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-07-13T02:30:47.407Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=74cdea7f-22d2-41f2-a9e8-b721a0e42299 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-07-13T02:30:47.409Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:30:47.409Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:30:47.409Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 822239f5-8bdd-4c26-ade2-3c2a740e9a4c: basicclamp 2021-07-13T02:30:47.409Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:30:47.410Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:30:47.410Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:30:47.410Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:30:47.410Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:30:47.410Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:30:47.410Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:30:47.410Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:30:47.410Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:30:47.411Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:30:47.411Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-07-13T02:30:47.491Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp f7fd2646-14aa-426d-b368-9531ecb21dd6 1 ASDC deployResourceStructure 2021-07-13T02:30:47.492Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-07-13T02:30:47.492Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-07-13T02:30:47.492Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-13T02:30:47.492Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:30:47.495Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:30:47.495Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143447492, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-07-13T02:30:47.595Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:30:47.596Z||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-07-13T02:30:47.596Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:30:47.605Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:30:47.606Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:30:48.496Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-07-13T02:30:48.496Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-07-13T02:30:48.496Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-13T02:30:48.496Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:30:48.498Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:30:48.499Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143448495, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-07-13T02:30:48.599Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:30:48.599Z||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-07-13T02:30:48.599Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:30:48.610Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:30:48.610Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:30:49.500Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-07-13T02:30:49.500Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-07-13T02:30:49.500Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-13T02:30:49.501Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:30:49.503Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:30:49.503Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143449499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-07-13T02:30:49.603Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:30:49.604Z||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-07-13T02:30:49.604Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:30:49.614Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:30:49.614Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:30:50.503Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-07-13T02:30:50.504Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-07-13T02:30:50.504Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-13T02:30:50.505Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:30:50.506Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:30:50.506Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143450503, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:30:50.607Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:30:50.608Z||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-07-13T02:30:50.608Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:30:50.617Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:30:50.617Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:30:51.507Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-13T02:30:51.521Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc 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-07-13T02:30:51.523Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-13T02:30:51.523Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-07-13T02:30:51.523Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-07-13T02:30:51.523Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-07-13T02:30:51.523Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:30:51.523Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:30:51.523Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:30:51.523Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:30:51.524Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:30:51.524Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:30:51.524Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:30:51.524Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-07-13T02:30:51.528Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-07-13T02:30:53.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:30:53.561Z||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-07-13T02:30:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:30:53.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:30:53.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:30:53.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143273993, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:30:53.581Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:30:53.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:30:53.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143275134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-07-13T02:30:53.581Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:30:53.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:30:53.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "aai-ml", "timestamp": 1626143275458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:30:53.581Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:30:53.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:30:53.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143276136, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-07-13T02:30:53.582Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:30:53.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:30:53.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "aai-ml", "timestamp": 1626143276461, "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-07-13T02:30:53.589Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 86fd4aa5-2a20-4d85-b074-ae7e876ec899 2021-07-13T02:30:53.589Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fd4aa5-2a20-4d85-b074-ae7e876ec899 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-07-13T02:30:53.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:30:53.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143277140, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-07-13T02:30:53.597Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:30:53.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:30:53.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143278143, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:30:53.597Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:31:21.528Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc 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-07-13T02:31:21.534Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc and serviceModelVersionId: 822239f5-8bdd-4c26-ade2-3c2a740e9a4c 2021-07-13T02:31:21.534Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 77130515-3b46-4e0d-a209-6a835fa367e9 2021-07-13T02:31:21.535Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/77130515-3b46-4e0d-a209-6a835fa367e9/model-vers/model-ver/822239f5-8bdd-4c26-ade2-3c2a740e9a4c?depth=0 2021-07-13T02:31:21.540Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-07-13T02:31:21.589Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/77130515-3b46-4e0d-a209-6a835fa367e9/model-vers/model-ver/822239f5-8bdd-4c26-ade2-3c2a740e9a4c?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-07-13T02:31:21.590Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/77130515-3b46-4e0d-a209-6a835fa367e9/model-vers/model-ver/822239f5-8bdd-4c26-ade2-3c2a740e9a4c?depth=0|INFO|500||Invoke 2021-07-13T02:31:21.633Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/77130515-3b46-4e0d-a209-6a835fa367e9/model-vers/model-ver/822239f5-8bdd-4c26-ade2-3c2a740e9a4c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-07-13T02:31:21.888Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/77130515-3b46-4e0d-a209-6a835fa367e9/model-vers/model-ver/822239f5-8bdd-4c26-ade2-3c2a740e9a4c?depth=0|INFO|500||InvokeReturn 2021-07-13T02:31:21.889Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/77130515-3b46-4e0d-a209-6a835fa367e9/model-vers/model-ver/822239f5-8bdd-4c26-ade2-3c2a740e9a4c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210713-02:31:21:641-55624], vertex-id=[204824], Content-Length=[0], Date=[Tue, 13 Jul 2021 02:31:21 GMT], Content-Type=[application/json]} 2021-07-13T02:31:21.889Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-07-13T02:31:21.889Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-07-13T02:31:21.889Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-07-13T02:31:21.894Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-07-13T02:31:21.894Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-07-13T02:31:21.894Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-07-13T02:31:21.894Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:31:21.896Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:31:21.896Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143481894, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-13T02:31:21.997Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:31:21.997Z||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-07-13T02:31:21.997Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:31:22.025Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:31:22.025Z||pool-83-thread-1|||||INFO|500||cambria reply ok (28 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-07-13T02:31:22.909Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-07-13T02:31:22.909Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"86fd4aa5-2a20-4d85-b074-ae7e876ec899","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"d87c1f2f-834d-4d43-b631-64d34fd4a2bc","serviceDescription":"service","serviceInvariantUUID":"113551b2-fb13-48c3-82f6-d9d20d035070","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3735bf35-76e0-48c5-a4fd-b6861392600c","resourceInvariantUUID":"b9cd1770-0fec-4e29-9fd6-0665a06d74af","resourceCustomizationUUID":"3b0b2941-0f6f-42e3-9817-babd5b8fe576","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":"NWM3ZjJlZTU4ZGYyYTk0Y2MwNTA0NjVjNDZkNzQzOTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"20050cc0-81f4-499b-a6f2-c555616f6a6e","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":"MmVhZWRkYjA3NjgyYmUwNDY3MGIxYjg3OGMxODc1YzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8c01feae-7708-4a51-a343-d4dd8fb3693a","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":"0305a74a-2195-4dd1-af0b-1d2632c70516","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":"52728808-ae73-479d-aa5e-6cb70de301d3","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":"d595ef7a-71a1-449b-a963-02d13ec54f8f","artifactVersion":"2","generatedFromUUID":"0305a74a-2195-4dd1-af0b-1d2632c70516"},{"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":"MDgzM2Y4MTUwZTgxNWYxZWQxMTEzY2JjYmM0NTIxNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4c21b832-52fc-4888-bb34-9957b424f625","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":"Y2Q0ZWY5MDQ1MjBhN2QxYzMxYjVjMmFlYzM3OTIyZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81e7cb57-86b6-4f6a-992b-326293858f38","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NmI5YzczYjhhNGQ1NzNlZDc1YzhhY2VhNWZiM2YyMTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"872ea1c7-d86d-4ecd-831b-78a2f75726c6","artifactVersion":"1"}],"workloadContext":"Production"} 2021-07-13T02:31:22.910Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:31:22.910Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:31:22.912Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:31:22.913Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:23.013Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:31:23.014Z||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-07-13T02:31:23.014Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:31:23.023Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:31:23.024Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:31:23.913Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:31:23.914Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:31:23.916Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:31:23.916Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:31:24.018Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:31:24.018Z||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-07-13T02:31:24.018Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:31:24.028Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:31:24.028Z||pool-85-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:31:24.917Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:31:24.918Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:31:24.920Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:31:24.920Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-07-13T02:31:25.020Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:31:25.021Z||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-07-13T02:31:25.021Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:31:25.031Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:31:25.032Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:31:25.920Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:31:25.922Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:31:25.923Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:31:25.923Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:26.024Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:31:26.025Z||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-07-13T02:31:26.025Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:31:26.035Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:31:26.035Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:31:26.924Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:31:26.925Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:31:26.927Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:31:26.927Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-07-13T02:31:27.027Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-07-13T02:31:27.028Z||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-07-13T02:31:27.028Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:31:27.040Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:31:27.040Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:31:27.928Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:31:27.929Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:31:27.931Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:31:27.931Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:28.031Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-07-13T02:31:28.032Z||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-07-13T02:31:28.032Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:31:28.041Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:31:28.041Z||pool-89-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:31:28.932Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:31:28.933Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:31:28.935Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:31:28.935Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:29.035Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:31:29.036Z||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-07-13T02:31:29.036Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:31:29.047Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:31:29.048Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:31:29.936Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:31:29.937Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:31:29.939Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:31:29.939Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:31:30.039Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-07-13T02:31:30.040Z||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-07-13T02:31:30.040Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:31:30.048Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:31:30.049Z||pool-91-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:31:30.941Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "d87c1f2f-834d-4d43-b631-64d34fd4a2bc", "serviceDescription": "service", "serviceInvariantUUID": "113551b2-fb13-48c3-82f6-d9d20d035070", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "3b0b2941-0f6f-42e3-9817-babd5b8fe576", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3735bf35-76e0-48c5-a4fd-b6861392600c", "resourceInvariantUUID": "b9cd1770-0fec-4e29-9fd6-0665a06d74af", "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": "MmVhZWRkYjA3NjgyYmUwNDY3MGIxYjg3OGMxODc1YzI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8c01feae-7708-4a51-a343-d4dd8fb3693a", "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": "0305a74a-2195-4dd1-af0b-1d2632c70516", "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": "d595ef7a-71a1-449b-a963-02d13ec54f8f", "generatedFromUUID": "0305a74a-2195-4dd1-af0b-1d2632c70516" }, "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": "d595ef7a-71a1-449b-a963-02d13ec54f8f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NmI5YzczYjhhNGQ1NzNlZDc1YzhhY2VhNWZiM2YyMTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "872ea1c7-d86d-4ecd-831b-78a2f75726c6" } ], "workloadContext": "Production" } 2021-07-13T02:31:30.941Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-07-13T02:31:30.942Z|9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d87c1f2f-834d-4d43-b631-64d34fd4a2bc ASDC 2021-07-13T02:31:30.942Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:86fd4aa5-2a20-4d85-b074-ae7e876ec899 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:d87c1f2f-834d-4d43-b631-64d34fd4a2bc ServiceInvariantUUID:113551b2-fb13-48c3-82f6-d9d20d035070 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:872ea1c7-d86d-4ecd-831b-78a2f75726c6 ArtifactChecksum:NmI5YzczYjhhNGQ1NzNlZDc1YzhhY2VhNWZiM2YyMTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:3b0b2941-0f6f-42e3-9817-babd5b8fe576 ResourceInvariantUUID:b9cd1770-0fec-4e29-9fd6-0665a06d74af ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:3735bf35-76e0-48c5-a4fd-b6861392600c 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:8c01feae-7708-4a51-a343-d4dd8fb3693a ArtifactChecksum:MmVhZWRkYjA3NjgyYmUwNDY3MGIxYjg3OGMxODc1YzI= 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:0305a74a-2195-4dd1-af0b-1d2632c70516 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:d595ef7a-71a1-449b-a963-02d13ec54f8f 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:d595ef7a-71a1-449b-a963-02d13ec54f8f ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-07-13T02:31:30.942Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d87c1f2f-834d-4d43-b631-64d34fd4a2bc 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-07-13T02:31:30.969Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-13T02:31:30.970Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-07-13T02:31:30.970Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-07-13T02:31:30.970Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 872ea1c7-d86d-4ecd-831b-78a2f75726c6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-07-13T02:31:30.970Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-07-13T02:31:30.970Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-07-13T02:31:31.675Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-07-13T02:31:31.679Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 872ea1c7-d86d-4ecd-831b-78a2f75726c6 82054 2021-07-13T02:31:31.680Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-07-13T02:31:31.680Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-07-13T02:31:31.680Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-13T02:31:31.680Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:31:31.682Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:31:31.682Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143491680, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:31:31.783Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:31:31.784Z||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-07-13T02:31:31.784Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:31:31.795Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:31:31.795Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:31:32.683Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-13T02:31:32.685Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-07-13T02:31:32.685Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 872ea1c7-d86d-4ecd-831b-78a2f75726c6, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-07-13T02:31:32.685Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-07-13T02:31:32.686Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-07-13T02:31:32.686Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-07-13T02:31:32.795Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4188227499008656114/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-07-13T02:31:33.657Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-07-13T02:31:33.657Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-07-13T02:31:33.657Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-07-13T02:31:33.657Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-07-13T02:31:33.658Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-07-13T02:31:33.658Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||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-07-13T02:31:33.658Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-07-13T02:31:33.658Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-07-13T02:31:33.658Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-07-13T02:31:33.658Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||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-07-13T02:31:33.658Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-07-13T02:31:33.658Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-07-13T02:31:33.658Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-07-13T02:31:33.658Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-07-13T02:31:33.658Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-07-13T02:31:33.659Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:31:33.659Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:31:33.659Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-07-13T02:31:33.659Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-07-13T02:31:33.659Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-13T02:31:33.659Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:31:33.659Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:31:33.660Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-07-13T02:31:33.660Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-07-13T02:31:33.660Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-13T02:31:33.660Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:31:33.660Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:31:33.660Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:31:33.660Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-07-13T02:31:33.661Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-07-13T02:31:33.661Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-07-13T02:31:33.661Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-07-13T02:31:33.661Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-07-13T02:31:33.661Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-07-13T02:31:33.661Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:31:33.661Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-07-13T02:31:33.662Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:31:33.662Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-07-13T02:31:33.662Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:31:33.662Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:31:33.662Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-07-13T02:31:33.662Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:31:33.662Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:31:33.663Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-07-13T02:31:33.663Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:31:33.663Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:31:33.663Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-07-13T02:31:33.663Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-07-13T02:31:33.663Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-07-13T02:31:33.663Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=156ad2e7-2b29-49a9-ac13-8b6ac94edb86 2021-07-13T02:31:33.664Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:31:33.664Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:31:33.664Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:31:33.664Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:31:33.664Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:31:33.664Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:31:33.664Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:31:33.664Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:31:33.664Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:d87c1f2f-834d-4d43-b631-64d34fd4a2bc Model Version:NULL Model InvariantUuid:113551b2-fb13-48c3-82f6-d9d20d035070 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:ca818111-639e-442d-a049-1233e303af18 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b9cd1770-0fec-4e29-9fd6-0665a06d74af Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3b0b2941-0f6f-42e3-9817-babd5b8fe576 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d0216c7e-d81a-493b-b694-04fb68507ea3 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:01a9f73a-ac5c-46c7-a2bd-6a1afd5199f8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:156ad2e7-2b29-49a9-ac13-8b6ac94edb86 ModelInvariantUuid:47ec7bb0-68be-4e31-8f0c-b25724417afe ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc ModelUuid:7ac494ea-6b87-4921-8ac9-71008c24f9a8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:04c390a3-1109-41e1-a170-87b0e4809b1c ModelInvariantUuid:438c30e4-dec8-4eb8-b7e5-9dde21424982 ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20 ModelUuid:0b63c0c8-a973-4ff3-8c8b-b3e7162ac5f2 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-07-13T02:31:33.672Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 3735bf35-76e0-48c5-a4fd-b6861392600c 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-07-13T02:31:33.675Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||basic_vm_macro 0 2021-07-13T02:31:33.675Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3735bf35-76e0-48c5-a4fd-b6861392600c 2021-07-13T02:31:33.675Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8c01feae-7708-4a51-a343-d4dd8fb3693a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-07-13T02:31:33.675Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-07-13T02:31:33.675Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||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-07-13T02:31:33.810Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-07-13T02:31:33.811Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 8c01feae-7708-4a51-a343-d4dd8fb3693a 792 2021-07-13T02:31:33.811Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||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-07-13T02:31:33.811Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||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-07-13T02:31:33.811Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-13T02:31:33.812Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:31:33.814Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:31:33.814Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143493811, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-13T02:31:33.915Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:31:33.915Z||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-07-13T02:31:33.915Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:31:33.925Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:31:33.925Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:31:34.815Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d0216c7e-d81a-493b-b694-04fb68507ea3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "01a9f73a-ac5c-46c7-a2bd-6a1afd5199f8", "vfModuleModelCustomizationUUID": "f972cd79-d98c-423a-924c-e8a477a9a46c", "isBase": true, "artifacts": [ "0305a74a-2195-4dd1-af0b-1d2632c70516", "d595ef7a-71a1-449b-a963-02d13ec54f8f" ], "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-07-13T02:31:34.818Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:01a9f73a-ac5c-46c7-a2bd-6a1afd5199f8 VfModuleModelInvariantUUID:d0216c7e-d81a-493b-b694-04fb68507ea3 VfModuleModelDescription:NULL Artifacts UUID List:{ 0305a74a-2195-4dd1-af0b-1d2632c70516 , d595ef7a-71a1-449b-a963-02d13ec54f8f } 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-07-13T02:31:34.820Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d0216c7e-d81a-493b-b694-04fb68507ea3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "01a9f73a-ac5c-46c7-a2bd-6a1afd5199f8", "vfModuleModelCustomizationUUID": "f972cd79-d98c-423a-924c-e8a477a9a46c", "isBase": true, "artifacts": [ "0305a74a-2195-4dd1-af0b-1d2632c70516", "d595ef7a-71a1-449b-a963-02d13ec54f8f" ], "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-07-13T02:31:34.820Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:01a9f73a-ac5c-46c7-a2bd-6a1afd5199f8 VfModuleModelInvariantUUID:d0216c7e-d81a-493b-b694-04fb68507ea3 VfModuleModelDescription:NULL Artifacts UUID List:{ 0305a74a-2195-4dd1-af0b-1d2632c70516 , d595ef7a-71a1-449b-a963-02d13ec54f8f } 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-07-13T02:31:34.820Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0305a74a-2195-4dd1-af0b-1d2632c70516 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-07-13T02:31:34.820Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-07-13T02:31:34.820Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||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-07-13T02:31:35.007Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-07-13T02:31:35.008Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 0305a74a-2195-4dd1-af0b-1d2632c70516 5033 2021-07-13T02:31:35.008Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||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-07-13T02:31:35.008Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||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-07-13T02:31:35.008Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-13T02:31:35.008Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:31:35.010Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:31:35.010Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143495008, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:31:35.110Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:31:35.111Z||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-07-13T02:31:35.111Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:31:35.121Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:31:35.121Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:31:36.010Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d595ef7a-71a1-449b-a963-02d13ec54f8f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-07-13T02:31:36.010Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-07-13T02:31:36.011Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||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-07-13T02:31:36.149Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-07-13T02:31:36.149Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env d595ef7a-71a1-449b-a963-02d13ec54f8f 903 2021-07-13T02:31:36.150Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||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-07-13T02:31:36.150Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||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-07-13T02:31:36.150Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-13T02:31:36.150Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:31:36.152Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:31:36.152Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143496150, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:31:36.253Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:31:36.253Z||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-07-13T02:31:36.253Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:31:36.263Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:31:36.264Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:31:37.153Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: d87c1f2f-834d-4d43-b631-64d34fd4a2bc 2021-07-13T02:31:37.154Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 3735bf35-76e0-48c5-a4fd-b6861392600c 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-07-13T02:31:37.169Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:31:37.169Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:31:37.170Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-07-13T02:31:37.170Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 3b0b2941-0f6f-42e3-9817-babd5b8fe576 2021-07-13T02:31:37.170Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3b0b2941-0f6f-42e3-9817-babd5b8fe576 matches Tosca VF Customization UUID: 3b0b2941-0f6f-42e3-9817-babd5b8fe576 2021-07-13T02:31:37.170Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 3b0b2941-0f6f-42e3-9817-babd5b8fe576 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-07-13T02:31:37.172Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:31:37.172Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:31:37.172Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 3b0b2941-0f6f-42e3-9817-babd5b8fe576: {\"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-07-13T02:31:37.172Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ce28371 2021-07-13T02:31:37.173Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:31:37.173Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-07-13T02:31:37.173Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f972cd79-d98c-423a-924c-e8a477a9a46c 2021-07-13T02:31:37.173Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f972cd79-d98c-423a-924c-e8a477a9a46c 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-07-13T02:31:37.175Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:31:37.175Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-07-13T02:31:37.175Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:31:37.175Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:31:37.175Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-07-13T02:31:37.175Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:31:37.175Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:31:37.176Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-07-13T02:31:37.176Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-07-13T02:31:37.176Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-07-13T02:31:37.176Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=156ad2e7-2b29-49a9-ac13-8b6ac94edb86 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-07-13T02:31:37.178Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:31:37.178Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-07-13T02:31:37.178Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:31:37.178Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:31:37.178Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-07-13T02:31:37.178Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=3b0b2941-0f6f-42e3-9817-babd5b8fe576 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-07-13T02:31:37.180Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:31:37.180Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:31:37.180Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid d87c1f2f-834d-4d43-b631-64d34fd4a2bc: basic_vm_macro 2021-07-13T02:31:37.180Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:31:37.180Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:31:37.180Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:31:37.180Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:31:37.180Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:31:37.181Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:31:37.181Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:31:37.181Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:31:37.181Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:31:37.181Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:31:37.181Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||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-07-13T02:31:37.256Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 3735bf35-76e0-48c5-a4fd-b6861392600c 1 ASDC deployResourceStructure 2021-07-13T02:31:37.256Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||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-07-13T02:31:37.256Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||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-07-13T02:31:37.256Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-13T02:31:37.257Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:31:37.259Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:31:37.259Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143497256, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-07-13T02:31:37.359Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:31:37.360Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:31:37.360Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:31:37.369Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:31:37.370Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:31:38.259Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||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-07-13T02:31:38.260Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||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-07-13T02:31:38.260Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-13T02:31:38.260Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:31:38.262Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:31:38.262Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143498259, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-07-13T02:31:38.363Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-07-13T02:31:38.363Z||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-07-13T02:31:38.363Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:31:38.372Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:31:38.372Z||pool-97-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:31:39.263Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||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-07-13T02:31:39.264Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||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-07-13T02:31:39.264Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-13T02:31:39.264Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:31:39.266Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:31:39.266Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143499263, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-07-13T02:31:39.366Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:31:39.367Z||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-07-13T02:31:39.367Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:31:39.377Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:31:39.377Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:31:40.267Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-07-13T02:31:40.268Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-07-13T02:31:40.268Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-13T02:31:40.268Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:31:40.270Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:31:40.270Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143500267, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:31:40.370Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:31:40.371Z||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-07-13T02:31:40.371Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:31:40.381Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:31:40.382Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:31:41.271Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86fd4aa5-2a20-4d85-b074-ae7e876ec899 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-13T02:31:41.279Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86fd4aa5-2a20-4d85-b074-ae7e876ec899 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-07-13T02:31:41.285Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-13T02:31:41.285Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-07-13T02:31:41.285Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-07-13T02:31:41.285Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-07-13T02:31:41.285Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:31:41.285Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:31:41.285Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:31:41.285Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:31:41.285Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:31:41.285Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:31:41.286Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-07-13T02:31:41.290Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-07-13T02:31:53.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:31:53.561Z||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-07-13T02:31:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:31:53.586Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:31:53.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "aai-ml", "timestamp": 1626143380503, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "multicloud-k8s-id", "timestamp": 1626143381493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "clamp", "timestamp": 1626143387084, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143386545, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "cds", "timestamp": 1626143378798, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "aai-ml", "timestamp": 1626143380503, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "clamp", "timestamp": 1626143387084, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "multicloud-k8s-id", "timestamp": 1626143381493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143386545, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "cds", "timestamp": 1626143378798, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "aai-ml", "timestamp": 1626143380503, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "clamp", "timestamp": 1626143387084, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "multicloud-k8s-id", "timestamp": 1626143381493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143386545, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "cds", "timestamp": 1626143378798, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "aai-ml", "timestamp": 1626143380503, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "clamp", "timestamp": 1626143387084, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "multicloud-k8s-id", "timestamp": 1626143381493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143386545, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "cds", "timestamp": 1626143378798, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "clamp", "timestamp": 1626143387084, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "aai-ml", "timestamp": 1626143380503, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "multicloud-k8s-id", "timestamp": 1626143381493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143386545, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "cds", "timestamp": 1626143378798, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "dcae-sch", "timestamp": 1626143392502, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "multicloud-windriver-id", "timestamp": 1626143392501, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "policy-id", "timestamp": 1626143392654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "aai-ml", "timestamp": 1626143380503, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "clamp", "timestamp": 1626143387084, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "multicloud-k8s-id", "timestamp": 1626143381493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143386545, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:31:53.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:31:53.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "cds", "timestamp": 1626143378798, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:31:53.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:11.290Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 86fd4aa5-2a20-4d85-b074-ae7e876ec899 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-07-13T02:32:11.296Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 86fd4aa5-2a20-4d85-b074-ae7e876ec899 and serviceModelVersionId: d87c1f2f-834d-4d43-b631-64d34fd4a2bc 2021-07-13T02:32:11.296Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 113551b2-fb13-48c3-82f6-d9d20d035070 2021-07-13T02:32:11.297Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/113551b2-fb13-48c3-82f6-d9d20d035070/model-vers/model-ver/d87c1f2f-834d-4d43-b631-64d34fd4a2bc?depth=0 2021-07-13T02:32:11.302Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-07-13T02:32:11.331Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/113551b2-fb13-48c3-82f6-d9d20d035070/model-vers/model-ver/d87c1f2f-834d-4d43-b631-64d34fd4a2bc?depth=0|INFO|500||Invoke 2021-07-13T02:32:11.332Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/113551b2-fb13-48c3-82f6-d9d20d035070/model-vers/model-ver/d87c1f2f-834d-4d43-b631-64d34fd4a2bc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/113551b2-fb13-48c3-82f6-d9d20d035070/model-vers/model-ver/d87c1f2f-834d-4d43-b631-64d34fd4a2bc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[86fd4aa5-2a20-4d85-b074-ae7e876ec899], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c74c8141-cbee-4389-a1bb-9fe79d95e270], X-ECOMP-RequestID=[86fd4aa5-2a20-4d85-b074-ae7e876ec899], X-TransactionId=[], X-ONAP-RequestID=[86fd4aa5-2a20-4d85-b074-ae7e876ec899], Content-Type=[application/merge-patch+json]} 2021-07-13T02:32:11.355Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/113551b2-fb13-48c3-82f6-d9d20d035070/model-vers/model-ver/d87c1f2f-834d-4d43-b631-64d34fd4a2bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-07-13T02:32:11.575Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/113551b2-fb13-48c3-82f6-d9d20d035070/model-vers/model-ver/d87c1f2f-834d-4d43-b631-64d34fd4a2bc?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/113551b2-fb13-48c3-82f6-d9d20d035070/model-vers/model-ver/d87c1f2f-834d-4d43-b631-64d34fd4a2bc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210713-02:32:11:363-10374], vertex-id=[245912], Content-Length=[0], Date=[Tue, 13 Jul 2021 02:32:11 GMT], Content-Type=[application/json]} 2021-07-13T02:32:11.575Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/113551b2-fb13-48c3-82f6-d9d20d035070/model-vers/model-ver/d87c1f2f-834d-4d43-b631-64d34fd4a2bc?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-07-13T02:32:11.576Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/113551b2-fb13-48c3-82f6-d9d20d035070/model-vers/model-ver/d87c1f2f-834d-4d43-b631-64d34fd4a2bc?depth=0|INFO|500||InvokeReturn 2021-07-13T02:32:11.576Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-07-13T02:32:11.577Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-07-13T02:32:11.581Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-07-13T02:32:11.582Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 86fd4aa5-2a20-4d85-b074-ae7e876ec899 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-07-13T02:32:11.582Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-07-13T02:32:11.582Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:32:11.584Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:32:11.584Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143531582, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-13T02:32:11.684Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:32:11.685Z||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-07-13T02:32:11.685Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:32:11.695Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:32:11.696Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-07-13T02:32:12.595Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:32:12.596Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|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-07-13T02:32:12.596Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:32:16.894Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:32:16.896Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-07-13T02:32:16.896Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"b335c8de-1518-423f-a77e-c8ca581d8563","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"24108877-4e56-4edf-ad64-ca9c8e6ca5e3","serviceDescription":"service","serviceInvariantUUID":"0b2bc2d5-d671-46aa-b50b-af142cf6e696","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cf610e4f-0f4c-432e-be04-ca05eb017ddf","resourceInvariantUUID":"ac19cfc6-0f26-498c-8798-2de020f0c653","resourceCustomizationUUID":"87d5bd47-0beb-4c86-8fb8-62a7d86238fc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"MGM0N2I3YmFjOTY4MjRkZjAxN2EwOTE2OTMyOWY3MWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cd7acc5c-37fe-4f48-8992-bae1a89d457a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0151ea80-b99b-4cd2-9b23-cbab724562f8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"351f2571-a88e-46fa-854c-eda4cff84132","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"ODY4ZGNkN2VlM2RmZDFkMmJiMzIyOTliMTk3OWJmN2U\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"98c2ff6d-4f0f-4588-b35e-38a606d6e661","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"aed1b2e5-b3ab-412b-b4d1-b0ebb99f8dcd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d1aaeb00-a710-4734-abde-49966ddfcee5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4421f160-6b73-4586-a9c6-456919fcf940","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"ZGY2MGNkOTc5NTk0OWRlMTI1YTYxOGM1MTdhNjA5MzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ecb563c0-e15e-49ef-8f94-9135b9dccd9c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ODVjNzIzZjNlM2JhY2FmN2JmZGY5YjkzYTRjMThjZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c6a8d446-fc3a-41ba-b533-56125aa5cb44","artifactVersion":"1"}],"workloadContext":"Production"} 2021-07-13T02:32:16.897Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:32:16.898Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:32:16.900Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:32:16.901Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:17.001Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:32:17.002Z||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-07-13T02:32:17.002Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:32:17.011Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:32:17.011Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:32:17.901Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:32:17.902Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:32:17.904Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:32:17.904Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:18.004Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:32:18.004Z||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-07-13T02:32:18.005Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:32:18.015Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:32:18.015Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:32:18.904Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:32:18.905Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:32:18.906Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:32:18.906Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:19.007Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:32:19.007Z||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-07-13T02:32:19.007Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:32:19.017Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:32:19.018Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:32:19.907Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:32:19.908Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:32:19.910Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:32:19.910Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:20.010Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:32:20.011Z||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-07-13T02:32:20.011Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:32:20.019Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:32:20.019Z||pool-104-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:32:20.910Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:32:20.911Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:32:20.913Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:32:20.913Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:21.013Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:32:21.014Z||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-07-13T02:32:21.014Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:32:21.027Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:32:21.027Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:32:21.914Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:32:21.914Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:32:21.917Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:32:21.917Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:22.017Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:32:22.018Z||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-07-13T02:32:22.018Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:32:22.028Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:32:22.028Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:32:22.918Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:32:22.919Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:32:22.921Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:32:22.921Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:23.021Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:32:23.022Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:32:23.022Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:32:23.032Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:32:23.032Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:32:23.921Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:32:23.922Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:32:23.924Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:32:23.924Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:24.024Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:32:24.025Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:32:24.025Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:32:24.036Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:32:24.036Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:32:24.925Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:32:24.926Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:32:24.928Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:32:24.928Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:32:25.028Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:32:25.029Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:32:25.029Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:32:25.039Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:32:25.039Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:32:25.929Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "24108877-4e56-4edf-ad64-ca9c8e6ca5e3", "serviceDescription": "service", "serviceInvariantUUID": "0b2bc2d5-d671-46aa-b50b-af142cf6e696", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "87d5bd47-0beb-4c86-8fb8-62a7d86238fc", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "cf610e4f-0f4c-432e-be04-ca05eb017ddf", "resourceInvariantUUID": "ac19cfc6-0f26-498c-8798-2de020f0c653", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "ODVjNzIzZjNlM2JhY2FmN2JmZGY5YjkzYTRjMThjZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c6a8d446-fc3a-41ba-b533-56125aa5cb44" } ], "workloadContext": "Production" } 2021-07-13T02:32:25.930Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-07-13T02:32:25.930Z|86fd4aa5-2a20-4d85-b074-ae7e876ec899|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 24108877-4e56-4edf-ad64-ca9c8e6ca5e3 ASDC 2021-07-13T02:32:25.930Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:b335c8de-1518-423f-a77e-c8ca581d8563 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:24108877-4e56-4edf-ad64-ca9c8e6ca5e3 ServiceInvariantUUID:0b2bc2d5-d671-46aa-b50b-af142cf6e696 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:c6a8d446-fc3a-41ba-b533-56125aa5cb44 ArtifactChecksum:ODVjNzIzZjNlM2JhY2FmN2JmZGY5YjkzYTRjMThjZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:87d5bd47-0beb-4c86-8fb8-62a7d86238fc ResourceInvariantUUID:ac19cfc6-0f26-498c-8798-2de020f0c653 ResourceName:test-pnf ResourceType:PNF ResourceUUID:cf610e4f-0f4c-432e-be04-ca05eb017ddf ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-07-13T02:32:25.931Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24108877-4e56-4edf-ad64-ca9c8e6ca5e3 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-07-13T02:32:25.956Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-13T02:32:25.957Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-07-13T02:32:25.957Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-07-13T02:32:25.958Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c6a8d446-fc3a-41ba-b533-56125aa5cb44 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-07-13T02:32:25.958Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-07-13T02:32:25.958Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-07-13T02:32:26.506Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-07-13T02:32:26.511Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar c6a8d446-fc3a-41ba-b533-56125aa5cb44 106319 2021-07-13T02:32:26.511Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-07-13T02:32:26.511Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-07-13T02:32:26.511Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-13T02:32:26.512Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:32:26.513Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:32:26.513Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143546511, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:32:26.613Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:32:26.614Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:32:26.614Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:32:26.625Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:32:26.626Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:32:27.513Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-13T02:32:27.515Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-07-13T02:32:27.515Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: c6a8d446-fc3a-41ba-b533-56125aa5cb44, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-07-13T02:32:27.515Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-07-13T02:32:27.515Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-07-13T02:32:27.515Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-07-13T02:32:27.591Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10610029050790799238/Definitions/service-TestPnfMacro-template.yml 2021-07-13T02:32:28.124Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-07-13T02:32:28.124Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-07-13T02:32:28.124Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-07-13T02:32:28.124Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-07-13T02:32:28.125Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-07-13T02:32:28.125Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-07-13T02:32:28.125Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 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-TestPnfMacro-csar.csar 2021-07-13T02:32:28.125Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-07-13T02:32:28.125Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-07-13T02:32:28.125Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-07-13T02:32:28.125Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-07-13T02:32:28.126Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-07-13T02:32:28.126Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-07-13T02:32:28.126Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:32:28.126Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:32:28.126Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-07-13T02:32:28.126Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-07-13T02:32:28.126Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-13T02:32:28.127Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:32:28.127Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:32:28.127Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-07-13T02:32:28.127Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-07-13T02:32:28.127Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-13T02:32:28.127Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:32:28.127Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:32:28.127Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:32:28.128Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:32:28.128Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:32:28.128Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:32:28.128Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:32:28.128Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:32:28.128Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:32:28.128Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:32:28.128Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:24108877-4e56-4edf-ad64-ca9c8e6ca5e3 Model Version:NULL Model InvariantUuid:0b2bc2d5-d671-46aa-b50b-af142cf6e696 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-07-13T02:32:28.136Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: cf610e4f-0f4c-432e-be04-ca05eb017ddf 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-07-13T02:32:28.138Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||test-pnf 0 2021-07-13T02:32:28.138Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: cf610e4f-0f4c-432e-be04-ca05eb017ddf 2021-07-13T02:32:28.138Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 24108877-4e56-4edf-ad64-ca9c8e6ca5e3 2021-07-13T02:32:28.138Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 24108877-4e56-4edf-ad64-ca9c8e6ca5e3 2021-07-13T02:32:28.139Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 cf610e4f-0f4c-432e-be04-ca05eb017ddf 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-07-13T02:32:28.143Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:32:28.143Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:32:28.143Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 24108877-4e56-4edf-ad64-ca9c8e6ca5e3: test-pnf 2021-07-13T02:32:28.143Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||Processing PNF resource: cf610e4f-0f4c-432e-be04-ca05eb017ddf 2021-07-13T02:32:28.143Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:32:28.143Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:32:28.143Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||Resource customization UUID: 87d5bd47-0beb-4c86-8fb8-62a7d86238fc is the same as notified resource customizationUUID: 87d5bd47-0beb-4c86-8fb8-62a7d86238fc 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-07-13T02:32:28.177Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf cf610e4f-0f4c-432e-be04-ca05eb017ddf 0 ASDC deployResourceStructure 2021-07-13T02:32:28.177Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-07-13T02:32:28.178Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-07-13T02:32:28.178Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-13T02:32:28.178Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:32:28.180Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:32:28.180Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143548177, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:32:28.280Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:32:28.281Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:32:28.281Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:32:28.292Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:32:28.292Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:32:29.181Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b335c8de-1518-423f-a77e-c8ca581d8563 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-13T02:32:29.191Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b335c8de-1518-423f-a77e-c8ca581d8563 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-07-13T02:32:29.193Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-13T02:32:29.193Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-13T02:32:29.193Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-13T02:32:53.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:32:53.560Z||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-07-13T02:32:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:32:53.573Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:32:53.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "dcae-sch", "timestamp": 1626143392502, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "multicloud-windriver-id", "timestamp": 1626143392501, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "policy-id", "timestamp": 1626143392654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "clamp", "timestamp": 1626143387084, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "aai-ml", "timestamp": 1626143380503, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "multicloud-k8s-id", "timestamp": 1626143381493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143386545, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "cds", "timestamp": 1626143378798, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "dcae-sch", "timestamp": 1626143392502, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "multicloud-windriver-id", "timestamp": 1626143392501, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "policy-id", "timestamp": 1626143392654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "clamp", "timestamp": 1626143387084, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "aai-ml", "timestamp": 1626143380503, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "multicloud-k8s-id", "timestamp": 1626143381493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143386545, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "cds", "timestamp": 1626143378798, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "ves-openapi-manager", "timestamp": 1626143395151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "dcae-sch", "timestamp": 1626143392502, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "multicloud-windriver-id", "timestamp": 1626143392501, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "policy-id", "timestamp": 1626143392654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "clamp", "timestamp": 1626143387084, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:32:53.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "aai-ml", "timestamp": 1626143380503, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:32:53.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "multicloud-k8s-id", "timestamp": 1626143381493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:32:53.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143386545, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:32:53.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "cds", "timestamp": 1626143378798, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:32:53.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "ves-openapi-manager", "timestamp": 1626143395151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "dcae-sch", "timestamp": 1626143392502, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "multicloud-windriver-id", "timestamp": 1626143392501, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "policy-id", "timestamp": 1626143392654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "aai-ml", "timestamp": 1626143397703, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:32:53.592Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "ves-openapi-manager", "timestamp": 1626143395151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "cds", "timestamp": 1626143397808, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:32:53.593Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "dcae-sch", "timestamp": 1626143392502, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "multicloud-windriver-id", "timestamp": 1626143392501, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "policy-id", "timestamp": 1626143392654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "ves-openapi-manager", "timestamp": 1626143395151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "cds", "timestamp": 1626143399051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-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-07-13T02:32:53.601Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b335c8de-1518-423f-a77e-c8ca581d8563 2021-07-13T02:32:53.601Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b335c8de-1518-423f-a77e-c8ca581d8563 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-07-13T02:32:53.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "dcae-sch", "timestamp": 1626143392502, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "multicloud-windriver-id", "timestamp": 1626143392501, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "policy-id", "timestamp": 1626143392654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "ves-openapi-manager", "timestamp": 1626143395151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "dcae-sch", "timestamp": 1626143392502, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "multicloud-windriver-id", "timestamp": 1626143392501, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "policy-id", "timestamp": 1626143392654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "ves-openapi-manager", "timestamp": 1626143395151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "dcae-sch", "timestamp": 1626143392502, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "multicloud-windriver-id", "timestamp": 1626143392501, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:32:53.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "policy-id", "timestamp": 1626143392654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:32:53.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "ves-openapi-manager", "timestamp": 1626143395151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-07-13T02:32:53.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "aai-ml", "timestamp": 1626143402196, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:32:53.611Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "ves-openapi-manager", "timestamp": 1626143395151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "clamp", "timestamp": 1626143403027, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:32:53.612Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "aai-ml", "timestamp": 1626143403199, "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-07-13T02:32:53.616Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b335c8de-1518-423f-a77e-c8ca581d8563 2021-07-13T02:32:53.616Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b335c8de-1518-423f-a77e-c8ca581d8563 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-07-13T02:32:53.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "policy-id", "timestamp": 1626143403385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:32:53.623Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "ves-openapi-manager", "timestamp": 1626143395151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.623Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "policy-id", "timestamp": 1626143404389, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:32:53.623Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "clamp", "timestamp": 1626143405033, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:32:53.623Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "policy-id", "timestamp": 1626143405392, "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-07-13T02:32:53.627Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b335c8de-1518-423f-a77e-c8ca581d8563 2021-07-13T02:32:53.627Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b335c8de-1518-423f-a77e-c8ca581d8563 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-07-13T02:32:53.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "ves-openapi-manager", "timestamp": 1626143405805, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:32:53.634Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "clamp", "timestamp": 1626143406036, "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-07-13T02:32:53.637Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b335c8de-1518-423f-a77e-c8ca581d8563 2021-07-13T02:32:53.638Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b335c8de-1518-423f-a77e-c8ca581d8563 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-07-13T02:32:53.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143405720, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "ves-openapi-manager", "timestamp": 1626143406826, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-07-13T02:32:53.645Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143405720, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "ves-openapi-manager", "timestamp": 1626143407829, "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-07-13T02:32:53.648Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of b335c8de-1518-423f-a77e-c8ca581d8563 2021-07-13T02:32:53.648Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b335c8de-1518-423f-a77e-c8ca581d8563 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-07-13T02:32:53.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143405720, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143405720, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143405720, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143405720, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143405720, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143405720, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143405720, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:32:53.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143415489, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:32:53.656Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143417469, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:32:53.656Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143418472, "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-07-13T02:32:53.660Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b335c8de-1518-423f-a77e-c8ca581d8563 2021-07-13T02:32:53.660Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b335c8de-1518-423f-a77e-c8ca581d8563 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-07-13T02:32:53.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce41d08b-5f3b-49c5-8d11-b8b91b479c27", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143429606, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-13T02:32:53.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:32:53.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-07-13T02:32:53.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "dcae-sch", "timestamp": 1626143432501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "cds", "timestamp": 1626143423798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-windriver-id", "timestamp": 1626143432500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143426545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "policy-id", "timestamp": 1626143432654, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "dcae-sch", "timestamp": 1626143432501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "cds", "timestamp": 1626143423798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143426545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-07-13T02:32:53.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-windriver-id", "timestamp": 1626143432500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-07-13T02:32:53.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "policy-id", "timestamp": 1626143432654, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-07-13T02:32:53.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "ves-openapi-manager", "timestamp": 1626143435151, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "dcae-sch", "timestamp": 1626143432501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "cds", "timestamp": 1626143423798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143426545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-07-13T02:32:53.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-windriver-id", "timestamp": 1626143432500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-07-13T02:32:53.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "policy-id", "timestamp": 1626143432654, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143435720, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "ves-openapi-manager", "timestamp": 1626143435151, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "cds", "timestamp": 1626143423798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "dcae-sch", "timestamp": 1626143432501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.674Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143426545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:32:53.674Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-windriver-id", "timestamp": 1626143432500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:32:53.674Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "policy-id", "timestamp": 1626143432654, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.674Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143435720, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.674Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:32:53.674Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "ves-openapi-manager", "timestamp": 1626143435151, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.674Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "cds", "timestamp": 1626143423798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.675Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "dcae-sch", "timestamp": 1626143432501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.675Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143426545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-07-13T02:32:53.675Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-windriver-id", "timestamp": 1626143432500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-07-13T02:32:53.675Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "policy-id", "timestamp": 1626143432654, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-07-13T02:32:53.675Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143435720, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.675Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "ves-openapi-manager", "timestamp": 1626143435151, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.675Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "cds", "timestamp": 1626143423798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.675Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "dcae-sch", "timestamp": 1626143432501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.676Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143426545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.676Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-windriver-id", "timestamp": 1626143432500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.676Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "policy-id", "timestamp": 1626143432654, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.676Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143435720, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.676Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143439395, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:32:53.676Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "ves-openapi-manager", "timestamp": 1626143435151, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.676Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "dcae-sch", "timestamp": 1626143432501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "cds", "timestamp": 1626143423798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143426545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-07-13T02:32:53.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-windriver-id", "timestamp": 1626143432500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-07-13T02:32:53.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "policy-id", "timestamp": 1626143432654, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143435720, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "ves-openapi-manager", "timestamp": 1626143435151, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "dcae-sch", "timestamp": 1626143432501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "cds", "timestamp": 1626143423798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143426545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-windriver-id", "timestamp": 1626143432500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "policy-id", "timestamp": 1626143432654, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "aai-ml", "timestamp": 1626143440503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143435720, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "ves-openapi-manager", "timestamp": 1626143435151, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "cds", "timestamp": 1626143423798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:32:53.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "dcae-sch", "timestamp": 1626143432501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143426545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:32:53.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-windriver-id", "timestamp": 1626143432500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:32:53.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "policy-id", "timestamp": 1626143432654, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:32:53.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-k8s-id", "timestamp": 1626143441493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "aai-ml", "timestamp": 1626143440503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143435720, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.680Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143442381, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-13T02:32:53.680Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "ves-openapi-manager", "timestamp": 1626143435151, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.680Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-k8s-id", "timestamp": 1626143441493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-07-13T02:32:53.680Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "aai-ml", "timestamp": 1626143440503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.680Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143435720, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.680Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "ves-openapi-manager", "timestamp": 1626143435151, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.680Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-k8s-id", "timestamp": 1626143441493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-07-13T02:32:53.680Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "aai-ml", "timestamp": 1626143440503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.681Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "cds", "timestamp": 1626143444176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:32:53.681Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "policy-id", "timestamp": 1626143444193, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:32:53.681Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143444278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-13T02:32:53.681Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-windriver-id", "timestamp": 1626143444283, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-13T02:32:53.681Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143435720, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:32:53.681Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143444792, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:32:53.681Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-k8s-id", "timestamp": 1626143441493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:32:53.682Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "aai-ml", "timestamp": 1626143440503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.682Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "cds", "timestamp": 1626143445180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-07-13T02:32:53.691Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bdad7bae-fba2-406f-ada5-3ecc5d22cbe4 2021-07-13T02:32:53.691Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdad7bae-fba2-406f-ada5-3ecc5d22cbe4 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-07-13T02:32:53.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "policy-id", "timestamp": 1626143445196, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:32:53.697Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-windriver-id", "timestamp": 1626143445984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:32:53.698Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143445991, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:32:53.699Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143446000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:32:53.699Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-k8s-id", "timestamp": 1626143441493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-07-13T02:32:53.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "aai-ml", "timestamp": 1626143440503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "policy-id", "timestamp": 1626143446199, "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-07-13T02:32:53.704Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bdad7bae-fba2-406f-ada5-3ecc5d22cbe4 2021-07-13T02:32:53.704Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdad7bae-fba2-406f-ada5-3ecc5d22cbe4 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-07-13T02:32:53.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143446381, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:32:53.713Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-k8s-id", "timestamp": 1626143441493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.713Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "aai-ml", "timestamp": 1626143440503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.713Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143447492, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-07-13T02:32:53.714Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143447701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-07-13T02:32:53.714Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "clamp", "timestamp": 1626143447084, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-windriver-id", "timestamp": 1626143447715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-07-13T02:32:53.714Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143447942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:32:53.714Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-k8s-id", "timestamp": 1626143441493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-07-13T02:32:53.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "aai-ml", "timestamp": 1626143440503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143448495, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-07-13T02:32:53.715Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "clamp", "timestamp": 1626143447084, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143448944, "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-07-13T02:32:53.720Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bdad7bae-fba2-406f-ada5-3ecc5d22cbe4 2021-07-13T02:32:53.720Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdad7bae-fba2-406f-ada5-3ecc5d22cbe4 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-07-13T02:32:53.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-k8s-id", "timestamp": 1626143441493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "aai-ml", "timestamp": 1626143440503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:32:53.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-windriver-id", "timestamp": 1626143449309, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:32:53.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143449382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:32:53.730Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143449499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-07-13T02:32:53.730Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "clamp", "timestamp": 1626143447084, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.730Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-k8s-id", "timestamp": 1626143441493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:32:53.730Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-windriver-id", "timestamp": 1626143450316, "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-07-13T02:32:53.734Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bdad7bae-fba2-406f-ada5-3ecc5d22cbe4 2021-07-13T02:32:53.734Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdad7bae-fba2-406f-ada5-3ecc5d22cbe4 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-07-13T02:32:53.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143450385, "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-07-13T02:32:53.745Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bdad7bae-fba2-406f-ada5-3ecc5d22cbe4 2021-07-13T02:32:53.745Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdad7bae-fba2-406f-ada5-3ecc5d22cbe4 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-07-13T02:32:53.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143450503, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:32:53.751Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "clamp", "timestamp": 1626143447084, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:32:53.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "aai-ml", "timestamp": 1626143450785, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:32:53.751Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-windriver-id", "timestamp": 1626143451320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-07-13T02:32:53.751Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143451388, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-07-13T02:32:53.751Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "clamp", "timestamp": 1626143447084, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-k8s-id", "timestamp": 1626143451808, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-13T02:32:53.751Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:53.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "clamp", "timestamp": 1626143447084, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:32:53.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:32:53.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:32:53.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-k8s-id", "timestamp": 1626143453287, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:32:53.752Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:32:59.194Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b335c8de-1518-423f-a77e-c8ca581d8563 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-13T02:32:59.204Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b335c8de-1518-423f-a77e-c8ca581d8563 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-07-13T02:32:59.206Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-13T02:32:59.206Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-07-13T02:32:59.206Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-07-13T02:32:59.206Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-07-13T02:32:59.207Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:32:59.207Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:32:59.207Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:32:59.207Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:32:59.207Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:32:59.207Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:32:59.207Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:32:59.207Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-07-13T02:32:59.211Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-07-13T02:33:29.211Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b335c8de-1518-423f-a77e-c8ca581d8563 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-07-13T02:33:29.216Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b335c8de-1518-423f-a77e-c8ca581d8563 and serviceModelVersionId: 24108877-4e56-4edf-ad64-ca9c8e6ca5e3 2021-07-13T02:33:29.216Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b2bc2d5-d671-46aa-b50b-af142cf6e696 2021-07-13T02:33:29.217Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b2bc2d5-d671-46aa-b50b-af142cf6e696/model-vers/model-ver/24108877-4e56-4edf-ad64-ca9c8e6ca5e3?depth=0 2021-07-13T02:33:29.222Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-07-13T02:33:29.249Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0b2bc2d5-d671-46aa-b50b-af142cf6e696/model-vers/model-ver/24108877-4e56-4edf-ad64-ca9c8e6ca5e3?depth=0|INFO|500||Invoke 2021-07-13T02:33:29.250Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0b2bc2d5-d671-46aa-b50b-af142cf6e696/model-vers/model-ver/24108877-4e56-4edf-ad64-ca9c8e6ca5e3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0b2bc2d5-d671-46aa-b50b-af142cf6e696/model-vers/model-ver/24108877-4e56-4edf-ad64-ca9c8e6ca5e3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b335c8de-1518-423f-a77e-c8ca581d8563], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2aca39fd-aea6-4263-8506-d9e1c0773549], X-ECOMP-RequestID=[b335c8de-1518-423f-a77e-c8ca581d8563], X-TransactionId=[], X-ONAP-RequestID=[b335c8de-1518-423f-a77e-c8ca581d8563], Content-Type=[application/merge-patch+json]} 2021-07-13T02:33:29.266Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0b2bc2d5-d671-46aa-b50b-af142cf6e696/model-vers/model-ver/24108877-4e56-4edf-ad64-ca9c8e6ca5e3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-07-13T02:33:29.484Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0b2bc2d5-d671-46aa-b50b-af142cf6e696/model-vers/model-ver/24108877-4e56-4edf-ad64-ca9c8e6ca5e3?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/0b2bc2d5-d671-46aa-b50b-af142cf6e696/model-vers/model-ver/24108877-4e56-4edf-ad64-ca9c8e6ca5e3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210713-02:33:29:273-2948], vertex-id=[221232], Content-Length=[0], Date=[Tue, 13 Jul 2021 02:33:29 GMT], Content-Type=[application/json]} 2021-07-13T02:33:29.485Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0b2bc2d5-d671-46aa-b50b-af142cf6e696/model-vers/model-ver/24108877-4e56-4edf-ad64-ca9c8e6ca5e3?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-07-13T02:33:29.485Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0b2bc2d5-d671-46aa-b50b-af142cf6e696/model-vers/model-ver/24108877-4e56-4edf-ad64-ca9c8e6ca5e3?depth=0|INFO|500||InvokeReturn 2021-07-13T02:33:29.485Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-07-13T02:33:29.485Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-07-13T02:33:29.489Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-07-13T02:33:29.489Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b335c8de-1518-423f-a77e-c8ca581d8563 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-07-13T02:33:29.489Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-07-13T02:33:29.489Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:33:29.490Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:33:29.490Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143609489, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-13T02:33:29.591Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-07-13T02:33:29.591Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:33:29.591Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:33:29.607Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:33:29.607Z||pool-112-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-07-13T02:33:30.501Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-07-13T02:33:30.502Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"bdad7bae-fba2-406f-ada5-3ecc5d22cbe4","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"3d59e8d9-494d-477f-8e8e-ba91437797e4","serviceDescription":"service","serviceInvariantUUID":"9579fe72-b8b6-4aad-aeba-ff768d85145b","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"960ff192-5ff1-4a92-80b5-7e5714aa1b61","resourceInvariantUUID":"f590ff24-ab92-4277-bc90-ea85d416f150","resourceCustomizationUUID":"333dc503-c421-4387-86d0-1cb633947af8","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":"YzU0ZjU2MGRlYjA4ZDVlOGVjMjIwMzM0N2Y1ZTFhZTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"46ed060a-474c-47b7-89f3-ce9e24fdc4e8","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":"463bab99-f708-47f4-a375-ae4231d88fe7","artifactVersion":"2","generatedFromUUID":"7cd528d7-5b51-44bb-a826-002ee90864f6"},{"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":"7cd528d7-5b51-44bb-a826-002ee90864f6","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":"NDkwZWIzNGI2NjJlZWZlYWI5YzI4ODhlZDIyZDk0ZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"32ea1a13-8c1f-4fdf-8136-1aeb7cdc7b76","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":"bbdee3a5-34e0-4af9-8c66-6269d7056618","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":"06251ed0-f4f7-4709-bece-593c4e4ea271","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":"d63503f4-9158-4d35-82bd-6bdda00c234b","artifactVersion":"2","generatedFromUUID":"bbdee3a5-34e0-4af9-8c66-6269d7056618"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YjdhYWIzZDE0ODI5YWM1N2EyM2IxYzkwNDk1NDE5ZDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1bbe9260-f8a5-411e-9b47-b2de579f30bc","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YzIzMjY2M2ZiNzhjOTg5Yjk1NjBjNGYwM2E3ZTdlN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e6511a3b-117d-4ab0-9c77-573ffafb0693","artifactVersion":"1"}],"workloadContext":"Production"} 2021-07-13T02:33:30.503Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:33:30.503Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:33:30.506Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:33:30.506Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:33:30.606Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:33:30.607Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:33:30.607Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:33:30.616Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:33:30.616Z||pool-113-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:33:31.506Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:33:31.507Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:33:31.510Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:33:31.510Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-07-13T02:33:31.610Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:33:31.611Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:33:31.611Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:33:31.619Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:33:31.620Z||pool-114-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:33:32.511Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:33:32.511Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:33:32.514Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:33:32.514Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-07-13T02:33:32.614Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:33:32.615Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:33:32.615Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:33:32.625Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:33:32.625Z||pool-115-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:33:33.514Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:33:33.515Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:33:33.517Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:33:33.517Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:33:33.618Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:33:33.618Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:33:33.618Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:33:33.628Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:33:33.628Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:33:34.518Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:33:34.519Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:33:34.520Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:33:34.520Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-07-13T02:33:34.620Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:33:34.621Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:33:34.621Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:33:34.631Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:33:34.632Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:33:35.520Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:33:35.522Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:33:35.524Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:33:35.525Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:33:35.625Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:33:35.625Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:33:35.625Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:33:35.634Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:33:35.634Z||pool-118-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:33:36.525Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:33:36.526Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:33:36.528Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:33:36.528Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-07-13T02:33:36.628Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:33:36.629Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:33:36.629Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:33:36.638Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:33:36.638Z||pool-119-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:33:37.529Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:33:37.529Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:33:37.531Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:33:37.531Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:33:37.631Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:33:37.632Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:33:37.632Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:33:37.641Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:33:37.641Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:33:38.532Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:33:38.532Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:33:38.535Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:33:38.535Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:33:38.635Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:33:38.636Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:33:38.636Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:33:38.646Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:33:38.646Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:33:39.536Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "3d59e8d9-494d-477f-8e8e-ba91437797e4", "serviceDescription": "service", "serviceInvariantUUID": "9579fe72-b8b6-4aad-aeba-ff768d85145b", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "333dc503-c421-4387-86d0-1cb633947af8", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "960ff192-5ff1-4a92-80b5-7e5714aa1b61", "resourceInvariantUUID": "f590ff24-ab92-4277-bc90-ea85d416f150", "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": "463bab99-f708-47f4-a375-ae4231d88fe7", "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": "7cd528d7-5b51-44bb-a826-002ee90864f6", "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": "NDkwZWIzNGI2NjJlZWZlYWI5YzI4ODhlZDIyZDk0ZjA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "32ea1a13-8c1f-4fdf-8136-1aeb7cdc7b76", "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": "bbdee3a5-34e0-4af9-8c66-6269d7056618", "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": "d63503f4-9158-4d35-82bd-6bdda00c234b", "generatedFromUUID": "bbdee3a5-34e0-4af9-8c66-6269d7056618" }, "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": "d63503f4-9158-4d35-82bd-6bdda00c234b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YzIzMjY2M2ZiNzhjOTg5Yjk1NjBjNGYwM2E3ZTdlN2E\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e6511a3b-117d-4ab0-9c77-573ffafb0693" } ], "workloadContext": "Production" } 2021-07-13T02:33:39.536Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-07-13T02:33:39.536Z|b335c8de-1518-423f-a77e-c8ca581d8563|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 3d59e8d9-494d-477f-8e8e-ba91437797e4 ASDC 2021-07-13T02:33:39.537Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:bdad7bae-fba2-406f-ada5-3ecc5d22cbe4 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:3d59e8d9-494d-477f-8e8e-ba91437797e4 ServiceInvariantUUID:9579fe72-b8b6-4aad-aeba-ff768d85145b 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:e6511a3b-117d-4ab0-9c77-573ffafb0693 ArtifactChecksum:YzIzMjY2M2ZiNzhjOTg5Yjk1NjBjNGYwM2E3ZTdlN2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:333dc503-c421-4387-86d0-1cb633947af8 ResourceInvariantUUID:f590ff24-ab92-4277-bc90-ea85d416f150 ResourceName:basic_cnf ResourceType:VF ResourceUUID:960ff192-5ff1-4a92-80b5-7e5714aa1b61 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:463bab99-f708-47f4-a375-ae4231d88fe7 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:7cd528d7-5b51-44bb-a826-002ee90864f6 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:32ea1a13-8c1f-4fdf-8136-1aeb7cdc7b76 ArtifactChecksum:NDkwZWIzNGI2NjJlZWZlYWI5YzI4ODhlZDIyZDk0ZjA= 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:bbdee3a5-34e0-4af9-8c66-6269d7056618 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:d63503f4-9158-4d35-82bd-6bdda00c234b 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:d63503f4-9158-4d35-82bd-6bdda00c234b ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-07-13T02:33:39.537Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3d59e8d9-494d-477f-8e8e-ba91437797e4 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-07-13T02:33:39.566Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-13T02:33:39.567Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-07-13T02:33:39.567Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-07-13T02:33:39.567Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e6511a3b-117d-4ab0-9c77-573ffafb0693 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-07-13T02:33:39.567Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-07-13T02:33:39.567Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-07-13T02:33:40.008Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-07-13T02:33:40.013Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar e6511a3b-117d-4ab0-9c77-573ffafb0693 71164 2021-07-13T02:33:40.013Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-07-13T02:33:40.013Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-07-13T02:33:40.013Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-13T02:33:40.013Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:33:40.015Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:33:40.015Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143620013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:33:40.115Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:33:40.116Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:33:40.116Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:33:40.126Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:33:40.126Z||pool-122-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:33:41.015Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-13T02:33:41.016Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-07-13T02:33:41.017Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: e6511a3b-117d-4ab0-9c77-573ffafb0693, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-07-13T02:33:41.017Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-07-13T02:33:41.018Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-07-13T02:33:41.018Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-07-13T02:33:41.101Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2018797244269067671/Definitions/service-BasicCnf-template.yml 2021-07-13T02:33:41.966Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-07-13T02:33:41.967Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-07-13T02:33:41.967Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-07-13T02:33:41.967Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred... 2021-07-13T02:33:41.967Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||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-07-13T02:33:41.967Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||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-07-13T02:33:41.967Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-07-13T02:33:41.967Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||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-07-13T02:33:41.967Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||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-07-13T02:33:41.967Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-07-13T02:33:41.968Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:33:41.968Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:33:41.968Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-07-13T02:33:41.968Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-07-13T02:33:41.968Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-13T02:33:41.968Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:33:41.968Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:33:41.968Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-07-13T02:33:41.968Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-07-13T02:33:41.969Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-13T02:33:41.969Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:33:41.969Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:33:41.969Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:33:41.969Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-07-13T02:33:41.969Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-07-13T02:33:41.970Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria 2021-07-13T02:33:41.970Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-07-13T02:33:41.970Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:33:41.970Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-07-13T02:33:41.970Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:33:41.970Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-07-13T02:33:41.970Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:33:41.970Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:33:41.971Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-07-13T02:33:41.971Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:33:41.971Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:33:41.971Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-07-13T02:33:41.971Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:33:41.971Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:33:41.971Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-07-13T02:33:41.971Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-07-13T02:33:41.971Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f159b50f-5593-42f6-9be8-eba824bb9091 2021-07-13T02:33:41.972Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:33:41.972Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:33:41.972Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:33:41.972Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:33:41.972Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:33:41.972Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:33:41.972Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:33:41.972Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:33:41.972Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:3d59e8d9-494d-477f-8e8e-ba91437797e4 Model Version:NULL Model InvariantUuid:9579fe72-b8b6-4aad-aeba-ff768d85145b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:5f949a91-d832-481e-97d0-a3a60a36eb22 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f590ff24-ab92-4277-bc90-ea85d416f150 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:333dc503-c421-4387-86d0-1cb633947af8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:37d75c22-12ec-4be6-8762-42a5cc1a618a ModelName:BasicCnf..base_dummy..module-0 ModelUuid:32a3d8f5-162d-44fc-9e0e-a60607f662ea ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f159b50f-5593-42f6-9be8-eba824bb9091 ModelInvariantUuid:f43f7060-22ed-4d6c-a60b-6d53d0ca0c8a ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:cc6f1042-bb57-48e9-bb7d-470985837ebe ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:84d21bbd-79a7-4f32-8494-96c582c0a064 ModelInvariantUuid:1a2a7a73-98ea-4934-bcf7-979fcd5b7fbf ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:c3c8fc97-755b-441c-add3-42ddbe844ac3 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-07-13T02:33:41.979Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 960ff192-5ff1-4a92-80b5-7e5714aa1b61 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-07-13T02:33:41.982Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||basic_cnf 0 2021-07-13T02:33:41.982Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 960ff192-5ff1-4a92-80b5-7e5714aa1b61 2021-07-13T02:33:41.982Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 463bab99-f708-47f4-a375-ae4231d88fe7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-07-13T02:33:41.982Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-07-13T02:33:41.982Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||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-07-13T02:33:42.698Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-07-13T02:33:42.698Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 463bab99-f708-47f4-a375-ae4231d88fe7 12 2021-07-13T02:33:42.699Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||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-07-13T02:33:42.699Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||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-07-13T02:33:42.699Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-13T02:33:42.699Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:33:42.702Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:33:42.702Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143622699, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:33:42.802Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:33:42.803Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:33:42.803Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:33:42.812Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:33:42.813Z||pool-123-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-07-13T02:33:43.703Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7cd528d7-5b51-44bb-a826-002ee90864f6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-07-13T02:33:43.704Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-07-13T02:33:43.704Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||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-07-13T02:33:44.480Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-07-13T02:33:44.481Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 7cd528d7-5b51-44bb-a826-002ee90864f6 2688 2021-07-13T02:33:44.481Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||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-07-13T02:33:44.481Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||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-07-13T02:33:44.481Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-13T02:33:44.482Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:33:44.483Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:33:44.483Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143624481, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-07-13T02:33:44.584Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:33:44.585Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:33:44.585Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:33:44.594Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:33:44.595Z||pool-124-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:33:45.485Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 32ea1a13-8c1f-4fdf-8136-1aeb7cdc7b76 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-07-13T02:33:45.485Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-07-13T02:33:45.485Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||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-07-13T02:33:45.819Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-07-13T02:33:45.819Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 32ea1a13-8c1f-4fdf-8136-1aeb7cdc7b76 828 2021-07-13T02:33:45.820Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||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-07-13T02:33:45.820Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||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-07-13T02:33:45.820Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-13T02:33:45.820Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:33:45.822Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:33:45.822Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143625820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-13T02:33:45.922Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:33:45.923Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:33:45.923Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:33:45.933Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:33:45.933Z||pool-125-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:33:46.823Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "37d75c22-12ec-4be6-8762-42a5cc1a618a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "32a3d8f5-162d-44fc-9e0e-a60607f662ea", "vfModuleModelCustomizationUUID": "49f855bd-0e1b-4c24-bddf-527dc9a06a77", "isBase": true, "artifacts": [ "bbdee3a5-34e0-4af9-8c66-6269d7056618", "7cd528d7-5b51-44bb-a826-002ee90864f6", "d63503f4-9158-4d35-82bd-6bdda00c234b" ], "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-07-13T02:33:46.826Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:32a3d8f5-162d-44fc-9e0e-a60607f662ea VfModuleModelInvariantUUID:37d75c22-12ec-4be6-8762-42a5cc1a618a VfModuleModelDescription:NULL Artifacts UUID List:{ bbdee3a5-34e0-4af9-8c66-6269d7056618 , 7cd528d7-5b51-44bb-a826-002ee90864f6 , d63503f4-9158-4d35-82bd-6bdda00c234b } 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-07-13T02:33:46.827Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "37d75c22-12ec-4be6-8762-42a5cc1a618a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "32a3d8f5-162d-44fc-9e0e-a60607f662ea", "vfModuleModelCustomizationUUID": "49f855bd-0e1b-4c24-bddf-527dc9a06a77", "isBase": true, "artifacts": [ "bbdee3a5-34e0-4af9-8c66-6269d7056618", "7cd528d7-5b51-44bb-a826-002ee90864f6", "d63503f4-9158-4d35-82bd-6bdda00c234b" ], "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-07-13T02:33:46.827Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:32a3d8f5-162d-44fc-9e0e-a60607f662ea VfModuleModelInvariantUUID:37d75c22-12ec-4be6-8762-42a5cc1a618a VfModuleModelDescription:NULL Artifacts UUID List:{ bbdee3a5-34e0-4af9-8c66-6269d7056618 , 7cd528d7-5b51-44bb-a826-002ee90864f6 , d63503f4-9158-4d35-82bd-6bdda00c234b } 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-07-13T02:33:46.827Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bbdee3a5-34e0-4af9-8c66-6269d7056618 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-07-13T02:33:46.827Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-07-13T02:33:46.827Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||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-07-13T02:33:47.611Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-07-13T02:33:47.612Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml bbdee3a5-34e0-4af9-8c66-6269d7056618 1164 2021-07-13T02:33:47.612Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||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-07-13T02:33:47.612Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||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-07-13T02:33:47.612Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-13T02:33:47.612Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:33:47.614Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:33:47.614Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143627612, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:33:47.714Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:33:47.715Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:33:47.715Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:33:47.723Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:33:47.724Z||pool-126-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:33:48.615Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d63503f4-9158-4d35-82bd-6bdda00c234b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-07-13T02:33:48.616Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-07-13T02:33:48.616Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||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-07-13T02:33:49.203Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-07-13T02:33:49.203Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env d63503f4-9158-4d35-82bd-6bdda00c234b 200 2021-07-13T02:33:49.203Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||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-07-13T02:33:49.204Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||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-07-13T02:33:49.204Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-13T02:33:49.204Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:33:49.206Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:33:49.206Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143629203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:33:49.306Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:33:49.307Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:33:49.307Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:33:49.316Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:33:49.316Z||pool-127-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:33:50.207Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3d59e8d9-494d-477f-8e8e-ba91437797e4 2021-07-13T02:33:50.208Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 960ff192-5ff1-4a92-80b5-7e5714aa1b61 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? 2021-07-13T02:33:50.219Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||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 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-07-13T02:33:50.225Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:33:50.226Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:33:50.226Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-07-13T02:33:50.226Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 333dc503-c421-4387-86d0-1cb633947af8 2021-07-13T02:33:50.226Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 333dc503-c421-4387-86d0-1cb633947af8 matches Tosca VF Customization UUID: 333dc503-c421-4387-86d0-1cb633947af8 2021-07-13T02:33:50.226Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 333dc503-c421-4387-86d0-1cb633947af8 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-07-13T02:33:50.228Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:33:50.228Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:33:50.228Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 333dc503-c421-4387-86d0-1cb633947af8: {\"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-07-13T02:33:50.229Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2e213304 2021-07-13T02:33:50.229Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:33:50.229Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-07-13T02:33:50.229Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 49f855bd-0e1b-4c24-bddf-527dc9a06a77 2021-07-13T02:33:50.229Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 49f855bd-0e1b-4c24-bddf-527dc9a06a77 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-07-13T02:33:50.231Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:33:50.231Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-07-13T02:33:50.231Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:33:50.231Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:33:50.232Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-07-13T02:33:50.232Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:33:50.232Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:33:50.232Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-07-13T02:33:50.232Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-07-13T02:33:50.233Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f159b50f-5593-42f6-9be8-eba824bb9091 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-07-13T02:33:50.234Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:33:50.234Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-07-13T02:33:50.234Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-07-13T02:33:50.235Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:33:50.235Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-07-13T02:33:50.235Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=333dc503-c421-4387-86d0-1cb633947af8 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-07-13T02:33:50.236Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:33:50.236Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:33:50.237Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3d59e8d9-494d-477f-8e8e-ba91437797e4: basic_cnf 2021-07-13T02:33:50.237Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:33:50.237Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:33:50.237Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:33:50.237Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:33:50.237Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:33:50.237Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:33:50.238Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:33:50.238Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:33:50.238Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:33:50.238Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:33:50.238Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||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-07-13T02:33:50.470Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 960ff192-5ff1-4a92-80b5-7e5714aa1b61 1 ASDC deployResourceStructure 2021-07-13T02:33:50.471Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||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-07-13T02:33:50.471Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||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-07-13T02:33:50.471Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-07-13T02:33:50.471Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:33:50.473Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:33:50.473Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143630470, "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-07-13T02:33:50.574Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-07-13T02:33:50.574Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:33:50.574Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:33:50.586Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:33:50.586Z||pool-128-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-07-13T02:33:51.474Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||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-07-13T02:33:51.474Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||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-07-13T02:33:51.474Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-07-13T02:33:51.475Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:33:51.476Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:33:51.476Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143631474, "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-07-13T02:33:51.576Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:33:51.577Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:33:51.577Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:33:51.586Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:33:51.586Z||pool-129-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:33:52.477Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||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-07-13T02:33:52.478Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||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-07-13T02:33:52.478Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-13T02:33:52.478Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:33:52.479Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:33:52.479Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143632477, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-07-13T02:33:52.580Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:33:52.581Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:33:52.581Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:33:52.590Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:33:52.590Z||pool-130-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:33:53.481Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||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-07-13T02:33:53.481Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||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-07-13T02:33:53.481Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-13T02:33:53.482Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:33:53.484Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:33:53.484Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143633480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-07-13T02:33:53.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:33:53.561Z||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-07-13T02:33:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:33:53.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:33:53.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:33:53.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "clamp", "timestamp": 1626143447084, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-07-13T02:33:53.581Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:33:53.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:33:53.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-k8s-id", "timestamp": 1626143454432, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-07-13T02:33:53.581Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:33:53.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:33:53.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "clamp", "timestamp": 1626143447084, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:33:53.581Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:33:53.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:33:53.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-k8s-id", "timestamp": 1626143455588, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:33:53.582Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:33:53.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:33:53.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "clamp", "timestamp": 1626143447084, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:33:53.582Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:33:53.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:33:53.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "aai-ml", "timestamp": 1626143456013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:33:53.582Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:33:53.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:33:53.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-k8s-id", "timestamp": 1626143456617, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2021-07-13T02:33:53.584Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-07-13T02:33:53.585Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:33:53.585Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:33:53.589Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bdad7bae-fba2-406f-ada5-3ecc5d22cbe4 2021-07-13T02:33:53.589Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdad7bae-fba2-406f-ada5-3ecc5d22cbe4 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-07-13T02:33:53.594Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:33:53.594Z||pool-131-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:33:53.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:33:53.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "aai-ml", "timestamp": 1626143457015, "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-07-13T02:33:53.599Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bdad7bae-fba2-406f-ada5-3ecc5d22cbe4 2021-07-13T02:33:53.600Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdad7bae-fba2-406f-ada5-3ecc5d22cbe4 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-07-13T02:33:53.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:33:53.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "multicloud-k8s-id", "timestamp": 1626143457620, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-07-13T02:33:53.607Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:33:53.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:33:53.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "clamp", "timestamp": 1626143467034, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:33:53.607Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:33:53.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:33:53.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "clamp", "timestamp": 1626143469040, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:33:53.607Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:33:53.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:33:53.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "clamp", "timestamp": 1626143470043, "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-07-13T02:33:53.611Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bdad7bae-fba2-406f-ada5-3ecc5d22cbe4 2021-07-13T02:33:53.612Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdad7bae-fba2-406f-ada5-3ecc5d22cbe4 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-07-13T02:33:53.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:33:53.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dbe1237-52d5-4c52-a4dd-b01bfeb9b3fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143481894, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-13T02:33:53.619Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:33:53.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:33:53.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:33:53.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:33:53.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:33:53.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:33:53.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:33:53.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:33:53.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-07-13T02:33:53.620Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:33:53.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:33:53.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:33:53.620Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:33:53.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:33:53.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-07-13T02:33:53.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:33:53.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:33:53.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-13T02:33:53.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:33:53.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:33:53.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:33:53.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:33:53.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:33:53.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143256961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:33:53.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-07-13T02:33:53.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:33:53.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143491680, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:33:53.622Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:33:53.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:33:53.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143493811, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-13T02:33:53.622Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:33:53.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:33:53.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143495008, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:33:53.622Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:33:53.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:33:53.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143496150, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:33:53.622Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:33:53.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:33:53.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143497256, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-07-13T02:33:53.623Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:33:53.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:33:53.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143498259, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-07-13T02:33:53.623Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:33:53.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:33:53.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143499263, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-07-13T02:33:53.623Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:33:53.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-07-13T02:33:53.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143500267, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:33:53.623Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:33:54.485Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||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-07-13T02:33:54.486Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||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-07-13T02:33:54.486Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-13T02:33:54.486Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:33:54.488Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:33:54.488Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143634485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-07-13T02:33:54.588Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:33:54.589Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:33:54.590Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:33:54.600Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:33:54.601Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:33:55.489Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-07-13T02:33:55.490Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-07-13T02:33:55.490Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-13T02:33:55.490Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:33:55.492Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:33:55.492Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143635489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:33:55.592Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:33:55.593Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:33:55.593Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:33:55.601Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:33:55.601Z||pool-133-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-07-13T02:33:56.492Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdad7bae-fba2-406f-ada5-3ecc5d22cbe4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-13T02:33:56.504Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdad7bae-fba2-406f-ada5-3ecc5d22cbe4 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-07-13T02:33:56.507Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-13T02:33:56.507Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-07-13T02:33:56.507Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-07-13T02:33:56.507Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-07-13T02:33:56.507Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:33:56.507Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:33:56.507Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:33:56.507Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:33:56.507Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:33:56.507Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:33:56.507Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-07-13T02:33:56.512Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-07-13T02:34:26.512Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bdad7bae-fba2-406f-ada5-3ecc5d22cbe4 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-07-13T02:34:26.517Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bdad7bae-fba2-406f-ada5-3ecc5d22cbe4 and serviceModelVersionId: 3d59e8d9-494d-477f-8e8e-ba91437797e4 2021-07-13T02:34:26.517Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9579fe72-b8b6-4aad-aeba-ff768d85145b 2021-07-13T02:34:26.517Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9579fe72-b8b6-4aad-aeba-ff768d85145b/model-vers/model-ver/3d59e8d9-494d-477f-8e8e-ba91437797e4?depth=0 2021-07-13T02:34:26.521Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-07-13T02:34:26.554Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9579fe72-b8b6-4aad-aeba-ff768d85145b/model-vers/model-ver/3d59e8d9-494d-477f-8e8e-ba91437797e4?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-07-13T02:34:26.554Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9579fe72-b8b6-4aad-aeba-ff768d85145b/model-vers/model-ver/3d59e8d9-494d-477f-8e8e-ba91437797e4?depth=0|INFO|500||Invoke 2021-07-13T02:34:26.575Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9579fe72-b8b6-4aad-aeba-ff768d85145b/model-vers/model-ver/3d59e8d9-494d-477f-8e8e-ba91437797e4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-07-13T02:34:26.810Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9579fe72-b8b6-4aad-aeba-ff768d85145b/model-vers/model-ver/3d59e8d9-494d-477f-8e8e-ba91437797e4?depth=0|INFO|500||InvokeReturn 2021-07-13T02:34:26.810Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9579fe72-b8b6-4aad-aeba-ff768d85145b/model-vers/model-ver/3d59e8d9-494d-477f-8e8e-ba91437797e4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210713-02:34:26:581-57342], vertex-id=[221208], Content-Length=[0], Date=[Tue, 13 Jul 2021 02:34:26 GMT], Content-Type=[application/json]} 2021-07-13T02:34:26.810Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-07-13T02:34:26.810Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-07-13T02:34:26.810Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-07-13T02:34:26.814Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-07-13T02:34:26.814Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bdad7bae-fba2-406f-ada5-3ecc5d22cbe4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-07-13T02:34:26.814Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-07-13T02:34:26.814Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:34:26.816Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:34:26.816Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143666814, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-13T02:34:26.916Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:34:26.917Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:34:26.917Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:34:26.930Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:34:26.930Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-07-13T02:34:27.827Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-07-13T02:34:27.828Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462","serviceName":"Demo_pNF_itAEoFKVBwZM1fQKbbzk","serviceVersion":"1.0","serviceUUID":"227d9255-4716-46b1-9c5a-1dd6ea0e6092","serviceDescription":"catalog service description","serviceInvariantUUID":"0c84c20a-0bff-4741-9543-cdaffaf1af46","resources":[{"resourceInstanceName":"pNF 598cd9d2-0b13 0","resourceName":"pNF 598cd9d2-0b13","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e2dc65f5-bbdd-4bd0-869f-d66920381d13","resourceInvariantUUID":"c4be1612-c1b9-4bb7-9c84-1d8775def567","resourceCustomizationUUID":"d2efe24c-94ee-43da-bde5-542e5dac568f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/vf-license-model.xml","artifactChecksum":"Nzk0MDc2NzM5MjEwYjMxYzMzMWJjZjM2ODhlM2RlN2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac23601e-4794-43fa-8e04-354996d9e3f5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/pNF.csar","artifactChecksum":"MzQ3NzliMDIwNTA5MDZmZDkzMzgxMTJiYmUwNDYxZjM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"611afda6-70e6-4422-9902-f2c10fc9f3ec","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9cafbe8a-1ebd-4540-b25c-6673d45fbf6d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/vendor-license-model.xml","artifactChecksum":"ZTdkMWNkY2Q0M2Y0MTk4OTM2YWFlOWExMjdmZGQwMmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"290f0824-537a-47c8-b2e5-f59165f42f05","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"57f43205-b0c3-4b91-b499-1b3d996add03","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"898faad9-009c-43f3-b711-b74d6ed92415","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfItaeofkvbwzm1fqkbbzk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-template.yml","artifactChecksum":"ZmRmYjVhZDMwNGNjZWIwMzE5OGU0MDYzMzI0ZTkzNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"282e81c2-7a54-42c3-a6cc-8aead8fbcac3","artifactVersion":"1"},{"artifactName":"service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar","artifactChecksum":"ZTE1MjYxOTVhZmQyOTYxZDU3YjY2MGQ2YTVhYWZkNjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a65cd4b6-c20f-4034-8748-7de7253adc31","artifactVersion":"1"}],"workloadContext":"Production"} 2021-07-13T02:34:27.828Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:34:27.828Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:34:27.831Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:34:27.831Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:27.931Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:34:27.932Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:34:27.932Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:34:27.942Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:34:27.942Z||pool-135-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:34:28.832Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:34:28.832Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:34:28.834Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:34:28.834Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:28.935Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:34:28.935Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:34:28.935Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:34:28.944Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:34:28.944Z||pool-136-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-07-13T02:34:29.835Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:34:29.836Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:34:29.837Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:34:29.838Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:29.938Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:34:29.938Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:34:29.938Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:34:29.948Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:34:29.948Z||pool-137-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:34:30.838Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:34:30.839Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:34:30.841Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:34:30.841Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:30.941Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:34:30.942Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:34:30.942Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:34:30.951Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:34:30.951Z||pool-138-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-07-13T02:34:31.842Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:34:31.843Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:34:31.845Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:34:31.845Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:31.945Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:34:31.945Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:34:31.946Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:34:31.954Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:34:31.954Z||pool-139-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-07-13T02:34:32.846Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:34:32.847Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:34:32.850Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:34:32.851Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:32.950Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-07-13T02:34:32.951Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:34:32.951Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:34:32.960Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:34:32.961Z||pool-140-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:34:33.851Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:34:33.852Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:34:33.854Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:34:33.854Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:33.954Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:34:33.955Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:34:33.955Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:34:33.964Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:34:33.964Z||pool-141-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:34:34.855Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-07-13T02:34:34.856Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:34:34.859Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:34:34.859Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:34:34.959Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:34:34.960Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:34:34.960Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:34:34.970Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:34:34.970Z||pool-142-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:34:35.860Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "serviceName": "Demo_pNF_itAEoFKVBwZM1fQKbbzk", "serviceVersion": "1.0", "serviceUUID": "227d9255-4716-46b1-9c5a-1dd6ea0e6092", "serviceDescription": "catalog service description", "serviceInvariantUUID": "0c84c20a-0bff-4741-9543-cdaffaf1af46", "resources": [ { "resourceInstanceName": "pNF 598cd9d2-0b13 0", "resourceCustomizationUUID": "d2efe24c-94ee-43da-bde5-542e5dac568f", "resourceName": "pNF 598cd9d2-0b13", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e2dc65f5-bbdd-4bd0-869f-d66920381d13", "resourceInvariantUUID": "c4be1612-c1b9-4bb7-9c84-1d8775def567", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar", "artifactChecksum": "ZTE1MjYxOTVhZmQyOTYxZDU3YjY2MGQ2YTVhYWZkNjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a65cd4b6-c20f-4034-8748-7de7253adc31" } ], "workloadContext": "Production" } 2021-07-13T02:34:35.861Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-07-13T02:34:35.861Z|bdad7bae-fba2-406f-ada5-3ecc5d22cbe4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 227d9255-4716-46b1-9c5a-1dd6ea0e6092 ASDC 2021-07-13T02:34:35.861Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462 ServiceName:Demo_pNF_itAEoFKVBwZM1fQKbbzk ServiceVersion:1.0 ServiceUUID:227d9255-4716-46b1-9c5a-1dd6ea0e6092 ServiceInvariantUUID:0c84c20a-0bff-4741-9543-cdaffaf1af46 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar ArtifactUUID:a65cd4b6-c20f-4034-8748-7de7253adc31 ArtifactChecksum:ZTE1MjYxOTVhZmQyOTYxZDU3YjY2MGQ2YTVhYWZkNjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 598cd9d2-0b13 0 ResourceCustomizationUUID:d2efe24c-94ee-43da-bde5-542e5dac568f ResourceInvariantUUID:c4be1612-c1b9-4bb7-9c84-1d8775def567 ResourceName:pNF 598cd9d2-0b13 ResourceType:PNF ResourceUUID:e2dc65f5-bbdd-4bd0-869f-d66920381d13 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-07-13T02:34:35.862Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 227d9255-4716-46b1-9c5a-1dd6ea0e6092 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-07-13T02:34:35.885Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-13T02:34:35.885Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-07-13T02:34:35.885Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-07-13T02:34:35.886Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a65cd4b6-c20f-4034-8748-7de7253adc31 from URL: /sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar 2021-07-13T02:34:35.886Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-07-13T02:34:35.886Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar 2021-07-13T02:34:36.021Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-07-13T02:34:36.026Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar a65cd4b6-c20f-4034-8748-7de7253adc31 83322 2021-07-13T02:34:36.027Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar ASDC sendASDCNotification 2021-07-13T02:34:36.027Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar 2021-07-13T02:34:36.027Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-07-13T02:34:36.027Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:34:36.028Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:34:36.029Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143676027, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:34:36.129Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:34:36.129Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:34:36.130Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:34:36.139Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:34:36.139Z||pool-143-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:34:37.029Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-07-13T02:34:37.031Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-07-13T02:34:37.031Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a65cd4b6-c20f-4034-8748-7de7253adc31, URL: /sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar to file: /app/ASDC/1/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar 2021-07-13T02:34:37.031Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar 2021-07-13T02:34:37.032Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar 2021-07-13T02:34:37.032Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar 2021-07-13T02:34:37.146Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16759784505250739052/Definitions/service-DemoPnfItaeofkvbwzm1fqkbbzk-template.yml 2021-07-13T02:34:37.695Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-07-13T02:34:37.695Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-07-13T02:34:37.695Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar 2021-07-13T02:34:37.695Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-07-13T02:34:37.695Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar 2021-07-13T02:34:37.696Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar 2021-07-13T02:34:37.696Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar 2021-07-13T02:34:37.696Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar 2021-07-13T02:34:37.696Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar 2021-07-13T02:34:37.696Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 598cd9d2-0b13 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-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar 2021-07-13T02:34:37.696Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 598cd9d2-0b13 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar 2021-07-13T02:34:37.696Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar 2021-07-13T02:34:37.696Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-07-13T02:34:37.696Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:34:37.696Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_itAEoFKVBwZM1fQKbbzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:34:37.696Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Node template pNF 598cd9d2-0b13 0 is matching search criteria 2021-07-13T02:34:37.696Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-07-13T02:34:37.696Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 598cd9d2-0b13 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-13T02:34:37.696Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:34:37.697Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_itAEoFKVBwZM1fQKbbzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:34:37.697Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Node template pNF 598cd9d2-0b13 0 is matching search criteria 2021-07-13T02:34:37.697Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-07-13T02:34:37.697Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 598cd9d2-0b13 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-07-13T02:34:37.697Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:34:37.697Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_itAEoFKVBwZM1fQKbbzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:34:37.697Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:34:37.697Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_itAEoFKVBwZM1fQKbbzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:34:37.697Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:34:37.697Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_itAEoFKVBwZM1fQKbbzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:34:37.697Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:34:37.697Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_itAEoFKVBwZM1fQKbbzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:34:37.698Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:34:37.698Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_itAEoFKVBwZM1fQKbbzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:34:37.698Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_itAEoFKVBwZM1fQKbbzk Description:catalog service description Model UUID:227d9255-4716-46b1-9c5a-1dd6ea0e6092 Model Version:NULL Model InvariantUuid:0c84c20a-0bff-4741-9543-cdaffaf1af46 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-07-13T02:34:37.705Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: e2dc65f5-bbdd-4bd0-869f-d66920381d13 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-07-13T02:34:37.707Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||pNF 598cd9d2-0b13 0 2021-07-13T02:34:37.707Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e2dc65f5-bbdd-4bd0-869f-d66920381d13 2021-07-13T02:34:37.707Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 227d9255-4716-46b1-9c5a-1dd6ea0e6092 2021-07-13T02:34:37.708Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 227d9255-4716-46b1-9c5a-1dd6ea0e6092 2021-07-13T02:34:37.708Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 598cd9d2-0b13 0 e2dc65f5-bbdd-4bd0-869f-d66920381d13 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-07-13T02:34:37.712Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:34:37.712Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_itAEoFKVBwZM1fQKbbzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:34:37.712Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 227d9255-4716-46b1-9c5a-1dd6ea0e6092: pNF 598cd9d2-0b13 2021-07-13T02:34:37.712Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||Processing PNF resource: e2dc65f5-bbdd-4bd0-869f-d66920381d13 2021-07-13T02:34:37.712Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-07-13T02:34:37.712Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_itAEoFKVBwZM1fQKbbzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-07-13T02:34:37.712Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||Resource customization UUID: d2efe24c-94ee-43da-bde5-542e5dac568f is the same as notified resource customizationUUID: d2efe24c-94ee-43da-bde5-542e5dac568f 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-07-13T02:34:37.738Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 598cd9d2-0b13 e2dc65f5-bbdd-4bd0-869f-d66920381d13 0 ASDC deployResourceStructure 2021-07-13T02:34:37.738Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar ASDC sendASDCNotification 2021-07-13T02:34:37.738Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar 2021-07-13T02:34:37.738Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-07-13T02:34:37.738Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:34:37.739Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:34:37.740Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143677738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:34:37.840Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:34:37.840Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:34:37.841Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:34:37.850Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:34:37.850Z||pool-144-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-07-13T02:34:38.740Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-13T02:34:38.749Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462 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-07-13T02:34:38.751Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-13T02:34:38.751Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-07-13T02:34:38.751Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-07-13T02:34:53.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:34:53.561Z||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-07-13T02:34:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:34:53.573Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:34:53.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "multicloud-k8s-id", "timestamp": 1626143521493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "ves-openapi-manager", "timestamp": 1626143515151, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "multicloud-k8s-id", "timestamp": 1626143521493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "ves-openapi-manager", "timestamp": 1626143515151, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143525720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "multicloud-k8s-id", "timestamp": 1626143521493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "ves-openapi-manager", "timestamp": 1626143515151, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143526545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143525720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "multicloud-k8s-id", "timestamp": 1626143521493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "ves-openapi-manager", "timestamp": 1626143515151, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143526545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143525720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "multicloud-k8s-id", "timestamp": 1626143521493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "ves-openapi-manager", "timestamp": 1626143515151, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143526545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143525720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "cds", "timestamp": 1626143528798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "multicloud-k8s-id", "timestamp": 1626143521493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "ves-openapi-manager", "timestamp": 1626143515151, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-07-13T02:34:53.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143526545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143525720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "cds", "timestamp": 1626143528798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "multicloud-k8s-id", "timestamp": 1626143521493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "ves-openapi-manager", "timestamp": 1626143515151, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "aai-ml", "timestamp": 1626143530503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143526545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143525720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "cds", "timestamp": 1626143528798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "86fd4aa5-2a20-4d85-b074-ae7e876ec899", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143531582, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-13T02:34:53.589Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:34:53.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "multicloud-k8s-id", "timestamp": 1626143521493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:34:53.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "ves-openapi-manager", "timestamp": 1626143515151, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "aai-ml", "timestamp": 1626143530503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143526545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143525720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "cds", "timestamp": 1626143528798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "dcae-sch", "timestamp": 1626143532501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "multicloud-windriver-id", "timestamp": 1626143532500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "aai-ml", "timestamp": 1626143530503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143526545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "ves-openapi-manager", "timestamp": 1626143533201, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:34:53.591Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:34:53.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "policy-id", "timestamp": 1626143532654, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143525720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:34:53.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "cds", "timestamp": 1626143528798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "dcae-sch", "timestamp": 1626143532501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "multicloud-windriver-id", "timestamp": 1626143532500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "aai-ml", "timestamp": 1626143530503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "multicloud-starlingx-id", "timestamp": 1626143526545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:34:53.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "ves-openapi-manager", "timestamp": 1626143534219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-07-13T02:34:53.592Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:34:53.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "policy-id", "timestamp": 1626143532654, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.593Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "cds", "timestamp": 1626143528798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.593Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143534498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:34:53.594Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:34:53.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "dcae-sch", "timestamp": 1626143532501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.594Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "multicloud-windriver-id", "timestamp": 1626143532500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "aai-ml", "timestamp": 1626143530503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "ves-openapi-manager", "timestamp": 1626143535222, "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-07-13T02:34:53.603Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462 2021-07-13T02:34:53.603Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462 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-07-13T02:34:53.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "policy-id", "timestamp": 1626143532654, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "cds", "timestamp": 1626143528798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "dcae-sch", "timestamp": 1626143532501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "multicloud-windriver-id", "timestamp": 1626143532500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "aai-ml", "timestamp": 1626143530503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143536186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:34:53.611Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:34:53.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "policy-id", "timestamp": 1626143532654, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "cds", "timestamp": 1626143528798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:34:53.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "dcae-sch", "timestamp": 1626143532501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "multicloud-windriver-id", "timestamp": 1626143532500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "aai-ml", "timestamp": 1626143530503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1626143537189, "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-07-13T02:34:53.617Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462 2021-07-13T02:34:53.617Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462 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-07-13T02:34:53.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "policy-id", "timestamp": 1626143532654, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "clamp", "timestamp": 1626143537084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "cds", "timestamp": 1626143537714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:34:53.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:34:53.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "dcae-sch", "timestamp": 1626143532501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "multicloud-windriver-id", "timestamp": 1626143532500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "aai-ml", "timestamp": 1626143530503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:34:53.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "policy-id", "timestamp": 1626143532654, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "clamp", "timestamp": 1626143537084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "cds", "timestamp": 1626143538718, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-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-07-13T02:34:53.630Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462 2021-07-13T02:34:53.630Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462 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-07-13T02:34:53.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "dcae-sch", "timestamp": 1626143532501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.637Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "multicloud-windriver-id", "timestamp": 1626143532500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.637Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "policy-id", "timestamp": 1626143532654, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.637Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "aai-ml", "timestamp": 1626143539613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:34:53.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:34:53.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "clamp", "timestamp": 1626143537084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "dcae-sch", "timestamp": 1626143532501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "multicloud-windriver-id", "timestamp": 1626143532500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:34:53.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "policy-id", "timestamp": 1626143532654, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:34:53.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "clamp", "timestamp": 1626143537084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "clamp", "timestamp": 1626143537084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "policy-id", "timestamp": 1626143541892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:34:53.639Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:34:53.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "clamp", "timestamp": 1626143537084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "policy-id", "timestamp": 1626143542896, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:34:53.640Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:34:53.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "clamp", "timestamp": 1626143537084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "policy-id", "timestamp": 1626143543899, "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-07-13T02:34:53.644Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462 2021-07-13T02:34:53.644Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462 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-07-13T02:34:53.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:34:53.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "aai-ml", "timestamp": 1626143544285, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:34:53.651Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:34:53.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "clamp", "timestamp": 1626143537084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:34:53.652Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:34:53.652Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-07-13T02:34:53.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "aai-ml", "timestamp": 1626143545288, "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-07-13T02:34:53.656Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462 2021-07-13T02:34:53.656Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462 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-07-13T02:34:53.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143546511, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:34:53.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:34:53.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143548177, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:34:53.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:34:53.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "clamp", "timestamp": 1626143553044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:34:53.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:34:53.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "clamp", "timestamp": 1626143555049, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:34:53.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:34:53.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-07-13T02:34:53.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "clamp", "timestamp": 1626143556052, "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-07-13T02:34:53.669Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462 2021-07-13T02:34:53.669Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462 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-07-13T02:35:08.751Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-13T02:35:08.760Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462 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-07-13T02:35:08.762Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-07-13T02:35:08.762Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-07-13T02:35:08.762Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-07-13T02:35:08.762Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-07-13T02:35:08.762Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:35:08.762Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:35:08.762Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:35:08.762Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:35:08.762Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:35:08.762Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:35:08.762Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-07-13T02:35:08.763Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-07-13T02:35:08.768Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-07-13T02:35:38.768Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462 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-07-13T02:35:38.774Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462 and serviceModelVersionId: 227d9255-4716-46b1-9c5a-1dd6ea0e6092 2021-07-13T02:35:38.774Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c84c20a-0bff-4741-9543-cdaffaf1af46 2021-07-13T02:35:38.775Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c84c20a-0bff-4741-9543-cdaffaf1af46/model-vers/model-ver/227d9255-4716-46b1-9c5a-1dd6ea0e6092?depth=0 2021-07-13T02:35:38.780Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-07-13T02:35:38.802Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0c84c20a-0bff-4741-9543-cdaffaf1af46/model-vers/model-ver/227d9255-4716-46b1-9c5a-1dd6ea0e6092?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-07-13T02:35:38.802Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0c84c20a-0bff-4741-9543-cdaffaf1af46/model-vers/model-ver/227d9255-4716-46b1-9c5a-1dd6ea0e6092?depth=0|INFO|500||Invoke 2021-07-13T02:35:38.817Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0c84c20a-0bff-4741-9543-cdaffaf1af46/model-vers/model-ver/227d9255-4716-46b1-9c5a-1dd6ea0e6092?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-07-13T02:35:39.088Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0c84c20a-0bff-4741-9543-cdaffaf1af46/model-vers/model-ver/227d9255-4716-46b1-9c5a-1dd6ea0e6092?depth=0|INFO|500||InvokeReturn 2021-07-13T02:35:39.089Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0c84c20a-0bff-4741-9543-cdaffaf1af46/model-vers/model-ver/227d9255-4716-46b1-9c5a-1dd6ea0e6092?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210713-02:35:38:824-2182], vertex-id=[299080], Content-Length=[0], Date=[Tue, 13 Jul 2021 02:35:38 GMT], Content-Type=[application/json]} 2021-07-13T02:35:39.089Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-07-13T02:35:39.089Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-07-13T02:35:39.090Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-07-13T02:35:39.094Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-07-13T02:35:39.094Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-07-13T02:35:39.095Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-07-13T02:35:39.095Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-07-13T02:35:39.097Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-07-13T02:35:39.097Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143739094, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-13T02:35:39.198Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-07-13T02:35:39.198Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-07-13T02:35:39.198Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:35:39.212Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:35:39.212Z||pool-145-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-07-13T02:35:40.109Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:35:40.110Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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-07-13T02:35:40.110Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:35:50.294Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:35:50.295Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:35:50.295Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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-07-13T02:35:50.295Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:35:53.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:35:53.561Z||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-07-13T02:35:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:35:53.577Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:35:53.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-13T02:35:53.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b335c8de-1518-423f-a77e-c8ca581d8563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143609489, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-13T02:35:53.578Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:35:53.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-13T02:35:53.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:35:53.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-13T02:35:53.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-13T02:35:53.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-07-13T02:35:53.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-13T02:35:53.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-13T02:35:53.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-07-13T02:35:53.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-13T02:35:53.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-13T02:35:53.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-07-13T02:35:53.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-13T02:35:53.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-13T02:35:53.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-07-13T02:35:53.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-13T02:35:53.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-13T02:35:53.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:35:53.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-13T02:35:53.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-13T02:35:53.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-07-13T02:35:53.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-13T02:35:53.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-13T02:35:53.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:35:53.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-13T02:35:53.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-13T02:35:53.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:35:53.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-07-13T02:35:53.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-13T02:35:53.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143620013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:35:53.580Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:35:53.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-13T02:35:53.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143622699, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:35:53.581Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:35:53.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-13T02:35:53.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143624481, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-07-13T02:35:53.581Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:35:53.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-13T02:35:53.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143625820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-07-13T02:35:53.581Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:35:53.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-13T02:35:53.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143627612, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-07-13T02:35:53.581Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:35:53.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-13T02:35:53.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143629203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-07-13T02:35:53.582Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:35:53.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-13T02:35:53.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143630470, "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-07-13T02:35:53.582Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:35:53.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-13T02:35:53.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143631474, "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-07-13T02:35:53.582Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:35:53.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-07-13T02:35:53.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143632477, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-07-13T02:35:53.582Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:35:59.826Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:35:59.827Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:35:59.827Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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-07-13T02:35:59.827Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:36:09.364Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:36:09.364Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:36:09.365Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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-07-13T02:36:09.365Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:36:18.893Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:36:18.893Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:36:18.893Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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-07-13T02:36:18.894Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:36:28.423Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:36:28.423Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:36:28.424Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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-07-13T02:36:28.424Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:36:37.955Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:36:37.955Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:36:37.956Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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-07-13T02:36:37.956Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:36:47.487Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:36:47.488Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:36:47.488Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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-07-13T02:36:47.488Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:36:53.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:36:53.561Z||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-07-13T02:36:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:36:53.583Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:36:53.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-13T02:36:53.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143633480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-07-13T02:36:53.585Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:36:53.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-13T02:36:53.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143634485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-07-13T02:36:53.585Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:36:53.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-13T02:36:53.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143635489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:36:53.586Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:36:53.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-13T02:36:53.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdad7bae-fba2-406f-ada5-3ecc5d22cbe4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143666814, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-13T02:36:53.586Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:36:53.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-13T02:36:53.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:36:53.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-13T02:36:53.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-13T02:36:53.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-07-13T02:36:53.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-13T02:36:53.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-13T02:36:53.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-07-13T02:36:53.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-13T02:36:53.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-13T02:36:53.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-07-13T02:36:53.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-13T02:36:53.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-13T02:36:53.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:36:53.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-13T02:36:53.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-13T02:36:53.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/resourceInstances/pnf598cd9d20b130/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-07-13T02:36:53.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-13T02:36:53.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-13T02:36:53.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-template.yml", "status": "NOT_NOTIFIED" } 2021-07-13T02:36:53.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-13T02:36:53.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-13T02:36:53.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143532595, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar", "status": "NOTIFIED" } 2021-07-13T02:36:53.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-07-13T02:36:53.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-13T02:36:53.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143676027, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar", "status": "DOWNLOAD_OK" } 2021-07-13T02:36:53.590Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:36:53.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-07-13T02:36:53.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143677738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfItaeofkvbwzm1fqkbbzk/1.0/artifacts/service-DemoPnfItaeofkvbwzm1fqkbbzk-csar.csar", "status": "DEPLOY_OK" } 2021-07-13T02:36:53.591Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:36:57.026Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:36:57.027Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:36:57.027Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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-07-13T02:36:57.028Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:37:06.562Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:37:06.563Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:37:06.563Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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-07-13T02:37:06.563Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:37:16.094Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:37:16.095Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:37:16.095Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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-07-13T02:37:16.095Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:37:25.628Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:37:53.557Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:37:53.557Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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-07-13T02:37:53.557Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:37:53.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:37:53.560Z||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-07-13T02:37:53.560Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:37:54.083Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:37:54.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-07-13T02:37:54.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462", "consumerID": "SO-COpenSource-Env11", "timestamp": 1626143739094, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-07-13T02:37:54.084Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-07-13T02:38:03.097Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:38:53.557Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:38:53.557Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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-07-13T02:38:53.558Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:38:53.560Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:38:53.560Z||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-07-13T02:38:53.560Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:39:03.102Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:39:03.115Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:39:53.557Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:39:53.557Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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-07-13T02:39:53.558Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:39:53.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:39:53.560Z||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-07-13T02:39:53.560Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:40:03.102Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:40:03.103Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:40:53.557Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:40:53.557Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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-07-13T02:40:53.557Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:40:53.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:40:53.560Z||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-07-13T02:40:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:41:03.096Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:41:03.097Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:41:53.557Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:41:53.558Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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-07-13T02:41:53.558Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:41:53.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:41:53.560Z||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-07-13T02:41:53.560Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:42:03.096Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:42:03.100Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:42:53.557Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:42:53.557Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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-07-13T02:42:53.558Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:42:53.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:42:53.560Z||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-07-13T02:42:53.560Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:43:03.099Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:43:03.099Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:43:53.557Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:43:53.558Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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-07-13T02:43:53.558Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:43:53.560Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:43:53.560Z||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-07-13T02:43:53.560Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:44:03.098Z|1b2d3fb4-1c56-4db1-a2d7-3b28e35ab462|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:44:03.100Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:44:53.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:44:53.557Z||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-07-13T02:44:53.557Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:44:53.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:44:53.560Z||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-07-13T02:44:53.560Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:45:03.094Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:45:03.096Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:45:53.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:45:53.557Z||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-07-13T02:45:53.557Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:45:53.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:45:53.560Z||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-07-13T02:45:53.561Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:46:03.095Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:46:03.097Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:46:53.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:46:53.557Z||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-07-13T02:46:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:46:53.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:46:53.560Z||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-07-13T02:46:53.560Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:47:03.092Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:47:03.093Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:47:53.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:47:53.558Z||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-07-13T02:47:53.558Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:47:53.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-07-13T02:47:53.560Z||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-07-13T02:47:53.560Z||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 UmkJUlwcBdrZ4fF4) ... 2021-07-13T02:48:03.094Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-07-13T02:48:03.095Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK