JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2021-05-13T00:30:00.126Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-bxb8v with PID 14 (/app/app.jar started by so in /app) 2021-05-13T00:30:00.133Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-05-13T00:30:00.134Z||main|||||INFO|500||The following profiles are active: basic 2021-05-13T00:30:07.977Z||main|||||INFO|500||Starting service [Tomcat] 2021-05-13T00:30:07.978Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-05-13T00:30:08.049Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-05-13T00:30:09.670Z||main|||||INFO|500||catdb-pool - Starting... 2021-05-13T00:30:09.832Z||main|||||INFO|500||catdb-pool - Start completed. 2021-05-13T00:30:10.214Z||main|||||INFO|500||reqdb-pool - Starting... 2021-05-13T00:30:10.223Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-05-13T00:30:10.330Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-05-13T00:30:10.460Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-05-13T00:30:10.812Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-05-13T00:30:11.651Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-05-13T00:30:13.795Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-13T00:30:13.838Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-05-13T00:30:14.248Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-05-13T00:30:14.420Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2021-05-13T00:30:15.641Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-13T00:30:16.581Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-05-13T00:30:16.623Z||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$$f0e1b4c.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2021-05-13T00:30:16.624Z||main|||||WARN|500||The sdc end point is not alive 2021-05-13T00:30:18.875Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2021-05-13T00:30:21.171Z||main|||||WARN|500||--- 2021-05-13T00:30:21.171Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-05-13T00:30:21.172Z||main|||||WARN|500||--- 2021-05-13T00:30:21.487Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-05-13T00:30:24.531Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-13T00:30:24.532Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-13T00:30:24.532Z||main|||||INFO|500||Started Application in 26.581 seconds (JVM running for 27.915) 2021-05-13T00:30:24.545Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-13T00:30:24.609Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-13T00:30:24.659Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ad083bbf-d925-4e59-85fe-1be8eaff0e0e url= /sdc/v1/artifactTypes 2021-05-13T00:30:24.660Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-13T00:30:25.760Z||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.8.205] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-13T00:30:25.767Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7b4a289b 2021-05-13T00:30:25.768Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-13T00:30:25.776Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-13T00:30:25.778Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-13T00:30:25.779Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-13T00:31:14.526Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-13T00:31:14.527Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-13T00:31:14.527Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-13T00:31:14.533Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-13T00:31:14.539Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e257e1ba-daf1-4db0-966d-e6f212e1575b url= /sdc/v1/artifactTypes 2021-05-13T00:31:14.540Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-13T00:31:15.584Z||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.8.205] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-13T00:31:15.585Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6f872df2 2021-05-13T00:31:15.585Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-13T00:31:15.586Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-13T00:31:15.586Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-13T00:31:15.587Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-13T00:32:04.526Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-13T00:32:04.526Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-13T00:32:04.527Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-13T00:32:04.530Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-13T00:32:04.532Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0cfbb214-4d91-41b4-a451-66d14197e5db url= /sdc/v1/artifactTypes 2021-05-13T00:32:04.533Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-13T00:32:05.567Z||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.8.205] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-13T00:32:05.568Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4eb6e86a 2021-05-13T00:32:05.568Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-13T00:32:05.569Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-13T00:32:05.569Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-13T00:32:05.569Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-13T00:32:54.526Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-13T00:32:54.527Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-13T00:32:54.527Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-13T00:32:54.530Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-13T00:32:54.538Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 415fa382-07e8-47d6-b582-9d2daab85f0a url= /sdc/v1/artifactTypes 2021-05-13T00:32:54.538Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-13T00:32:55.583Z||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.8.205] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-13T00:32:55.585Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@18ba1f85 2021-05-13T00:32:55.585Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-13T00:32:55.585Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-13T00:32:55.586Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-13T00:32:55.587Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-13T00:33:44.527Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-13T00:33:44.528Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-13T00:33:44.528Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-13T00:33:44.531Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-13T00:33:44.537Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9200e417-61be-4529-8282-8d8d084f9ca2 url= /sdc/v1/artifactTypes 2021-05-13T00:33:44.537Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-13T00:33:45.565Z||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.8.205] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-13T00:33:45.566Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@56d4603 2021-05-13T00:33:45.566Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-13T00:33:45.566Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-13T00:33:45.567Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-13T00:33:45.567Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-13T00:34:34.526Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-13T00:34:34.527Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-13T00:34:34.527Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-13T00:34:34.535Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-13T00:34:34.542Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0970558f-9424-49a5-9686-f20f4382f0c8 url= /sdc/v1/artifactTypes 2021-05-13T00:34:34.542Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-13T00:34:35.583Z||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.8.205] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-13T00:34:35.584Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3866881f 2021-05-13T00:34:35.584Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-13T00:34:35.584Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-13T00:34:35.584Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-13T00:34:35.585Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-13T00:35:24.526Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-13T00:35:24.527Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-13T00:35:24.527Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-13T00:35:24.530Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-13T00:35:24.537Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f5ea29d2-579f-40d2-9ff1-a9dcee4ab992 url= /sdc/v1/artifactTypes 2021-05-13T00:35:24.537Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-13T00:35:25.565Z||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.8.205] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-13T00:35:25.566Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5e508908 2021-05-13T00:35:25.566Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-13T00:35:25.567Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-13T00:35:25.567Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-13T00:35:25.567Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-13T00:36:14.526Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-13T00:36:14.526Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-13T00:36:14.527Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-13T00:36:14.529Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-13T00:36:14.535Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 732e987f-38c9-47ea-842f-fbd1cf287190 url= /sdc/v1/artifactTypes 2021-05-13T00:36:14.535Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-13T00:36:15.583Z||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.8.205] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-13T00:36:15.584Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@72d07480 2021-05-13T00:36:15.584Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-13T00:36:15.584Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-13T00:36:15.585Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-13T00:36:15.585Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-13T00:37:04.526Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-13T00:37:04.527Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-13T00:37:04.527Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-13T00:37:04.530Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-13T00:37:04.533Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 73fea1ea-1a31-4ef2-8616-03d705f8ecfd url= /sdc/v1/artifactTypes 2021-05-13T00:37:04.533Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-13T00:37:05.566Z||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.8.205] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-13T00:37:05.567Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@40e219b0 2021-05-13T00:37:05.568Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-13T00:37:05.568Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-13T00:37:05.569Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-13T00:37:05.569Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-13T00:37:54.526Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-13T00:37:54.527Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-13T00:37:54.527Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-13T00:37:54.531Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-13T00:37:54.537Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4b94d84e-db38-479c-b053-ba2c5f3f9a70 url= /sdc/v1/artifactTypes 2021-05-13T00:37:54.538Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-13T00:37:55.584Z||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.8.205] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-13T00:37:55.585Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5720c425 2021-05-13T00:37:55.585Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-13T00:37:55.585Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-13T00:37:55.586Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-13T00:37:55.586Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-13T00:38:44.526Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-13T00:38:44.527Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-13T00:38:44.527Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-13T00:38:44.529Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-13T00:38:44.541Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d260ca0d-a89b-4574-9325-da470d7193df url= /sdc/v1/artifactTypes 2021-05-13T00:38:44.541Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-13T00:38:45.568Z||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.8.205] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-13T00:38:45.569Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4d8f3ce9 2021-05-13T00:38:45.569Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-13T00:38:45.569Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-13T00:38:45.569Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-13T00:38:45.570Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-13T00:39:34.526Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-13T00:39:34.527Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-13T00:39:34.527Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-13T00:39:34.530Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-13T00:39:34.536Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2b54fd47-1c02-4306-810f-c149a627236e url= /sdc/v1/artifactTypes 2021-05-13T00:39:34.536Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-13T00:39:35.582Z||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.8.205] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-13T00:39:35.583Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1537b266 2021-05-13T00:39:35.583Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-13T00:39:35.584Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-13T00:39:35.584Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-13T00:39:35.584Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-13T00:40:24.526Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-13T00:40:24.527Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-13T00:40:24.527Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-13T00:40:24.530Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-13T00:40:24.536Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c34d0d9d-5951-4078-b020-ba6b39396b80 url= /sdc/v1/artifactTypes 2021-05-13T00:40:24.536Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-13T00:40:25.568Z||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.8.205] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-05-13T00:40:25.569Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d8fd8e0 2021-05-13T00:40:25.569Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-13T00:40:25.570Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-13T00:40:25.570Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-13T00:40:25.570Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-13T00:40:31.070Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-05-13T00:41:14.526Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-13T00:41:14.528Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-13T00:41:14.528Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-13T00:41:14.532Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-13T00:41:14.540Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 33248f17-f28a-41b6-83ac-f264bf786d90 url= /sdc/v1/artifactTypes 2021-05-13T00:41:14.541Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-13T00:41:14.994Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-05-13T00:41:15.002Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-05-13T00:41:15.022Z||scheduling-1|||||DEBUG|500||create keys 2021-05-13T00:41:15.028Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-05-13T00:41:15.069Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:41:15.088Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 08176b32-f7e8-42a5-86ff-ae0195083439 url= /sdc/v1/registerForDistribution 2021-05-13T00:41:15.196Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 08176b32-f7e8-42a5-86ff-ae0195083439 url= /sdc/v1/registerForDistribution 2021-05-13T00:41:15.196Z||scheduling-1|||||INFO|500||start DistributionClient 2021-05-13T00:41:15.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:41:15.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:41:15.211Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-05-13T00:41:15.214Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:41:15.214Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:41:15.214Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T00:41:15.214Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T00:41:25.453Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:41:25.454Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:42:15.205Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:42:15.206Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:42:15.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:42:15.206Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:42:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T00:42:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T00:42:24.758Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:42:24.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:43:15.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:43:15.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:43:15.210Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:43:15.210Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:43:15.210Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T00:43:15.210Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T00:43:24.771Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:43:24.771Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:44:15.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:44:15.205Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:44:15.205Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T00:44:15.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:44:15.208Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:44:15.208Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T00:44:24.756Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:44:24.756Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:45:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:45:15.205Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:45:15.205Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T00:45:15.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:45:15.206Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:45:15.207Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T00:45:24.754Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:45:24.781Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:46:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:46:15.205Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:46:15.206Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:46:15.206Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:46:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T00:46:15.205Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T00:46:24.753Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:46:24.753Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:47:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:47:15.206Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:47:15.206Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:47:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T00:47:15.205Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:47:15.208Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T00:47:24.752Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:47:24.753Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:48:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:48:15.205Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:48:15.205Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T00:48:15.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:48:15.206Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:48:15.207Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T00:48:24.752Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:48:24.752Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:49:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:49:15.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:49:15.207Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:49:15.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:49:15.207Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T00:49:15.207Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T00:49:24.756Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:49:24.761Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:50:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:50:15.205Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:50:15.205Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T00:50:15.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:50:15.206Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:50:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T00:50:24.762Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:50:24.763Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:51:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:51:15.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:51:15.205Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:51:15.206Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T00:51:15.206Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:51:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T00:51:24.754Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:51:24.754Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:52:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:52:15.205Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:52:15.205Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T00:52:15.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:52:15.207Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:52:15.207Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T00:52:24.750Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:52:24.751Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:53:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:53:15.205Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:53:15.205Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T00:53:15.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:53:15.206Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:53:15.207Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T00:53:24.753Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:53:24.753Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:54:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:54:15.205Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:54:15.205Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T00:54:15.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:54:15.206Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:54:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T00:54:24.752Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:54:24.754Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:55:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:55:15.204Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:55:15.205Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T00:55:15.206Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:55:15.206Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:55:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T00:55:24.749Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:55:24.749Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:56:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:56:15.205Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:56:15.205Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T00:56:15.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:56:15.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:56:15.207Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T00:56:24.755Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:56:24.756Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:57:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:57:15.205Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:57:15.205Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T00:57:15.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:57:15.206Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:57:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T00:57:24.753Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:57:24.753Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:58:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:58:15.205Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:58:15.205Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T00:58:15.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:58:15.206Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:58:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T00:58:24.752Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:58:24.754Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:59:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:59:15.205Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:59:15.205Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T00:59:15.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T00:59:15.207Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T00:59:15.207Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T00:59:24.757Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T00:59:24.757Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:00:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:00:15.205Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:00:15.205Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:00:15.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:00:15.207Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:00:15.207Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:00:24.759Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:00:24.759Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:01:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:01:15.205Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:01:15.206Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:01:15.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:01:15.206Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:01:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:01:24.750Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:01:24.754Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:02:15.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:02:15.205Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:02:15.205Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:02:15.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:02:15.206Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:02:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:02:24.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:02:24.785Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:03:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:03:15.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:03:15.205Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:03:15.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:03:15.208Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:03:15.208Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:03:24.751Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:03:24.752Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:04:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:04:15.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:04:15.205Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:04:15.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:04:15.206Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:04:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:04:24.749Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:04:24.753Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:05:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:05:15.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:05:15.205Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:05:15.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:05:15.207Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:05:15.207Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:05:24.751Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:05:24.751Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:06:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:06:15.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:06:15.205Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:06:15.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:06:15.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:06:15.207Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:06:24.750Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:06:24.754Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:07:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:07:15.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:07:15.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:07:15.206Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:07:15.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:07:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:07:24.750Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:07:24.751Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:08:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:08:15.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:08:15.205Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:08:15.205Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:08:15.206Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:08:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:08:24.758Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:08:24.758Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:09:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:09:15.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:09:15.205Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:09:15.206Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:09:15.206Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:09:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:09:24.756Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:09:24.757Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:10:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:10:15.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:10:15.205Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:10:15.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:10:15.206Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:10:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:10:24.744Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:10:24.749Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:11:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:11:15.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:11:15.205Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:11:15.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:11:15.206Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:11:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:11:24.751Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:11:24.753Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:12:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:12:15.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:12:15.205Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:12:15.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:12:15.207Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:12:15.207Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:12:24.753Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:12:24.755Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:13:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:13:15.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:13:15.205Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:13:15.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:13:15.206Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:13:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:13:24.744Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:13:24.747Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:14:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:14:15.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:14:15.205Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:14:15.206Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:14:15.206Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:14:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:14:24.748Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:14:24.750Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:15:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:15:15.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:15:15.205Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:15:15.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:15:15.206Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:15:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:15:24.751Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:15:24.752Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:16:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:16:15.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:16:15.205Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:16:15.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:16:15.206Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:16:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:16:24.744Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:16:24.747Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:17:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:17:15.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:17:15.205Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:17:15.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:17:15.206Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:17:15.207Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:17:24.757Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:17:24.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:18:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:18:15.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:18:15.205Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:18:15.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:18:15.206Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:18:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:18:24.749Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:18:24.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:19:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:19:15.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:19:15.205Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:19:15.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:19:15.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:19:15.207Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:19:24.752Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:19:24.755Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:20:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:20:15.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:20:15.205Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:20:15.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:20:15.207Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:20:15.207Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:20:24.749Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:20:24.750Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:21:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:21:15.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:21:15.205Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:21:15.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:21:15.206Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:21:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:21:24.749Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:21:24.750Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:22:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:22:15.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:22:15.205Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:22:15.206Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:22:15.206Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:22:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:22:24.750Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:22:24.751Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:23:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:23:15.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:23:15.205Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:23:15.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:23:15.206Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:23:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:23:24.748Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:23:24.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:24:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:24:15.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:24:15.205Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:24:15.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:24:15.207Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:24:15.207Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:24:24.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:24:24.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:25:15.209Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:25:15.209Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:25:15.219Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:25:15.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:25:15.219Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:25:15.219Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:25:24.765Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:25:24.770Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:26:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:26:15.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:26:15.205Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:26:15.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:26:15.206Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:26:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:26:24.751Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:26:24.751Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:27:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:27:15.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:27:15.205Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:27:15.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:27:15.206Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:27:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:27:24.755Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:27:24.755Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:28:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:28:15.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:28:15.205Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:28:15.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:28:15.206Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:28:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:28:24.751Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:28:24.754Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:29:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:29:15.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:29:15.205Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:29:15.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:29:15.206Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:29:15.207Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:29:24.743Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:29:24.750Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:30:15.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:30:15.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:30:15.205Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:30:15.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:30:15.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:30:15.207Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:30:15.492Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:30:15.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "dcae-sch", "timestamp": 1620869396492, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-starlingx-id", "timestamp": 1620869398086, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "policy-id", "timestamp": 1620869400223, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "dcae-sch", "timestamp": 1620869396492, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.529Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-starlingx-id", "timestamp": 1620869398086, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json", "status": "NOTIFIED" } 2021-05-13T01:30:15.529Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "policy-id", "timestamp": 1620869400223, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "dcae-sch", "timestamp": 1620869396492, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-starlingx-id", "timestamp": 1620869398086, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-13T01:30:15.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "policy-id", "timestamp": 1620869400223, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-13T01:30:15.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "ves-openapi-manager", "timestamp": 1620869406477, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "dcae-sch", "timestamp": 1620869396492, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-starlingx-id", "timestamp": 1620869398086, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "policy-id", "timestamp": 1620869400223, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "cds", "timestamp": 1620869407290, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "ves-openapi-manager", "timestamp": 1620869406477, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "dcae-sch", "timestamp": 1620869396492, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-starlingx-id", "timestamp": 1620869398086, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-13T01:30:15.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "policy-id", "timestamp": 1620869400223, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "cds", "timestamp": 1620869407290, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "aai-ml", "timestamp": 1620869408177, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "ves-openapi-manager", "timestamp": 1620869406477, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "dcae-sch", "timestamp": 1620869396492, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-starlingx-id", "timestamp": 1620869398086, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "policy-id", "timestamp": 1620869400223, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "aai-ml", "timestamp": 1620869408177, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "cds", "timestamp": 1620869407290, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "ves-openapi-manager", "timestamp": 1620869406477, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "dcae-sch", "timestamp": 1620869396492, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-starlingx-id", "timestamp": 1620869398086, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:30:15.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "policy-id", "timestamp": 1620869400223, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:30:15.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "cds", "timestamp": 1620869407290, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "aai-ml", "timestamp": 1620869408177, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "ves-openapi-manager", "timestamp": 1620869406477, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-k8s-id", "timestamp": 1620869410715, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "cds", "timestamp": 1620869407290, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "aai-ml", "timestamp": 1620869408177, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "ves-openapi-manager", "timestamp": 1620869406477, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "policy-id", "timestamp": 1620869412221, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:30:15.549Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:30:15.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-starlingx-id", "timestamp": 1620869412305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json", "status": "DOWNLOAD_OK" } 2021-05-13T01:30:15.550Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:30:15.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-k8s-id", "timestamp": 1620869410715, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json", "status": "NOTIFIED" } 2021-05-13T01:30:15.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "clamp", "timestamp": 1620869411719, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "cds", "timestamp": 1620869407290, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "aai-ml", "timestamp": 1620869408177, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "ves-openapi-manager", "timestamp": 1620869406477, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "policy-id", "timestamp": 1620869413230, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:30:15.552Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:30:15.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "clamp", "timestamp": 1620869411719, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json", "status": "NOTIFIED" } 2021-05-13T01:30:15.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-k8s-id", "timestamp": 1620869410715, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-13T01:30:15.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "cds", "timestamp": 1620869407290, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:30:15.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "aai-ml", "timestamp": 1620869408177, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-starlingx-id", "timestamp": 1620869414008, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-13T01:30:15.553Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:30:15.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-windriver-id", "timestamp": 1620869413417, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "policy-id", "timestamp": 1620869414234, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:30:15.729Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 2021-05-13T01:30:15.747Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:30:15.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "clamp", "timestamp": 1620869411719, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-k8s-id", "timestamp": 1620869410715, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "aai-ml", "timestamp": 1620869408177, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:30:15.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-windriver-id", "timestamp": 1620869413417, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json", "status": "NOTIFIED" } 2021-05-13T01:30:15.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:30:15.825Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:30:15.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-13T01:30:15.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"bed9d284-0a2e-4ddc-b2a2-c3eb88a69160","serviceName":"vFW 2021-05-13 01-26-35","serviceVersion":"1.0","serviceUUID":"fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37","serviceDescription":"catalog service description","serviceInvariantUUID":"83e1e7c3-172a-4a70-93e9-ed4972e0cb1e","resources":[{"resourceInstanceName":"vFW a5021bc4-9681 0","resourceName":"vFW a5021bc4-9681","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5ecc5a46-99e2-40a4-ab7d-8d0e62e89d44","resourceInvariantUUID":"2910bb8c-95ce-4886-94f5-5cf0b0207f24","resourceCustomizationUUID":"01b3378d-97ee-4038-868d-685af639d753","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vf-license-model.xml","artifactChecksum":"MzRhNDUzYWEzZWUzZDkzNDZkODVhMDc3YmI5Y2U2NjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"13f71f07-d6a0-4df9-96b3-ac3a67cb9992","artifactVersion":"1"},{"artifactName":"vfwa5021bc496810_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json","artifactChecksum":"MWMzNDFjYzEzNTcxZGZlOWZlNDUxODkwN2NhNjY2MDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c991efad-f862-435e-8152-d8622871914d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6ff7fbb8-ac11-4bf8-9186-96b5bd08019b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vendor-license-model.xml","artifactChecksum":"OTU3Yzc0NzkwY2JiMDkyMTBkZDg2YmI2MjE0ZmZhZDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"eb393d57-5b13-403c-a022-96f2e6abdd12","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e54c14ce-a9c4-496a-b90c-c413a86a0e54","artifactVersion":"2","generatedFromUUID":"6ff7fbb8-ac11-4bf8-9186-96b5bd08019b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210513012635-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-template.yml","artifactChecksum":"ZTdlZjQ4ZGNmYzE5M2YyMGJkZjgwYzVhMzc5NGIwZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1de3456e-8003-4ac8-b9de-23f373d5758f","artifactVersion":"1"},{"artifactName":"service-Vfw20210513012635-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar","artifactChecksum":"MTIxN2VkN2U2YzNlY2UzMTc0N2EzZWY4ZWU5YWI2ZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"61160aa7-689c-4d42-8b5c-eb6530da8b63","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-13T01:30:15.832Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:30:15.836Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:30:15.844Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:30:15.844Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869415204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:15.945Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-05-13T01:30:15.950Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:30:15.950Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:30:15.961Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:30:15.961Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:30:16.849Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:30:16.850Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:30:16.852Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:30:16.852Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869415204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json", "status": "NOTIFIED" } 2021-05-13T01:30:16.952Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:30:16.953Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:30:16.954Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:30:16.963Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:30:16.964Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:30:17.853Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:30:17.854Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:30:17.856Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:30:17.856Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869415204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-13T01:30:17.957Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:30:17.958Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:30:17.958Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:30:17.967Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:30:17.968Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:30:18.857Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:30:18.859Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:30:18.862Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:30:18.862Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869415204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:18.962Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-13T01:30:18.964Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:30:18.964Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:30:18.972Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:30:18.973Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:30:19.863Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:30:19.864Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:30:19.867Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:30:19.867Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869415204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-13T01:30:19.967Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:30:19.968Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:30:19.968Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:30:19.985Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:30:19.986Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:30:20.868Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:30:20.869Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:30:20.870Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:30:20.870Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869415204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:30:20.971Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:30:20.972Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:30:20.972Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:30:20.981Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:30:20.981Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:30:21.871Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:30:21.872Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:30:21.874Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:30:21.874Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869415204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:30:21.974Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:30:21.975Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:30:21.975Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:30:21.983Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:30:21.984Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:30:22.876Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "serviceName": "vFW 2021-05-13 01-26-35", "serviceVersion": "1.0", "serviceUUID": "fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37", "serviceDescription": "catalog service description", "serviceInvariantUUID": "83e1e7c3-172a-4a70-93e9-ed4972e0cb1e", "resources": [ { "resourceInstanceName": "vFW a5021bc4-9681 0", "resourceCustomizationUUID": "01b3378d-97ee-4038-868d-685af639d753", "resourceName": "vFW a5021bc4-9681", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5ecc5a46-99e2-40a4-ab7d-8d0e62e89d44", "resourceInvariantUUID": "2910bb8c-95ce-4886-94f5-5cf0b0207f24", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwa5021bc496810_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json", "artifactChecksum": "MWMzNDFjYzEzNTcxZGZlOWZlNDUxODkwN2NhNjY2MDU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c991efad-f862-435e-8152-d8622871914d", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "6ff7fbb8-ac11-4bf8-9186-96b5bd08019b", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e54c14ce-a9c4-496a-b90c-c413a86a0e54", "generatedFromUUID": "6ff7fbb8-ac11-4bf8-9186-96b5bd08019b" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e54c14ce-a9c4-496a-b90c-c413a86a0e54", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210513012635-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar", "artifactChecksum": "MTIxN2VkN2U2YzNlY2UzMTc0N2EzZWY4ZWU5YWI2ZGE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "61160aa7-689c-4d42-8b5c-eb6530da8b63" } ], "workloadContext": "Production" } 2021-05-13T01:30:22.878Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-13T01:30:22.878Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37 ASDC 2021-05-13T01:30:23.038Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 ServiceName:vFW 2021-05-13 01-26-35 ServiceVersion:1.0 ServiceUUID:fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37 ServiceInvariantUUID:83e1e7c3-172a-4a70-93e9-ed4972e0cb1e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210513012635-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar ArtifactUUID:61160aa7-689c-4d42-8b5c-eb6530da8b63 ArtifactChecksum:MTIxN2VkN2U2YzNlY2UzMTc0N2EzZWY4ZWU5YWI2ZGE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW a5021bc4-9681 0 ResourceCustomizationUUID:01b3378d-97ee-4038-868d-685af639d753 ResourceInvariantUUID:2910bb8c-95ce-4886-94f5-5cf0b0207f24 ResourceName:vFW a5021bc4-9681 ResourceType:VF ResourceUUID:5ecc5a46-99e2-40a4-ab7d-8d0e62e89d44 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwa5021bc496810_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json ArtifactUUID:c991efad-f862-435e-8152-d8622871914d ArtifactChecksum:MWMzNDFjYzEzNTcxZGZlOWZlNDUxODkwN2NhNjY2MDU= 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/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml ArtifactUUID:6ff7fbb8-ac11-4bf8-9186-96b5bd08019b 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/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env ArtifactUUID:e54c14ce-a9c4-496a-b90c-c413a86a0e54 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/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env ArtifactUUID:e54c14ce-a9c4-496a-b90c-c413a86a0e54 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-13T01:30:23.038Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-13T01:30:23.113Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-13T01:30:23.114Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-13T01:30:23.115Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-13T01:30:23.115Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 61160aa7-689c-4d42-8b5c-eb6530da8b63 from URL: /sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar 2021-05-13T01:30:23.115Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-13T01:30:23.116Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar 2021-05-13T01:30:25.800Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-13T01:30:25.816Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar 61160aa7-689c-4d42-8b5c-eb6530da8b63 110170 2021-05-13T01:30:25.817Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar ASDC sendASDCNotification 2021-05-13T01:30:25.817Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar 2021-05-13T01:30:25.818Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-13T01:30:25.818Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:30:25.820Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:30:25.820Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869425817, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:30:25.920Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:30:25.921Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:30:25.921Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:30:25.929Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:30:25.929Z||pool-10-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:30:26.820Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-13T01:30:26.822Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-13T01:30:26.822Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 61160aa7-689c-4d42-8b5c-eb6530da8b63, URL: /sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar to file: /app/ASDC/1/service-Vfw20210513012635-csar.csar 2021-05-13T01:30:26.823Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210513012635-csar.csar 2021-05-13T01:30:26.956Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210513012635-csar.csar 2021-05-13T01:30:26.956Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210513012635-csar.csar 2021-05-13T01:30:27.467Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1795687191805530255/Definitions/service-Vfw20210513012635-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-05-13T01:30:30.179Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-13T01:30:30.183Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-13T01:30:30.183Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210513012635-csar.csar 2021-05-13T01:30:30.183Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-05-13T01:30:30.183Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210513012635-csar.csar 2021-05-13T01:30:30.183Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210513012635-csar.csar 2021-05-13T01:30:30.183Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210513012635-csar.csar 2021-05-13T01:30:30.184Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210513012635-csar.csar 2021-05-13T01:30:30.184Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210513012635-csar.csar 2021-05-13T01:30:30.184Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210513012635-csar.csar 2021-05-13T01:30:30.184Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210513012635-csar.csar 2021-05-13T01:30:30.184Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210513012635-csar.csar 2021-05-13T01:30:30.184Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a5021bc4-9681 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-Vfw20210513012635-csar.csar 2021-05-13T01:30:30.184Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a5021bc4-9681 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210513012635-csar.csar 2021-05-13T01:30:30.184Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210513012635-csar.csar 2021-05-13T01:30:30.184Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210513012635-csar.csar 2021-05-13T01:30:30.184Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210513012635-csar.csar 2021-05-13T01:30:30.184Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210513012635-csar.csar 2021-05-13T01:30:30.185Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-13T01:30:30.190Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:30.204Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:30:30.208Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is matching search criteria 2021-05-13T01:30:30.208Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-13T01:30:30.210Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a5021bc4-9681 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-13T01:30:30.211Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:30.211Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:30:30.211Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is matching search criteria 2021-05-13T01:30:30.211Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-13T01:30:30.211Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a5021bc4-9681 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-13T01:30:30.212Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:30.212Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:30:30.215Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:30.215Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is not matching search criteria 2021-05-13T01:30:30.215Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-13T01:30:30.215Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-13T01:30:30.216Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-13T01:30:30.216Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-13T01:30:30.216Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-13T01:30:30.216Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-13T01:30:30.216Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-13T01:30:30.216Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-13T01:30:30.217Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-13T01:30:30.217Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-13T01:30:30.217Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-13T01:30:30.217Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-13T01:30:30.217Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-13T01:30:30.217Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-13T01:30:30.217Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-13T01:30:30.217Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-13T01:30:30.218Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:30.218Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-13T01:30:30.218Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:30.219Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is matching search criteria 2021-05-13T01:30:30.219Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a5021bc4-9681 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:30:30.219Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:30.219Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is matching search criteria 2021-05-13T01:30:30.219Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a5021bc4-9681 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:30:30.220Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:30.220Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is matching search criteria 2021-05-13T01:30:30.220Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a5021bc4-9681 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:30:30.220Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:30.220Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is not matching search criteria 2021-05-13T01:30:30.220Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-13T01:30:30.221Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-13T01:30:30.221Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-13T01:30:30.221Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-13T01:30:30.221Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-13T01:30:30.221Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-13T01:30:30.221Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-13T01:30:30.221Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-13T01:30:30.221Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-13T01:30:30.222Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-13T01:30:30.222Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-13T01:30:30.222Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8b87bdbf-fde1-49fc-8909-f46815702b8e 2021-05-13T01:30:30.222Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:30.222Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is not matching search criteria 2021-05-13T01:30:30.222Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-13T01:30:30.222Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-13T01:30:30.222Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-13T01:30:30.222Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-13T01:30:30.223Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-13T01:30:30.223Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-13T01:30:30.223Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-13T01:30:30.223Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-13T01:30:30.223Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-13T01:30:30.223Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-13T01:30:30.223Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-13T01:30:30.223Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-13T01:30:30.224Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=95f9b99f-8287-45d6-bfa2-e4cd5775003f 2021-05-13T01:30:30.224Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:30.224Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is not matching search criteria 2021-05-13T01:30:30.224Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-13T01:30:30.224Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-13T01:30:30.224Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-13T01:30:30.224Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-13T01:30:30.225Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-13T01:30:30.225Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-13T01:30:30.225Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-13T01:30:30.225Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-13T01:30:30.225Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-13T01:30:30.225Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-13T01:30:30.225Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-13T01:30:30.226Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-13T01:30:30.226Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4dfe0e45-952c-4a51-a809-4ac0d7a7d425 2021-05-13T01:30:30.226Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:30.226Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:30:30.226Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:30.226Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:30:30.226Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:30.227Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:30:30.227Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:30.227Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:30:30.227Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-05-13 01-26-35 Description:catalog service description Model UUID:fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37 Model Version:NULL Model InvariantUuid:83e1e7c3-172a-4a70-93e9-ed4972e0cb1e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW a5021bc4-9681 Model UUID:084a9fe7-caaa-4bb2-975e-beb132795f32 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:2910bb8c-95ce-4886-94f5-5cf0b0207f24 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:01b3378d-97ee-4038-868d-685af639d753 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f2713182-ff3a-4569-a117-df2a39147272 ModelName:VfwA5021bc49681..base_vfw..module-0 ModelUuid:c30564c9-4c43-4883-835b-05c82f885b91 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8b87bdbf-fde1-49fc-8909-f46815702b8e ModelInvariantUuid:975c0af9-f989-45c3-bc0f-0854d4073c22 ModelName:vFW a5021bc4-9681-nodes.vfwCvfc ModelUuid:f0138095-125d-44b0-a0e7-ba47e103ba24 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:f8af345f-e32c-44d9-8c8e-1408ff01d3ce ModelInvariantUuid:a012e244-d1e4-467e-9d70-8e1246c6ff8b ModelName:VfwA5021bc49681.compute.nodes.heat.vfw ModelUuid:3a2698fb-fd8e-4f12-a59c-954caee3dcb6 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:95f9b99f-8287-45d6-bfa2-e4cd5775003f ModelInvariantUuid:a9b1aa4f-c901-4378-b1fe-5503994bed96 ModelName:vFW a5021bc4-9681-nodes.vsnCvfc ModelUuid:850f3e1c-2b5d-4158-8bcd-35496a0e7f71 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:a8646d0f-de19-4a32-b4a1-b708dada3c75 ModelInvariantUuid:ffaed27c-3546-4c5b-bedd-5f99321be3a9 ModelName:VfwA5021bc49681.compute.nodes.heat.vsn ModelUuid:7a1b2716-bdd3-426a-8336-35eb97156696 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:4dfe0e45-952c-4a51-a809-4ac0d7a7d425 ModelInvariantUuid:143b0359-b2d6-41c4-802d-31d7e590a8a4 ModelName:vFW a5021bc4-9681-nodes.vpgCvfc ModelUuid:e2024949-e1dc-424f-a626-97e82ff0a333 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:728a728b-f5b9-494d-94dd-14fdb0e90996 ModelInvariantUuid:f3907ff8-8432-4ab2-a15e-dc4f6977187f ModelName:VfwA5021bc49681.compute.nodes.heat.vpg ModelUuid:d6a4efd0-107a-4888-b5cf-5af969b829e4 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-13T01:30:30.244Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 5ecc5a46-99e2-40a4-ab7d-8d0e62e89d44 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-13T01:30:30.335Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||vFW a5021bc4-9681 0 2021-05-13T01:30:30.341Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5ecc5a46-99e2-40a4-ab7d-8d0e62e89d44 2021-05-13T01:30:30.341Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c991efad-f862-435e-8152-d8622871914d from URL: /sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json 2021-05-13T01:30:30.341Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-13T01:30:30.341Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json 2021-05-13T01:30:32.052Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-13T01:30:32.053Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json c991efad-f862-435e-8152-d8622871914d 785 2021-05-13T01:30:32.053Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json ASDC sendASDCNotification 2021-05-13T01:30:32.053Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json 2021-05-13T01:30:32.054Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-13T01:30:32.054Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:30:32.056Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:30:32.057Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869432053, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json", "status": "DOWNLOAD_OK" } 2021-05-13T01:30:32.157Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:30:32.158Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:30:32.158Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:30:32.167Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:30:32.168Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-05-13T01:30:33.058Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA5021bc49681..base_vfw..module-0", "vfModuleModelInvariantUUID": "f2713182-ff3a-4569-a117-df2a39147272", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c30564c9-4c43-4883-835b-05c82f885b91", "vfModuleModelCustomizationUUID": "4ee4f070-58ef-4b63-9ef5-a3fc09b0d727", "isBase": true, "artifacts": [ "6ff7fbb8-ac11-4bf8-9186-96b5bd08019b", "e54c14ce-a9c4-496a-b90c-c413a86a0e54" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-13T01:30:33.079Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA5021bc49681..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c30564c9-4c43-4883-835b-05c82f885b91 VfModuleModelInvariantUUID:f2713182-ff3a-4569-a117-df2a39147272 VfModuleModelDescription:NULL Artifacts UUID List:{ 6ff7fbb8-ac11-4bf8-9186-96b5bd08019b , e54c14ce-a9c4-496a-b90c-c413a86a0e54 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-13T01:30:33.081Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA5021bc49681..base_vfw..module-0", "vfModuleModelInvariantUUID": "f2713182-ff3a-4569-a117-df2a39147272", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c30564c9-4c43-4883-835b-05c82f885b91", "vfModuleModelCustomizationUUID": "4ee4f070-58ef-4b63-9ef5-a3fc09b0d727", "isBase": true, "artifacts": [ "6ff7fbb8-ac11-4bf8-9186-96b5bd08019b", "e54c14ce-a9c4-496a-b90c-c413a86a0e54" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-13T01:30:33.081Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA5021bc49681..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c30564c9-4c43-4883-835b-05c82f885b91 VfModuleModelInvariantUUID:f2713182-ff3a-4569-a117-df2a39147272 VfModuleModelDescription:NULL Artifacts UUID List:{ 6ff7fbb8-ac11-4bf8-9186-96b5bd08019b , e54c14ce-a9c4-496a-b90c-c413a86a0e54 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-13T01:30:33.081Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6ff7fbb8-ac11-4bf8-9186-96b5bd08019b from URL: /sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml 2021-05-13T01:30:33.081Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-13T01:30:33.081Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml 2021-05-13T01:30:33.470Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-13T01:30:33.471Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml 6ff7fbb8-ac11-4bf8-9186-96b5bd08019b 20368 2021-05-13T01:30:33.472Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-13T01:30:33.472Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml 2021-05-13T01:30:33.472Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-13T01:30:33.473Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:30:33.475Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:30:33.475Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869433472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-13T01:30:33.575Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:30:33.576Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:30:33.576Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:30:33.585Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:30:33.585Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-13T01:30:34.475Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e54c14ce-a9c4-496a-b90c-c413a86a0e54 from URL: /sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env 2021-05-13T01:30:34.476Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-13T01:30:34.476Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env 2021-05-13T01:30:35.206Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-13T01:30:35.207Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env e54c14ce-a9c4-496a-b90c-c413a86a0e54 2098 2021-05-13T01:30:35.207Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-13T01:30:35.207Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env 2021-05-13T01:30:35.207Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-13T01:30:35.208Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:30:35.210Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:30:35.210Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869435207, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-13T01:30:35.310Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:30:35.311Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:30:35.311Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:30:35.323Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:30:35.324Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-05-13T01:30:36.210Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37 2021-05-13T01:30:36.212Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a5021bc4-9681 0 5ecc5a46-99e2-40a4-ab7d-8d0e62e89d44 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-05-13T01:30:36.263Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:36.264Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:30:36.264Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-05-13T01:30:36.265Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 01b3378d-97ee-4038-868d-685af639d753 2021-05-13T01:30:36.265Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 01b3378d-97ee-4038-868d-685af639d753 matches Tosca VF Customization UUID: 01b3378d-97ee-4038-868d-685af639d753 2021-05-13T01:30:36.265Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 01b3378d-97ee-4038-868d-685af639d753 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-13T01:30:36.271Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:36.272Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:30:36.273Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 01b3378d-97ee-4038-868d-685af639d753: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-05-13T01:30:36.273Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7c83d52a 2021-05-13T01:30:36.273Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:36.273Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-13T01:30:36.274Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4ee4f070-58ef-4b63-9ef5-a3fc09b0d727 2021-05-13T01:30:36.275Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4ee4f070-58ef-4b63-9ef5-a3fc09b0d727 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-13T01:30:36.281Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:36.282Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is matching search criteria 2021-05-13T01:30:36.282Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a5021bc4-9681 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:30:36.283Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:36.283Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is matching search criteria 2021-05-13T01:30:36.283Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a5021bc4-9681 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:30:36.283Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:36.284Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is not matching search criteria 2021-05-13T01:30:36.284Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-13T01:30:36.284Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-13T01:30:36.284Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-13T01:30:36.284Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-13T01:30:36.284Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-13T01:30:36.284Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-13T01:30:36.284Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-13T01:30:36.285Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-13T01:30:36.285Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-13T01:30:36.285Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-13T01:30:36.285Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-13T01:30:36.285Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8b87bdbf-fde1-49fc-8909-f46815702b8e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-13T01:30:36.296Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:36.296Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is matching search criteria 2021-05-13T01:30:36.297Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a5021bc4-9681 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:30:36.297Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:36.297Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is not matching search criteria 2021-05-13T01:30:36.297Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-13T01:30:36.298Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-13T01:30:36.298Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-13T01:30:36.298Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-13T01:30:36.298Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-13T01:30:36.298Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-13T01:30:36.299Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-13T01:30:36.299Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-13T01:30:36.299Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-13T01:30:36.302Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-13T01:30:36.303Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-13T01:30:36.303Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-13T01:30:36.303Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=95f9b99f-8287-45d6-bfa2-e4cd5775003f Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-13T01:30:36.306Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:36.307Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is matching search criteria 2021-05-13T01:30:36.307Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a5021bc4-9681 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:30:36.310Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:36.310Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is not matching search criteria 2021-05-13T01:30:36.310Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-13T01:30:36.310Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-13T01:30:36.310Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-13T01:30:36.311Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-13T01:30:36.311Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-13T01:30:36.311Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-13T01:30:36.311Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-13T01:30:36.311Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-13T01:30:36.311Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-13T01:30:36.311Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-13T01:30:36.312Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-13T01:30:36.312Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-13T01:30:36.312Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4dfe0e45-952c-4a51-a809-4ac0d7a7d425 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-13T01:30:36.314Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:36.315Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is matching search criteria 2021-05-13T01:30:36.315Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a5021bc4-9681 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:30:36.315Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:36.315Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Node template vFW a5021bc4-9681 0 is matching search criteria 2021-05-13T01:30:36.316Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a5021bc4-9681 0] matching following query criteria: sdcType=VF, customizationUUID=01b3378d-97ee-4038-868d-685af639d753 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-13T01:30:36.318Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:36.318Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:30:36.318Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37: vFW a5021bc4-9681 2021-05-13T01:30:36.318Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:36.319Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:30:36.319Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:36.319Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:30:36.319Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:36.319Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:30:36.320Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:36.320Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:30:36.320Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:30:36.320Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-13 01-26-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:30:36.320Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-05-13 01-26-35 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:30:36.631Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a5021bc4-9681 5ecc5a46-99e2-40a4-ab7d-8d0e62e89d44 1 ASDC deployResourceStructure 2021-05-13T01:30:36.632Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json ASDC sendASDCNotification 2021-05-13T01:30:36.632Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json 2021-05-13T01:30:36.632Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-13T01:30:36.633Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:30:36.635Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:30:36.635Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869436632, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json", "status": "DEPLOY_OK" } 2021-05-13T01:30:36.735Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:30:36.736Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:30:36.736Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:30:36.745Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:30:36.745Z||pool-14-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:30:37.636Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-13T01:30:37.637Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml 2021-05-13T01:30:37.637Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-13T01:30:37.637Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:30:37.639Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:30:37.639Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869437636, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-13T01:30:37.739Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:30:37.740Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:30:37.740Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:30:37.749Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:30:37.750Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:30:38.640Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-13T01:30:38.640Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env 2021-05-13T01:30:38.640Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-13T01:30:38.641Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:30:38.642Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:30:38.643Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869438640, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-13T01:30:38.743Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:30:38.744Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:30:38.744Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:30:38.754Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:30:38.754Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:30:39.643Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar ASDC sendASDCNotification 2021-05-13T01:30:39.644Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar 2021-05-13T01:30:39.644Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-13T01:30:39.645Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:30:39.647Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:30:39.648Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869439643, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:30:39.748Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:30:39.749Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:30:39.749Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:30:39.759Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:30:39.759Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:30:40.649Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:30:40.673Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:30:40.676Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-13T01:30:40.676Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-13T01:30:40.676Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-13T01:31:10.677Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:31:10.689Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:31:10.692Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-13T01:31:10.692Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-13T01:31:10.692Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-13T01:31:15.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:31:15.207Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:31:15.207Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:31:15.232Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:31:15.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:31:15.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "clamp", "timestamp": 1620869411719, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:31:15.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:31:40.693Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:31:40.707Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:31:40.710Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-13T01:31:40.711Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-13T01:31:40.711Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-13T01:32:10.711Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:32:10.724Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:32:10.727Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-13T01:32:10.727Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-13T01:32:10.727Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-13T01:32:15.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:32:15.208Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:32:15.208Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:32:15.232Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:32:15.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:32:15.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-k8s-id", "timestamp": 1620869410715, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-13T01:32:15.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:32:40.727Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:32:40.740Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:32:40.743Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-13T01:32:40.743Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-13T01:32:40.743Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-13T01:33:10.743Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:33:10.754Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:33:10.757Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-13T01:33:10.757Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-13T01:33:10.757Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-13T01:33:15.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:33:15.206Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:33:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:33:15.229Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:33:15.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-starlingx-id", "timestamp": 1620869415502, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-13T01:33:15.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "cds", "timestamp": 1620869415533, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:33:15.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869415204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-windriver-id", "timestamp": 1620869413417, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-13T01:33:15.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "aai-ml", "timestamp": 1620869416273, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:33:15.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "clamp", "timestamp": 1620869411719, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-k8s-id", "timestamp": 1620869410715, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-starlingx-id", "timestamp": 1620869416507, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:33:15.757Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 2021-05-13T01:33:15.758Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-13T01:33:15.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "cds", "timestamp": 1620869416548, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:33:15.775Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 2021-05-13T01:33:15.775Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:33:15.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869415204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json", "status": "NOTIFIED" } 2021-05-13T01:33:15.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-windriver-id", "timestamp": 1620869413417, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "clamp", "timestamp": 1620869411719, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-k8s-id", "timestamp": 1620869410715, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:33:15.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-starlingx-id", "timestamp": 1620869417510, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json", "status": "DEPLOY_OK" } 2021-05-13T01:33:15.786Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869415204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-13T01:33:15.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-windriver-id", "timestamp": 1620869413417, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-13T01:33:15.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "clamp", "timestamp": 1620869411719, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:33:15.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869415204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.787Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-windriver-id", "timestamp": 1620869413417, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.787Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-k8s-id", "timestamp": 1620869419080, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json", "status": "DOWNLOAD_OK" } 2021-05-13T01:33:15.787Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869415204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-13T01:33:15.787Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-windriver-id", "timestamp": 1620869413417, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:33:15.788Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869415204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.788Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869415204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:33:15.788Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-k8s-id", "timestamp": 1620869423913, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-13T01:33:15.788Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620869423730, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-windriver-id", "timestamp": 1620869425356, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json", "status": "DOWNLOAD_OK" } 2021-05-13T01:33:15.789Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620869423730, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869425817, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:33:15.789Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-k8s-id", "timestamp": 1620869425997, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-13T01:33:15.789Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620869423730, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-windriver-id", "timestamp": 1620869427331, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-13T01:33:15.790Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620869423730, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-k8s-id", "timestamp": 1620869427591, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:33:15.795Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 2021-05-13T01:33:15.795Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-13T01:33:15.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620869423730, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.802Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-k8s-id", "timestamp": 1620869428596, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json", "status": "DEPLOY_OK" } 2021-05-13T01:33:15.802Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-windriver-id", "timestamp": 1620869429051, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-13T01:33:15.802Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620869423730, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-windriver-id", "timestamp": 1620869430059, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:33:15.808Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 2021-05-13T01:33:15.809Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-13T01:33:15.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620869423730, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:33:15.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "clamp", "timestamp": 1620869430740, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:33:15.819Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "multicloud-windriver-id", "timestamp": 1620869431063, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json", "status": "DEPLOY_OK" } 2021-05-13T01:33:15.819Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869432053, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json", "status": "DOWNLOAD_OK" } 2021-05-13T01:33:15.820Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "clamp", "timestamp": 1620869432672, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:33:15.820Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "aai-ml", "timestamp": 1620869432717, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:33:15.821Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620869432727, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:33:15.821Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869433472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-13T01:33:15.822Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "clamp", "timestamp": 1620869433676, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:33:15.830Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 2021-05-13T01:33:15.830Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:33:15.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "aai-ml", "timestamp": 1620869433722, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:33:15.843Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 2021-05-13T01:33:15.843Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:33:15.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869435207, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-13T01:33:15.852Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869436632, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/vfwa5021bc496810_modules.json", "status": "DEPLOY_OK" } 2021-05-13T01:33:15.853Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620869437307, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:33:15.853Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869437636, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-13T01:33:15.854Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620869438313, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:33:15.861Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 2021-05-13T01:33:15.861Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:33:15.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869438640, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/resourceInstances/vfwa5021bc496810/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-13T01:33:15.870Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869439643, "artifactURL": "/sdc/v1/catalog/services/Vfw20210513012635/1.0/artifacts/service-Vfw20210513012635-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:33:15.870Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-starlingx-id", "timestamp": 1620869438086, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-windriver-id", "timestamp": 1620869433417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "cds", "timestamp": 1620869437290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "dcae-sch", "timestamp": 1620869436491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "clamp", "timestamp": 1620869441719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "policy-id", "timestamp": 1620869440223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "aai-ml", "timestamp": 1620869438176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-starlingx-id", "timestamp": 1620869438086, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json", "status": "NOTIFIED" } 2021-05-13T01:33:15.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "cds", "timestamp": 1620869437290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "dcae-sch", "timestamp": 1620869436491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-windriver-id", "timestamp": 1620869433417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json", "status": "NOTIFIED" } 2021-05-13T01:33:15.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "clamp", "timestamp": 1620869441719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json", "status": "NOTIFIED" } 2021-05-13T01:33:15.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "policy-id", "timestamp": 1620869440223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "aai-ml", "timestamp": 1620869438176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-starlingx-id", "timestamp": 1620869438086, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-13T01:33:15.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "cds", "timestamp": 1620869437290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "dcae-sch", "timestamp": 1620869436491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "clamp", "timestamp": 1620869441719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-windriver-id", "timestamp": 1620869433417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-13T01:33:15.874Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "policy-id", "timestamp": 1620869440223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-13T01:33:15.874Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "aai-ml", "timestamp": 1620869438176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.874Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-starlingx-id", "timestamp": 1620869438086, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.874Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "cds", "timestamp": 1620869437290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-windriver-id", "timestamp": 1620869433417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "clamp", "timestamp": 1620869441719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "dcae-sch", "timestamp": 1620869436491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "policy-id", "timestamp": 1620869440223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "aai-ml", "timestamp": 1620869438176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-starlingx-id", "timestamp": 1620869438086, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-13T01:33:15.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-windriver-id", "timestamp": 1620869433417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-13T01:33:15.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "cds", "timestamp": 1620869437290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "dcae-sch", "timestamp": 1620869436491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "clamp", "timestamp": 1620869441719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "policy-id", "timestamp": 1620869440223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "aai-ml", "timestamp": 1620869438176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "ves-openapi-manager", "timestamp": 1620869446477, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-starlingx-id", "timestamp": 1620869438086, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-windriver-id", "timestamp": 1620869433417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "clamp", "timestamp": 1620869441719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "cds", "timestamp": 1620869437290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "dcae-sch", "timestamp": 1620869436491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "policy-id", "timestamp": 1620869440223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "aai-ml", "timestamp": 1620869438176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.879Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "ves-openapi-manager", "timestamp": 1620869446477, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.879Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-starlingx-id", "timestamp": 1620869438086, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:33:15.879Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-windriver-id", "timestamp": 1620869433417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:33:15.879Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "dcae-sch", "timestamp": 1620869436491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.879Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "cds", "timestamp": 1620869437290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:33:15.879Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "clamp", "timestamp": 1620869441719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:33:15.880Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "policy-id", "timestamp": 1620869440223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:33:15.880Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "aai-ml", "timestamp": 1620869438176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:33:15.880Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "ves-openapi-manager", "timestamp": 1620869446477, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.880Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "ves-openapi-manager", "timestamp": 1620869446477, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.880Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-windriver-id", "timestamp": 1620869450183, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-13T01:33:15.880Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-starlingx-id", "timestamp": 1620869450211, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-13T01:33:15.880Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "policy-id", "timestamp": 1620869450219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:33:15.881Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "cds", "timestamp": 1620869450321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:33:15.881Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "aai-ml", "timestamp": 1620869450433, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:33:15.881Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "ves-openapi-manager", "timestamp": 1620869446477, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.881Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "policy-id", "timestamp": 1620869451223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:33:15.881Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "cds", "timestamp": 1620869451327, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:33:15.893Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 2021-05-13T01:33:15.894Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:33:15.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-k8s-id", "timestamp": 1620869450715, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-windriver-id", "timestamp": 1620869451707, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-13T01:33:15.902Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-starlingx-id", "timestamp": 1620869451725, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-13T01:33:15.902Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "ves-openapi-manager", "timestamp": 1620869446477, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "policy-id", "timestamp": 1620869452226, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:33:15.907Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 2021-05-13T01:33:15.908Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:33:15.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-k8s-id", "timestamp": 1620869450715, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json", "status": "NOTIFIED" } 2021-05-13T01:33:15.918Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "ves-openapi-manager", "timestamp": 1620869446477, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.918Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-windriver-id", "timestamp": 1620869453228, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-13T01:33:15.918Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-starlingx-id", "timestamp": 1620869453229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-13T01:33:15.918Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-k8s-id", "timestamp": 1620869450715, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-13T01:33:15.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-starlingx-id", "timestamp": 1620869454232, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:33:15.924Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 2021-05-13T01:33:15.925Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-13T01:33:15.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-windriver-id", "timestamp": 1620869454235, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:33:15.937Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 2021-05-13T01:33:15.938Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-13T01:33:15.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-k8s-id", "timestamp": 1620869450715, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620869453731, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.947Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-starlingx-id", "timestamp": 1620869455234, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json", "status": "DEPLOY_OK" } 2021-05-13T01:33:15.947Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-windriver-id", "timestamp": 1620869455239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json", "status": "DEPLOY_OK" } 2021-05-13T01:33:15.948Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-k8s-id", "timestamp": 1620869450715, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-13T01:33:15.948Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620869453731, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "aai-ml", "timestamp": 1620869455903, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:33:15.949Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-k8s-id", "timestamp": 1620869450715, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620869453731, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "aai-ml", "timestamp": 1620869456907, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:33:15.955Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 2021-05-13T01:33:15.955Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:33:15.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-k8s-id", "timestamp": 1620869450715, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:33:15.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620869453731, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "clamp", "timestamp": 1620869457665, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:33:15.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620869453731, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-k8s-id", "timestamp": 1620869459010, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-13T01:33:15.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620869453731, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:33:15.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "clamp", "timestamp": 1620869459671, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:33:15.965Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620869453731, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:33:15.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:33:15.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "clamp", "timestamp": 1620869460673, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:33:15.970Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 2021-05-13T01:33:15.970Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:33:15.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-k8s-id", "timestamp": 1620869461851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-13T01:33:15.978Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.979Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620869463684, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:33:15.979Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.979Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-k8s-id", "timestamp": 1620869464371, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-13T01:33:15.979Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:15.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:15.979Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-k8s-id", "timestamp": 1620869465400, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:33:16.004Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 2021-05-13T01:33:16.004Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-13T01:33:16.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:16.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620869465769, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:33:16.018Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:16.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:16.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "multicloud-k8s-id", "timestamp": 1620869466403, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json", "status": "DEPLOY_OK" } 2021-05-13T01:33:16.018Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:33:16.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:33:16.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620869466772, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:33:16.024Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 2021-05-13T01:33:16.024Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:33:40.757Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:33:40.771Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:33:40.774Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-13T01:33:40.774Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-13T01:33:40.775Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-13T01:33:40.775Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-13T01:33:40.775Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:33:40.775Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:33:40.775Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:33:40.775Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:33:40.775Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:33:40.775Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:33:40.775Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:33:40.781Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-13T01:34:10.781Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-13T01:34:10.792Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 and serviceModelVersionId: fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37 2021-05-13T01:34:10.792Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 83e1e7c3-172a-4a70-93e9-ed4972e0cb1e 2021-05-13T01:34:15.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:34:15.206Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:34:15.207Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:34:22.105Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/83e1e7c3-172a-4a70-93e9-ed4972e0cb1e/model-vers/model-ver/fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37?depth=0 2021-05-13T01:34:22.219Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-05-13T01:34:22.625Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/83e1e7c3-172a-4a70-93e9-ed4972e0cb1e/model-vers/model-ver/fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37?depth=0|INFO|500||Invoke 2021-05-13T01:34:22.632Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/83e1e7c3-172a-4a70-93e9-ed4972e0cb1e/model-vers/model-ver/fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/83e1e7c3-172a-4a70-93e9-ed4972e0cb1e/model-vers/model-ver/fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bed9d284-0a2e-4ddc-b2a2-c3eb88a69160], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[83cc3ba5-0afe-4c2f-b163-1a560d1f664a], X-ECOMP-RequestID=[bed9d284-0a2e-4ddc-b2a2-c3eb88a69160], X-TransactionId=[], X-ONAP-RequestID=[bed9d284-0a2e-4ddc-b2a2-c3eb88a69160], Content-Type=[application/merge-patch+json]} 2021-05-13T01:34:22.749Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/83e1e7c3-172a-4a70-93e9-ed4972e0cb1e/model-vers/model-ver/fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-13T01:34:23.586Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/83e1e7c3-172a-4a70-93e9-ed4972e0cb1e/model-vers/model-ver/fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37?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/83e1e7c3-172a-4a70-93e9-ed4972e0cb1e/model-vers/model-ver/fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210513-01:34:22:748-2983], vertex-id=[127048], Content-Length=[0], Date=[Thu, 13 May 2021 01:34:22 GMT], Content-Type=[application/json]} 2021-05-13T01:34:23.588Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/83e1e7c3-172a-4a70-93e9-ed4972e0cb1e/model-vers/model-ver/fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-13T01:34:23.590Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/83e1e7c3-172a-4a70-93e9-ed4972e0cb1e/model-vers/model-ver/fb2cfb15-ba9c-44e1-9823-cf5e93ee5c37?depth=0|INFO|500||InvokeReturn 2021-05-13T01:34:23.592Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-13T01:34:23.593Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-13T01:34:23.597Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-13T01:34:23.598Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bed9d284-0a2e-4ddc-b2a2-c3eb88a69160 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-13T01:34:23.599Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-13T01:34:23.599Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:34:23.601Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:34:23.601Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869663598, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-13T01:34:23.702Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:34:23.703Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:34:23.703Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:34:23.713Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:34:23.714Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:34:24.325Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:34:24.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:34:24.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bed9d284-0a2e-4ddc-b2a2-c3eb88a69160", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869663598, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-13T01:34:24.327Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-13T01:34:24.613Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:34:24.613Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:34:24.614Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:34:28.931Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:34:28.932Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-13T01:34:28.932Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4","serviceName":"basic_onboard_lIiTym","serviceVersion":"1.0","serviceUUID":"9818c502-ff2d-4abe-8ff0-17da903e790c","serviceDescription":"service","serviceInvariantUUID":"9a5230ce-57d8-4eb3-a679-e41cf5b30571","resources":[{"resourceInstanceName":"basic_onboard_lIiTym 0","resourceName":"basic_onboard_lIiTym","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"92478f3d-a9cf-4bb6-b48c-0e43cc4627aa","resourceInvariantUUID":"44d44353-84b6-4e39-bcd0-cc15de6df0b0","resourceCustomizationUUID":"479d4113-aff6-44eb-bd59-427060cbdd8a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vf-license-model.xml","artifactChecksum":"OWFkYmFhNzIyYWFjZDg4ZDRkMjhjZmYzOTYwZDY4ZDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c47162a-1e42-41cf-b390-5d4bf3396be4","artifactVersion":"1"},{"artifactName":"basic_onboard_liitym0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json","artifactChecksum":"YjQ2NThhZTg2YmY2MzY1MTI5M2Q4YzA1ZTQxZjQzN2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"91adc82c-776f-4b75-9377-9dbe6d27a5cf","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4fd18aab-bcd4-41f7-af91-0bce5ac6eff6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"82a23807-fb57-4561-b8fe-0688852174de","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1341ca14-c87d-4a1e-9c48-36341747c6a2","artifactVersion":"2","generatedFromUUID":"4fd18aab-bcd4-41f7-af91-0bce5ac6eff6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLiitym-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-template.yml","artifactChecksum":"MmFhZjU4OTc0ZTJmYTAxYjMwNjE4MmIwYjFkNjNhMTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"50693dd3-e672-4a0f-99f4-b84f5d1a8f2c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLiitym-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar","artifactChecksum":"ZTYyN2VmMzZkMTVmYzFlNzNjYjlkMjFmNzBjNzI1ODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1fe051fa-fd98-4655-8713-77b54173d92b","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-13T01:34:28.934Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:34:28.934Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:34:28.936Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:34:28.936Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869664613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:34:29.036Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:34:29.037Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:34:29.037Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:34:29.047Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:34:29.047Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-13T01:34:29.936Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:34:29.938Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:34:29.940Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:34:29.940Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869664613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json", "status": "NOTIFIED" } 2021-05-13T01:34:30.040Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:34:30.041Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:34:30.042Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:34:30.051Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:34:30.051Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:34:30.941Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:34:30.942Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:34:30.944Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:34:30.945Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869664613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-13T01:34:31.045Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:34:31.046Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:34:31.046Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:34:31.053Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:34:31.053Z||pool-21-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:34:31.945Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:34:31.947Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:34:31.949Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:34:31.949Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869664613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:34:32.050Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-13T01:34:32.051Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:34:32.051Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:34:32.060Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:34:32.060Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-13T01:34:32.951Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:34:32.952Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:34:32.954Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:34:32.954Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869664613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-13T01:34:33.055Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:34:33.056Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:34:33.056Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:34:33.063Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:34:33.064Z||pool-23-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-05-13T01:34:33.955Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:34:33.956Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:34:33.957Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:34:33.957Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869664613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:34:34.058Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-13T01:34:34.058Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:34:34.058Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:34:34.067Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:34:34.067Z||pool-24-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-05-13T01:34:34.958Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:34:34.959Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:34:34.961Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:34:34.962Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869664613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:34:35.062Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:34:35.062Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:34:35.063Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:34:35.073Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:34:35.073Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:34:35.964Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "serviceName": "basic_onboard_lIiTym", "serviceVersion": "1.0", "serviceUUID": "9818c502-ff2d-4abe-8ff0-17da903e790c", "serviceDescription": "service", "serviceInvariantUUID": "9a5230ce-57d8-4eb3-a679-e41cf5b30571", "resources": [ { "resourceInstanceName": "basic_onboard_lIiTym 0", "resourceCustomizationUUID": "479d4113-aff6-44eb-bd59-427060cbdd8a", "resourceName": "basic_onboard_lIiTym", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "92478f3d-a9cf-4bb6-b48c-0e43cc4627aa", "resourceInvariantUUID": "44d44353-84b6-4e39-bcd0-cc15de6df0b0", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_liitym0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json", "artifactChecksum": "YjQ2NThhZTg2YmY2MzY1MTI5M2Q4YzA1ZTQxZjQzN2U\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "91adc82c-776f-4b75-9377-9dbe6d27a5cf", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "4fd18aab-bcd4-41f7-af91-0bce5ac6eff6", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1341ca14-c87d-4a1e-9c48-36341747c6a2", "generatedFromUUID": "4fd18aab-bcd4-41f7-af91-0bce5ac6eff6" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1341ca14-c87d-4a1e-9c48-36341747c6a2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardLiitym-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar", "artifactChecksum": "ZTYyN2VmMzZkMTVmYzFlNzNjYjlkMjFmNzBjNzI1ODE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1fe051fa-fd98-4655-8713-77b54173d92b" } ], "workloadContext": "Production" } 2021-05-13T01:34:35.965Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-13T01:34:35.965Z|bed9d284-0a2e-4ddc-b2a2-c3eb88a69160|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9818c502-ff2d-4abe-8ff0-17da903e790c ASDC 2021-05-13T01:34:35.966Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 ServiceName:basic_onboard_lIiTym ServiceVersion:1.0 ServiceUUID:9818c502-ff2d-4abe-8ff0-17da903e790c ServiceInvariantUUID:9a5230ce-57d8-4eb3-a679-e41cf5b30571 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardLiitym-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar ArtifactUUID:1fe051fa-fd98-4655-8713-77b54173d92b ArtifactChecksum:ZTYyN2VmMzZkMTVmYzFlNzNjYjlkMjFmNzBjNzI1ODE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_lIiTym 0 ResourceCustomizationUUID:479d4113-aff6-44eb-bd59-427060cbdd8a ResourceInvariantUUID:44d44353-84b6-4e39-bcd0-cc15de6df0b0 ResourceName:basic_onboard_lIiTym ResourceType:VF ResourceUUID:92478f3d-a9cf-4bb6-b48c-0e43cc4627aa ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_liitym0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json ArtifactUUID:91adc82c-776f-4b75-9377-9dbe6d27a5cf ArtifactChecksum:YjQ2NThhZTg2YmY2MzY1MTI5M2Q4YzA1ZTQxZjQzN2U= 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/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml ArtifactUUID:4fd18aab-bcd4-41f7-af91-0bce5ac6eff6 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/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env ArtifactUUID:1341ca14-c87d-4a1e-9c48-36341747c6a2 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/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env ArtifactUUID:1341ca14-c87d-4a1e-9c48-36341747c6a2 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-13T01:34:35.966Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9818c502-ff2d-4abe-8ff0-17da903e790c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-13T01:34:36.004Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-13T01:34:36.005Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-13T01:34:36.005Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-13T01:34:36.005Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1fe051fa-fd98-4655-8713-77b54173d92b from URL: /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar 2021-05-13T01:34:36.005Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-13T01:34:36.005Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar 2021-05-13T01:34:36.168Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-13T01:34:36.175Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar 1fe051fa-fd98-4655-8713-77b54173d92b 74823 2021-05-13T01:34:36.175Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar ASDC sendASDCNotification 2021-05-13T01:34:36.175Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar 2021-05-13T01:34:36.176Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-13T01:34:36.176Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:34:36.178Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:34:36.178Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869676175, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:34:36.278Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-13T01:34:36.279Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:34:36.279Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:34:36.289Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:34:36.289Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:34:37.179Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-13T01:34:37.181Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-13T01:34:37.181Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1fe051fa-fd98-4655-8713-77b54173d92b, URL: /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar to file: /app/ASDC/1/service-BasicOnboardLiitym-csar.csar 2021-05-13T01:34:37.182Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLiitym-csar.csar 2021-05-13T01:34:37.182Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLiitym-csar.csar 2021-05-13T01:34:37.182Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLiitym-csar.csar 2021-05-13T01:34:37.309Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11592710846607374468/Definitions/service-BasicOnboardLiitym-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-05-13T01:34:38.401Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-13T01:34:38.401Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-13T01:34:38.402Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLiitym-csar.csar 2021-05-13T01:34:38.402Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-13T01:34:38.402Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardLiitym-csar.csar 2021-05-13T01:34:38.402Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLiitym-csar.csar 2021-05-13T01:34:38.402Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLiitym-csar.csar 2021-05-13T01:34:38.402Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLiitym-csar.csar 2021-05-13T01:34:38.402Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardLiitym-csar.csar 2021-05-13T01:34:38.402Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLiitym-csar.csar 2021-05-13T01:34:38.402Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLiitym-csar.csar 2021-05-13T01:34:38.402Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_lIiTym 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLiitym-csar.csar 2021-05-13T01:34:38.402Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardLiitym-csar.csar 2021-05-13T01:34:38.402Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_lIiTym 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-BasicOnboardLiitym-csar.csar 2021-05-13T01:34:38.402Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-13T01:34:38.402Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:34:38.403Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:34:38.403Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_lIiTym 0 is matching search criteria 2021-05-13T01:34:38.403Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-13T01:34:38.403Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_lIiTym 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-13T01:34:38.403Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:34:38.403Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:34:38.403Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_lIiTym 0 is matching search criteria 2021-05-13T01:34:38.403Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-13T01:34:38.403Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_lIiTym 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-13T01:34:38.404Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:34:38.404Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:34:38.404Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:34:38.404Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_lIiTym 0 is not matching search criteria 2021-05-13T01:34:38.404Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-05-13T01:34:38.404Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-05-13T01:34:38.404Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-05-13T01:34:38.404Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-13T01:34:38.404Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-13T01:34:38.404Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:34:38.405Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-13T01:34:38.405Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:34:38.405Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_lIiTym 0 is matching search criteria 2021-05-13T01:34:38.405Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_lIiTym 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:34:38.405Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:34:38.405Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_lIiTym 0 is matching search criteria 2021-05-13T01:34:38.405Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_lIiTym 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:34:38.405Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:34:38.406Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_lIiTym 0 is matching search criteria 2021-05-13T01:34:38.406Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_lIiTym 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:34:38.406Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:34:38.406Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_lIiTym 0 is not matching search criteria 2021-05-13T01:34:38.406Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-13T01:34:38.406Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-13T01:34:38.406Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=985d0ea3-b4dc-461d-9646-9050c4441eb1 2021-05-13T01:34:38.406Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:34:38.406Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:34:38.406Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:34:38.406Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:34:38.407Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:34:38.407Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:34:38.407Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:34:38.407Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:34:38.407Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_lIiTym Description:service Model UUID:9818c502-ff2d-4abe-8ff0-17da903e790c Model Version:NULL Model InvariantUuid:9a5230ce-57d8-4eb3-a679-e41cf5b30571 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_lIiTym Model UUID:baa20da8-201c-4a9f-9d5d-eecd8e8c4738 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:44d44353-84b6-4e39-bcd0-cc15de6df0b0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:479d4113-aff6-44eb-bd59-427060cbdd8a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:77d5d7a0-5399-4175-8c3d-37cac031137f ModelName:BasicOnboardLiitym..base_ubuntu18..module-0 ModelUuid:29ba6f73-ef29-4f80-9261-b9f78cb2c3a5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:985d0ea3-b4dc-461d-9646-9050c4441eb1 ModelInvariantUuid:c45cc627-f187-460b-8478-a57caba2820d ModelName:basic_onboard_lIiTym-nodes.ubuntu18Cvfc ModelUuid:a9c27af2-5292-4280-8c1a-651d255a6b1d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:7e2c7147-cd4e-4990-9efe-6a020d61b5dd ModelInvariantUuid:1ac8036b-d377-498f-a703-6ec4439559bb ModelName:BasicOnboardLiitym.compute.nodes.heat.ubuntu18 ModelUuid:22544fd8-0258-4934-af6e-61449caed165 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-13T01:34:38.414Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 92478f3d-a9cf-4bb6-b48c-0e43cc4627aa Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-13T01:34:38.417Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||basic_onboard_lIiTym 0 2021-05-13T01:34:38.417Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 92478f3d-a9cf-4bb6-b48c-0e43cc4627aa 2021-05-13T01:34:38.417Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 91adc82c-776f-4b75-9377-9dbe6d27a5cf from URL: /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json 2021-05-13T01:34:38.417Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-13T01:34:38.417Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json 2021-05-13T01:34:38.817Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-13T01:34:38.818Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json 91adc82c-776f-4b75-9377-9dbe6d27a5cf 798 2021-05-13T01:34:38.818Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json ASDC sendASDCNotification 2021-05-13T01:34:38.818Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json 2021-05-13T01:34:38.818Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-13T01:34:38.818Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:34:38.821Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:34:38.821Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869678818, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-13T01:34:38.921Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:34:38.922Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:34:38.922Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:34:38.932Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:34:38.932Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-13T01:34:39.822Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardLiitym..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "77d5d7a0-5399-4175-8c3d-37cac031137f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "29ba6f73-ef29-4f80-9261-b9f78cb2c3a5", "vfModuleModelCustomizationUUID": "3a291342-99e0-4052-8317-e089c3e2259b", "isBase": true, "artifacts": [ "4fd18aab-bcd4-41f7-af91-0bce5ac6eff6", "1341ca14-c87d-4a1e-9c48-36341747c6a2" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-13T01:34:39.826Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardLiitym..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:29ba6f73-ef29-4f80-9261-b9f78cb2c3a5 VfModuleModelInvariantUUID:77d5d7a0-5399-4175-8c3d-37cac031137f VfModuleModelDescription:NULL Artifacts UUID List:{ 4fd18aab-bcd4-41f7-af91-0bce5ac6eff6 , 1341ca14-c87d-4a1e-9c48-36341747c6a2 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-13T01:34:39.828Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardLiitym..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "77d5d7a0-5399-4175-8c3d-37cac031137f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "29ba6f73-ef29-4f80-9261-b9f78cb2c3a5", "vfModuleModelCustomizationUUID": "3a291342-99e0-4052-8317-e089c3e2259b", "isBase": true, "artifacts": [ "4fd18aab-bcd4-41f7-af91-0bce5ac6eff6", "1341ca14-c87d-4a1e-9c48-36341747c6a2" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-13T01:34:39.829Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardLiitym..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:29ba6f73-ef29-4f80-9261-b9f78cb2c3a5 VfModuleModelInvariantUUID:77d5d7a0-5399-4175-8c3d-37cac031137f VfModuleModelDescription:NULL Artifacts UUID List:{ 4fd18aab-bcd4-41f7-af91-0bce5ac6eff6 , 1341ca14-c87d-4a1e-9c48-36341747c6a2 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-13T01:34:39.829Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4fd18aab-bcd4-41f7-af91-0bce5ac6eff6 from URL: /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml 2021-05-13T01:34:39.829Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-13T01:34:39.829Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml 2021-05-13T01:34:41.650Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-13T01:34:41.651Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml 4fd18aab-bcd4-41f7-af91-0bce5ac6eff6 5033 2021-05-13T01:34:41.651Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-13T01:34:41.651Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml 2021-05-13T01:34:41.651Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-13T01:34:41.652Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:34:41.653Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:34:41.654Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869681651, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-13T01:34:41.754Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:34:41.755Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:34:41.755Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:34:41.764Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:34:41.764Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-13T01:34:42.654Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1341ca14-c87d-4a1e-9c48-36341747c6a2 from URL: /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env 2021-05-13T01:34:42.656Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-13T01:34:42.656Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env 2021-05-13T01:34:44.470Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-13T01:34:44.471Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env 1341ca14-c87d-4a1e-9c48-36341747c6a2 909 2021-05-13T01:34:44.471Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-13T01:34:44.471Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env 2021-05-13T01:34:44.471Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-13T01:34:44.472Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:34:44.474Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:34:44.475Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869684471, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-13T01:34:44.575Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:34:44.576Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:34:44.576Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:34:44.586Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:34:44.586Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-13T01:34:45.475Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 9818c502-ff2d-4abe-8ff0-17da903e790c 2021-05-13T01:34:45.476Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_lIiTym 0 92478f3d-a9cf-4bb6-b48c-0e43cc4627aa 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-05-13T01:34:45.489Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:34:45.489Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:34:45.489Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-05-13T01:34:45.490Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 479d4113-aff6-44eb-bd59-427060cbdd8a 2021-05-13T01:34:45.490Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 479d4113-aff6-44eb-bd59-427060cbdd8a matches Tosca VF Customization UUID: 479d4113-aff6-44eb-bd59-427060cbdd8a 2021-05-13T01:34:45.490Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 479d4113-aff6-44eb-bd59-427060cbdd8a matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-13T01:34:45.491Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:34:45.492Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:34:45.492Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 479d4113-aff6-44eb-bd59-427060cbdd8a: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-05-13T01:34:45.493Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3064fdb 2021-05-13T01:34:45.493Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:34:45.493Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-13T01:34:45.493Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3a291342-99e0-4052-8317-e089c3e2259b 2021-05-13T01:34:45.494Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3a291342-99e0-4052-8317-e089c3e2259b Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-13T01:34:45.495Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:34:45.495Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_lIiTym 0 is matching search criteria 2021-05-13T01:34:45.495Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_lIiTym 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:34:45.496Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:34:45.496Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_lIiTym 0 is matching search criteria 2021-05-13T01:34:45.496Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_lIiTym 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:34:45.496Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:34:45.496Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_lIiTym 0 is not matching search criteria 2021-05-13T01:34:45.496Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-13T01:34:45.496Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-13T01:34:45.496Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=985d0ea3-b4dc-461d-9646-9050c4441eb1 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-13T01:34:45.498Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:34:45.498Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_lIiTym 0 is matching search criteria 2021-05-13T01:34:45.498Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_lIiTym 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:34:45.498Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:34:45.499Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_lIiTym 0 is matching search criteria 2021-05-13T01:34:45.499Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_lIiTym 0] matching following query criteria: sdcType=VF, customizationUUID=479d4113-aff6-44eb-bd59-427060cbdd8a Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-13T01:34:45.500Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:34:45.501Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:34:45.501Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 9818c502-ff2d-4abe-8ff0-17da903e790c: basic_onboard_lIiTym 2021-05-13T01:34:45.501Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:34:45.501Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:34:45.501Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:34:45.501Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:34:45.502Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:34:45.502Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:34:45.502Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:34:45.502Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:34:45.502Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:34:45.502Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_lIiTym is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:34:45.503Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_lIiTym Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:34:45.588Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_lIiTym 92478f3d-a9cf-4bb6-b48c-0e43cc4627aa 1 ASDC deployResourceStructure 2021-05-13T01:34:45.589Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json ASDC sendASDCNotification 2021-05-13T01:34:45.589Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json 2021-05-13T01:34:45.589Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-13T01:34:45.590Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:34:45.592Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:34:45.592Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869685589, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json", "status": "DEPLOY_OK" } 2021-05-13T01:34:45.692Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:34:45.693Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:34:45.693Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:34:45.705Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:34:45.705Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:34:46.592Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-13T01:34:46.593Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml 2021-05-13T01:34:46.593Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-13T01:34:46.594Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:34:46.596Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:34:46.596Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869686592, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-13T01:34:46.697Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:34:46.698Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:34:46.698Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:34:46.708Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:34:46.709Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:34:47.597Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-13T01:34:47.598Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env 2021-05-13T01:34:47.598Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-13T01:34:47.598Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:34:47.600Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:34:47.601Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869687597, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-13T01:34:47.701Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:34:47.702Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:34:47.702Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:34:47.712Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:34:47.712Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:34:48.601Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar ASDC sendASDCNotification 2021-05-13T01:34:48.602Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar 2021-05-13T01:34:48.602Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-13T01:34:48.603Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:34:48.605Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:34:48.605Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869688601, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:34:48.705Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:34:48.706Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:34:48.706Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:34:48.717Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:34:48.717Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-13T01:34:49.606Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:34:49.620Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:34:49.624Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-13T01:34:49.624Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-13T01:34:49.624Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-13T01:34:49.624Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-13T01:34:49.624Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:34:49.624Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:34:49.625Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:34:49.625Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:34:49.625Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:34:49.625Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:34:49.625Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:34:49.631Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-13T01:35:15.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:35:15.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:35:15.207Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:35:15.833Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:35:15.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:35:15.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869664613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:35:15.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:35:15.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:35:15.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869664613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json", "status": "NOTIFIED" } 2021-05-13T01:35:15.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:35:15.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:35:15.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869664613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-13T01:35:15.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:35:15.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:35:15.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869664613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:35:15.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:35:15.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:35:15.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869664613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-13T01:35:15.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:35:15.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:35:15.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869664613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:35:15.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:35:15.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:35:15.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869664613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:35:15.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-13T01:35:15.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:35:15.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869676175, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:35:15.837Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:35:15.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:35:15.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869678818, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-13T01:35:15.837Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:35:15.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:35:15.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869681651, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-13T01:35:15.837Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:35:15.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:35:15.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869684471, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-13T01:35:15.838Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:35:15.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:35:15.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869685589, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/basic_onboard_liitym0_modules.json", "status": "DEPLOY_OK" } 2021-05-13T01:35:15.838Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:35:15.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:35:15.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869686592, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-13T01:35:15.838Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:35:15.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:35:15.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869687597, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/resourceInstances/basic_onboard_liitym0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-13T01:35:15.839Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:35:15.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-13T01:35:15.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869688601, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLiitym/1.0/artifacts/service-BasicOnboardLiitym-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:35:15.839Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:35:19.631Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-13T01:35:19.638Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 and serviceModelVersionId: 9818c502-ff2d-4abe-8ff0-17da903e790c 2021-05-13T01:35:19.638Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9a5230ce-57d8-4eb3-a679-e41cf5b30571 2021-05-13T01:35:19.639Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9a5230ce-57d8-4eb3-a679-e41cf5b30571/model-vers/model-ver/9818c502-ff2d-4abe-8ff0-17da903e790c?depth=0 2021-05-13T01:35:19.646Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-05-13T01:35:19.692Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9a5230ce-57d8-4eb3-a679-e41cf5b30571/model-vers/model-ver/9818c502-ff2d-4abe-8ff0-17da903e790c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-05-13T01:35:19.693Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9a5230ce-57d8-4eb3-a679-e41cf5b30571/model-vers/model-ver/9818c502-ff2d-4abe-8ff0-17da903e790c?depth=0|INFO|500||Invoke 2021-05-13T01:35:19.718Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9a5230ce-57d8-4eb3-a679-e41cf5b30571/model-vers/model-ver/9818c502-ff2d-4abe-8ff0-17da903e790c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-13T01:35:20.307Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9a5230ce-57d8-4eb3-a679-e41cf5b30571/model-vers/model-ver/9818c502-ff2d-4abe-8ff0-17da903e790c?depth=0|INFO|500||InvokeReturn 2021-05-13T01:35:20.308Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9a5230ce-57d8-4eb3-a679-e41cf5b30571/model-vers/model-ver/9818c502-ff2d-4abe-8ff0-17da903e790c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210513-01:35:19:715-177], vertex-id=[208912], Content-Length=[0], Date=[Thu, 13 May 2021 01:35:19 GMT], Content-Type=[application/json]} 2021-05-13T01:35:20.308Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2021-05-13T01:35:20.308Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-13T01:35:20.309Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-13T01:35:20.314Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-13T01:35:20.314Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-13T01:35:20.314Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-13T01:35:20.314Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:35:20.317Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:35:20.317Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869720314, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-13T01:35:20.417Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:35:20.418Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:35:20.418Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:35:20.429Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:35:20.429Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-13T01:35:21.330Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:35:21.331Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:35:21.331Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:35:30.866Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:35:30.867Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:35:30.868Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:35:30.868Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:35:40.405Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:35:40.406Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:35:40.407Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:35:40.407Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:35:49.947Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:35:49.948Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:35:49.948Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:35:49.948Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:35:59.486Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:36:15.204Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:36:15.205Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:36:15.205Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:36:15.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:36:15.206Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:36:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:36:15.833Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:36:15.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-13T01:36:15.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869720314, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-13T01:36:15.853Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:36:24.751Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:37:15.204Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:37:15.205Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:37:15.205Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:37:15.206Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:37:15.206Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:37:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:37:24.744Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:37:24.747Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:38:15.204Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:38:15.205Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:38:15.205Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:38:15.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:38:15.206Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:38:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:38:24.750Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:38:24.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:39:15.204Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:39:15.205Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:39:15.205Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:39:15.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:39:15.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:39:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:39:15.826Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:39:15.827Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-13T01:39:15.827Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"be326d32-85a2-40e9-841d-b901d3e04e43","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"deb940f4-5976-45bd-b539-b6448409134c","serviceDescription":"service","serviceInvariantUUID":"d4debddf-938b-493a-890c-d687b21278a0","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"6692f0a7-1ddf-4c8d-9927-32ea004e9c0e","resourceInvariantUUID":"cba8952f-fdb0-4bff-965d-4f0885847571","resourceCustomizationUUID":"c7ff7dd9-0093-4912-80b4-2f925b401a6d","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":"NGJlMWE3MzI1ODQzMzcwYzhkNTA3ZDE1NmZjZjFiYzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"317be6d3-7809-4917-a09f-325f9ae8279a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OTQxMzFiOTRmNmMxOTMzZDZmZmU3OGRjMDk2OTc5MWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e52db721-cfe6-4446-8e6b-d739e3e44b9a","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-13T01:39:15.830Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:39:15.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:39:15.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "multicloud-starlingx-id", "timestamp": 1620869938086, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:39:15.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:39:15.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:39:15.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "ves-openapi-manager", "timestamp": 1620869946477, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:39:15.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:39:15.830Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:39:15.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:39:15.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "policy-id", "timestamp": 1620869940223, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:39:15.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:39:15.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:39:15.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "cds", "timestamp": 1620869947290, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:39:15.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:39:15.831Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:39:15.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:39:15.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "ves-openapi-manager", "timestamp": 1620869946477, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-13T01:39:15.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:39:15.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:39:15.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "multicloud-starlingx-id", "timestamp": 1620869938086, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:39:15.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:39:15.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:39:15.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "policy-id", "timestamp": 1620869940223, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:39:15.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:39:15.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:39:15.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "aai-ml", "timestamp": 1620869948176, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:39:15.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:39:15.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:39:15.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "cds", "timestamp": 1620869947290, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:39:15.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:39:15.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:39:15.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "aai-ml", "timestamp": 1620869948176, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:39:15.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:39:15.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:39:15.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "policy-id", "timestamp": 1620869949777, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:39:15.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:39:15.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:39:15.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "cds", "timestamp": 1620869950075, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:39:15.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:39:15.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:39:15.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "policy-id", "timestamp": 1620869950781, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:39:15.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:39:15.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:39:15.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "cds", "timestamp": 1620869951082, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2021-05-13T01:39:15.833Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:39:15.833Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869955204, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:39:15.852Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of be326d32-85a2-40e9-841d-b901d3e04e43 2021-05-13T01:39:15.853Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId be326d32-85a2-40e9-841d-b901d3e04e43 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:39:15.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:39:15.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "multicloud-k8s-id", "timestamp": 1620869950715, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:39:15.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:39:15.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:39:15.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "aai-ml", "timestamp": 1620869951426, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:39:15.863Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:39:15.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:39:15.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "policy-id", "timestamp": 1620869951784, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:39:15.869Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be326d32-85a2-40e9-841d-b901d3e04e43 2021-05-13T01:39:15.869Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId be326d32-85a2-40e9-841d-b901d3e04e43 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:39:15.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:39:15.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "clamp", "timestamp": 1620869951719, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:39:15.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:39:15.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:39:15.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "multicloud-k8s-id", "timestamp": 1620869950715, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:39:15.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:39:15.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:39:15.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "clamp", "timestamp": 1620869951719, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:39:15.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:39:15.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:39:15.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "multicloud-windriver-id", "timestamp": 1620869953417, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:39:15.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:39:15.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:39:15.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "aai-ml", "timestamp": 1620869954803, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:39:15.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:39:15.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:39:15.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "multicloud-windriver-id", "timestamp": 1620869953417, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:39:15.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:39:15.934Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-13T01:39:15.935Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:39:15.935Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:39:15.945Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:39:15.945Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:39:16.834Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:39:16.835Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:39:16.838Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:39:16.838Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869955204, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:39:16.938Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:39:16.939Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:39:16.939Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:39:16.948Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:39:16.948Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:39:17.839Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "deb940f4-5976-45bd-b539-b6448409134c", "serviceDescription": "service", "serviceInvariantUUID": "d4debddf-938b-493a-890c-d687b21278a0", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "c7ff7dd9-0093-4912-80b4-2f925b401a6d", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "6692f0a7-1ddf-4c8d-9927-32ea004e9c0e", "resourceInvariantUUID": "cba8952f-fdb0-4bff-965d-4f0885847571", "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": "OTQxMzFiOTRmNmMxOTMzZDZmZmU3OGRjMDk2OTc5MWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e52db721-cfe6-4446-8e6b-d739e3e44b9a" } ], "workloadContext": "Production" } 2021-05-13T01:39:17.839Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-13T01:39:17.839Z|a24a34aa-b95a-4a3f-86a3-3fe8f282d7d4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 deb940f4-5976-45bd-b539-b6448409134c ASDC 2021-05-13T01:39:17.840Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:be326d32-85a2-40e9-841d-b901d3e04e43 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:deb940f4-5976-45bd-b539-b6448409134c ServiceInvariantUUID:d4debddf-938b-493a-890c-d687b21278a0 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:e52db721-cfe6-4446-8e6b-d739e3e44b9a ArtifactChecksum:OTQxMzFiOTRmNmMxOTMzZDZmZmU3OGRjMDk2OTc5MWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:c7ff7dd9-0093-4912-80b4-2f925b401a6d ResourceInvariantUUID:cba8952f-fdb0-4bff-965d-4f0885847571 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:6692f0a7-1ddf-4c8d-9927-32ea004e9c0e ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-05-13T01:39:17.840Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF deb940f4-5976-45bd-b539-b6448409134c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-13T01:39:17.866Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-13T01:39:17.866Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-13T01:39:17.866Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-13T01:39:17.866Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e52db721-cfe6-4446-8e6b-d739e3e44b9a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-13T01:39:17.867Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-13T01:39:17.867Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-13T01:39:18.302Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-13T01:39:18.305Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e52db721-cfe6-4446-8e6b-d739e3e44b9a 52225 2021-05-13T01:39:18.305Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-05-13T01:39:18.305Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-13T01:39:18.305Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-13T01:39:18.305Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:39:18.307Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:39:18.307Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869958305, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:39:18.407Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:39:18.408Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:39:18.409Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:39:18.419Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:39:18.419Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-13T01:39:19.307Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-13T01:39:19.308Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-13T01:39:19.308Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e52db721-cfe6-4446-8e6b-d739e3e44b9a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-13T01:39:19.309Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-05-13T01:39:19.309Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-13T01:39:19.309Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-13T01:39:19.389Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1931111518435118166/Definitions/service-BasicNetwork-template.yml 2021-05-13T01:39:19.681Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-13T01:39:19.682Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-13T01:39:19.682Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-13T01:39:19.682Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-13T01:39:19.682Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-13T01:39:19.682Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-13T01:39:19.698Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-13T01:39:19.699Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-13T01:39:19.699Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-13T01:39:19.699Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-13T01:39:19.699Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-13T01:39:19.700Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-13T01:39:19.700Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-13T01:39:19.701Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:39:19.701Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:39:19.702Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-05-13T01:39:19.702Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-13T01:39:19.702Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-13T01:39:19.702Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:39:19.702Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:39:19.703Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-05-13T01:39:19.703Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-13T01:39:19.703Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-13T01:39:19.704Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:39:19.704Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:39:19.704Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:39:19.704Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:39:19.705Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:39:19.705Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:39:19.705Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:39:19.705Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:39:19.706Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:39:19.706Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:39:19.706Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:deb940f4-5976-45bd-b539-b6448409134c Model Version:NULL Model InvariantUuid:d4debddf-938b-493a-890c-d687b21278a0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:cba8952f-fdb0-4bff-965d-4f0885847571 Model UUID:405e7b4a-cf4f-4ff6-a1be-322d1ea3793c Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:c7ff7dd9-0093-4912-80b4-2f925b401a6d Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-13T01:39:19.713Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 6692f0a7-1ddf-4c8d-9927-32ea004e9c0e 2021-05-13T01:39:19.713Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||No resources found for Service: deb940f4-5976-45bd-b539-b6448409134c Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-13T01:39:19.716Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500|| 2021-05-13T01:39:19.717Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-05-13T01:39:19.717Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||No resources found for Service: deb940f4-5976-45bd-b539-b6448409134c 2021-05-13T01:39:19.717Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: deb940f4-5976-45bd-b539-b6448409134c 2021-05-13T01:39:19.718Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-05-13T01:39:19.718Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-13T01:39:19.724Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:39:19.724Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:39:19.725Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:39:19.725Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:39:19.725Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid deb940f4-5976-45bd-b539-b6448409134c: Generic NeutronNet 2021-05-13T01:39:19.725Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:39:19.725Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:39:19.725Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:39:19.726Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-05-13T01:39:19.761Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:39:19.762Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:39:19.762Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:39:19.762Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:39:19.762Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:39:19.762Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:39:19.762Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-05-13T01:39:19.835Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-05-13T01:39:19.836Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-05-13T01:39:19.836Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-13T01:39:19.836Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-13T01:39:19.836Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:39:19.838Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:39:19.838Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869959836, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:39:19.938Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:39:19.939Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:39:19.939Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:39:19.949Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:39:19.949Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:39:20.839Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be326d32-85a2-40e9-841d-b901d3e04e43 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:39:20.852Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be326d32-85a2-40e9-841d-b901d3e04e43 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:39:20.854Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-13T01:39:20.855Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-13T01:39:20.855Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-13T01:39:50.855Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be326d32-85a2-40e9-841d-b901d3e04e43 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:39:50.867Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be326d32-85a2-40e9-841d-b901d3e04e43 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:39:50.870Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-13T01:39:50.870Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-13T01:39:50.870Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-13T01:40:15.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:40:15.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:40:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:40:15.330Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:40:15.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:40:15.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "aai-ml", "timestamp": 1620869955807, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:40:15.339Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of be326d32-85a2-40e9-841d-b901d3e04e43 2021-05-13T01:40:15.339Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId be326d32-85a2-40e9-841d-b901d3e04e43 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:40:20.870Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be326d32-85a2-40e9-841d-b901d3e04e43 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:40:20.882Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be326d32-85a2-40e9-841d-b901d3e04e43 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:40:20.888Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-13T01:40:20.888Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-13T01:40:20.888Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-13T01:40:20.888Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-13T01:40:50.889Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be326d32-85a2-40e9-841d-b901d3e04e43 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:40:50.899Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be326d32-85a2-40e9-841d-b901d3e04e43 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:40:50.901Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-13T01:40:50.902Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-13T01:40:50.902Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-13T01:40:50.902Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-13T01:41:15.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:41:15.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:41:15.207Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:41:15.230Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:41:15.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:41:15.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869955204, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:41:15.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:41:15.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:41:15.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869955204, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:41:15.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:41:15.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:41:15.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "dcae-sch", "timestamp": 1620869956492, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:41:15.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:41:15.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:41:15.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "dcae-sch", "timestamp": 1620869956492, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-13T01:41:15.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:41:15.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:41:15.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869958305, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:41:15.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:41:15.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:41:15.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620869959836, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:41:15.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:41:15.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:41:15.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620869963731, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:41:15.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:41:15.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:41:15.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620869963731, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:41:15.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:41:15.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:41:15.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "clamp", "timestamp": 1620869965721, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:41:15.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:41:15.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:41:15.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620869966868, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:41:15.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:41:15.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:41:15.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "clamp", "timestamp": 1620869967727, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:41:15.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:41:15.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:41:15.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620869968291, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:41:15.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:41:15.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:41:15.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "clamp", "timestamp": 1620869968731, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:41:15.241Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of be326d32-85a2-40e9-841d-b901d3e04e43 2021-05-13T01:41:15.241Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId be326d32-85a2-40e9-841d-b901d3e04e43 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:41:15.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:41:15.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620869969295, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:41:15.255Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of be326d32-85a2-40e9-841d-b901d3e04e43 2021-05-13T01:41:15.255Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId be326d32-85a2-40e9-841d-b901d3e04e43 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:41:20.902Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be326d32-85a2-40e9-841d-b901d3e04e43 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:41:20.916Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be326d32-85a2-40e9-841d-b901d3e04e43 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:41:20.918Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-13T01:41:20.919Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-13T01:41:20.919Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-13T01:41:20.919Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-13T01:41:20.919Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:41:20.919Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:41:20.919Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:41:20.919Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:41:20.919Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:41:20.919Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:41:20.919Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:41:20.924Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-13T01:41:50.925Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be326d32-85a2-40e9-841d-b901d3e04e43 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-13T01:41:50.929Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be326d32-85a2-40e9-841d-b901d3e04e43 and serviceModelVersionId: deb940f4-5976-45bd-b539-b6448409134c 2021-05-13T01:41:50.930Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4debddf-938b-493a-890c-d687b21278a0 2021-05-13T01:41:50.930Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4debddf-938b-493a-890c-d687b21278a0/model-vers/model-ver/deb940f4-5976-45bd-b539-b6448409134c?depth=0 2021-05-13T01:41:50.936Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-05-13T01:41:50.971Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d4debddf-938b-493a-890c-d687b21278a0/model-vers/model-ver/deb940f4-5976-45bd-b539-b6448409134c?depth=0|INFO|500||Invoke 2021-05-13T01:41:50.971Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d4debddf-938b-493a-890c-d687b21278a0/model-vers/model-ver/deb940f4-5976-45bd-b539-b6448409134c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d4debddf-938b-493a-890c-d687b21278a0/model-vers/model-ver/deb940f4-5976-45bd-b539-b6448409134c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[be326d32-85a2-40e9-841d-b901d3e04e43], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[572d7afb-7f96-47b1-b010-8893e4daf9fc], X-ECOMP-RequestID=[be326d32-85a2-40e9-841d-b901d3e04e43], X-TransactionId=[], X-ONAP-RequestID=[be326d32-85a2-40e9-841d-b901d3e04e43], Content-Type=[application/merge-patch+json]} 2021-05-13T01:41:50.989Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d4debddf-938b-493a-890c-d687b21278a0/model-vers/model-ver/deb940f4-5976-45bd-b539-b6448409134c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-13T01:41:51.404Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d4debddf-938b-493a-890c-d687b21278a0/model-vers/model-ver/deb940f4-5976-45bd-b539-b6448409134c?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/d4debddf-938b-493a-890c-d687b21278a0/model-vers/model-ver/deb940f4-5976-45bd-b539-b6448409134c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210513-01:41:50:985-58348], vertex-id=[176128], Content-Length=[0], Date=[Thu, 13 May 2021 01:41:50 GMT], Content-Type=[application/json]} 2021-05-13T01:41:51.405Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d4debddf-938b-493a-890c-d687b21278a0/model-vers/model-ver/deb940f4-5976-45bd-b539-b6448409134c?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-13T01:41:51.406Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d4debddf-938b-493a-890c-d687b21278a0/model-vers/model-ver/deb940f4-5976-45bd-b539-b6448409134c?depth=0|INFO|500||InvokeReturn 2021-05-13T01:41:51.406Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-13T01:41:51.406Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-13T01:41:51.411Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-13T01:41:51.411Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be326d32-85a2-40e9-841d-b901d3e04e43 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-13T01:41:51.411Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-13T01:41:51.412Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:41:51.414Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:41:51.414Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870111411, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-13T01:41:51.514Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:41:51.515Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:41:51.515Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:41:51.525Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:41:51.526Z||pool-39-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-05-13T01:41:52.425Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:41:52.425Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:41:52.425Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:41:56.719Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:41:56.720Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-13T01:41:56.720Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"c38b5283-eb8f-4168-8671-deb9af272467","serviceName":"Demo_pNF_KbpdSREnePee3tqKftXg","serviceVersion":"1.0","serviceUUID":"7e9aaa52-5a5b-48a6-9a78-d955be84c24d","serviceDescription":"catalog service description","serviceInvariantUUID":"b7430733-5986-4f90-a4c6-1a814592649d","resources":[{"resourceInstanceName":"pNF bcecd81f-6b63 0","resourceName":"pNF bcecd81f-6b63","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"76d60536-af01-40ed-a2c0-0db84f8167e6","resourceInvariantUUID":"de38b0b1-5f8a-411a-b010-a8077f59d91a","resourceCustomizationUUID":"ccb1ca36-5cde-4273-a31d-7b34d5a87cac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/vf-license-model.xml","artifactChecksum":"NDNmMzExOWM2ZjZmNzdmYjY4NGIwZDU0NmFkYmNhZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2861724a-7c4c-435f-8ff0-73f0390185d7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/pNF.csar","artifactChecksum":"YTdkYjJmZWI0N2M3YzVjZDhhYzA5NzY5NmRkM2FkYmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"104a3bee-9145-40f1-a924-faf77ba28798","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f51c2f81-e276-44a2-868c-417e11c1550f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/vendor-license-model.xml","artifactChecksum":"NDljOWIxNjRiZTYyMDZjMGU1Yzk1MGRiMGYzNjcyMzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d78fe3fa-bce6-438d-abd1-9babbe91e5eb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7f4aa982-ca9f-4eec-a199-98b6d0046987","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c982c3fd-a6e5-4733-ba0e-6ddadcf37970","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKbpdsrenepee3tqkftxg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-template.yml","artifactChecksum":"MzIzNGU0NmI2N2Y2YWQzOTIyZGIxOWMxNTIzODk4NTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"370f5a48-78ff-429b-ba19-84bc7d8b8ce0","artifactVersion":"1"},{"artifactName":"service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar","artifactChecksum":"YWE1NzBmYjMzMGY0YmI5ZDc0MmE3MGU3MjU3YTY3ODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f17c13cd-1373-4bca-bfb6-5694f6d7ebd4","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-13T01:41:56.722Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:41:56.722Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:41:56.723Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:41:56.724Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870112425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:41:56.824Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:41:56.825Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:41:56.825Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:41:56.834Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:41:56.834Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:41:57.724Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:41:57.725Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:41:57.726Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:41:57.726Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870112425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-13T01:41:57.827Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-13T01:41:57.829Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:41:57.829Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:41:57.839Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:41:57.840Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:41:58.727Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:41:58.727Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:41:58.730Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:41:58.730Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870112425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-13T01:41:58.830Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-13T01:41:58.831Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:41:58.831Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:41:58.839Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:41:58.840Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-05-13T01:41:59.731Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:41:59.731Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:41:59.734Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:41:59.734Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870112425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:41:59.835Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:41:59.836Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:41:59.836Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:41:59.845Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:41:59.846Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:42:00.735Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:42:00.736Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:42:00.739Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:42:00.739Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870112425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:00.839Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:42:00.840Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:42:00.840Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:42:00.849Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:42:00.849Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:42:01.740Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:42:01.741Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:42:01.743Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:42:01.743Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870112425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:01.843Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:42:01.844Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:42:01.845Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:42:01.855Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:42:01.856Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:42:02.744Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:42:02.744Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:42:02.747Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:42:02.747Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870112425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:02.847Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:42:02.847Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:42:02.848Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:42:02.855Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:42:02.855Z||pool-46-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:42:03.747Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:42:03.748Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:42:03.750Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:42:03.750Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870112425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:42:03.851Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:42:03.852Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:42:03.852Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:42:03.861Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:42:03.862Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:42:04.752Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "serviceName": "Demo_pNF_KbpdSREnePee3tqKftXg", "serviceVersion": "1.0", "serviceUUID": "7e9aaa52-5a5b-48a6-9a78-d955be84c24d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "b7430733-5986-4f90-a4c6-1a814592649d", "resources": [ { "resourceInstanceName": "pNF bcecd81f-6b63 0", "resourceCustomizationUUID": "ccb1ca36-5cde-4273-a31d-7b34d5a87cac", "resourceName": "pNF bcecd81f-6b63", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "76d60536-af01-40ed-a2c0-0db84f8167e6", "resourceInvariantUUID": "de38b0b1-5f8a-411a-b010-a8077f59d91a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar", "artifactChecksum": "YWE1NzBmYjMzMGY0YmI5ZDc0MmE3MGU3MjU3YTY3ODg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f17c13cd-1373-4bca-bfb6-5694f6d7ebd4" } ], "workloadContext": "Production" } 2021-05-13T01:42:04.752Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-13T01:42:04.752Z|be326d32-85a2-40e9-841d-b901d3e04e43|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7e9aaa52-5a5b-48a6-9a78-d955be84c24d ASDC 2021-05-13T01:42:04.753Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:c38b5283-eb8f-4168-8671-deb9af272467 ServiceName:Demo_pNF_KbpdSREnePee3tqKftXg ServiceVersion:1.0 ServiceUUID:7e9aaa52-5a5b-48a6-9a78-d955be84c24d ServiceInvariantUUID:b7430733-5986-4f90-a4c6-1a814592649d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar ArtifactUUID:f17c13cd-1373-4bca-bfb6-5694f6d7ebd4 ArtifactChecksum:YWE1NzBmYjMzMGY0YmI5ZDc0MmE3MGU3MjU3YTY3ODg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF bcecd81f-6b63 0 ResourceCustomizationUUID:ccb1ca36-5cde-4273-a31d-7b34d5a87cac ResourceInvariantUUID:de38b0b1-5f8a-411a-b010-a8077f59d91a ResourceName:pNF bcecd81f-6b63 ResourceType:PNF ResourceUUID:76d60536-af01-40ed-a2c0-0db84f8167e6 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-05-13T01:42:04.753Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7e9aaa52-5a5b-48a6-9a78-d955be84c24d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:42:04.784Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-13T01:42:04.785Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-13T01:42:04.785Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-13T01:42:04.785Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f17c13cd-1373-4bca-bfb6-5694f6d7ebd4 from URL: /sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar 2021-05-13T01:42:04.785Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-13T01:42:04.785Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar 2021-05-13T01:42:06.054Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-13T01:42:06.060Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar f17c13cd-1373-4bca-bfb6-5694f6d7ebd4 83327 2021-05-13T01:42:06.060Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar ASDC sendASDCNotification 2021-05-13T01:42:06.060Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar 2021-05-13T01:42:06.060Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-13T01:42:06.061Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:42:06.063Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:42:06.063Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870126060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:42:06.163Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:42:06.164Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:42:06.164Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:42:06.173Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:42:06.174Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:42:07.063Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-13T01:42:07.064Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-13T01:42:07.065Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: f17c13cd-1373-4bca-bfb6-5694f6d7ebd4, URL: /sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar to file: /app/ASDC/1/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar 2021-05-13T01:42:07.065Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar 2021-05-13T01:42:07.065Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar 2021-05-13T01:42:07.065Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar 2021-05-13T01:42:07.155Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13529113278470794522/Definitions/service-DemoPnfKbpdsrenepee3tqkftxg-template.yml 2021-05-13T01:42:07.798Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-13T01:42:07.798Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-13T01:42:07.798Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar 2021-05-13T01:42:07.798Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-13T01:42:07.798Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bcecd81f-6b63 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-DemoPnfKbpdsrenepee3tqkftxg-csar.csar 2021-05-13T01:42:07.798Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar 2021-05-13T01:42:07.799Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar 2021-05-13T01:42:07.799Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar 2021-05-13T01:42:07.799Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar 2021-05-13T01:42:07.799Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bcecd81f-6b63 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar 2021-05-13T01:42:07.799Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar 2021-05-13T01:42:07.799Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar 2021-05-13T01:42:07.799Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-13T01:42:07.799Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:42:07.799Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KbpdSREnePee3tqKftXg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:42:07.799Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Node template pNF bcecd81f-6b63 0 is matching search criteria 2021-05-13T01:42:07.799Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-13T01:42:07.800Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bcecd81f-6b63 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-13T01:42:07.800Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:42:07.800Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KbpdSREnePee3tqKftXg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:42:07.800Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Node template pNF bcecd81f-6b63 0 is matching search criteria 2021-05-13T01:42:07.800Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-13T01:42:07.800Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF bcecd81f-6b63 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-13T01:42:07.800Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:42:07.800Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KbpdSREnePee3tqKftXg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:42:07.800Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:42:07.800Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KbpdSREnePee3tqKftXg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:42:07.801Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:42:07.801Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KbpdSREnePee3tqKftXg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:42:07.801Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:42:07.801Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KbpdSREnePee3tqKftXg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:42:07.801Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:42:07.801Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KbpdSREnePee3tqKftXg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:42:07.801Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_KbpdSREnePee3tqKftXg Description:catalog service description Model UUID:7e9aaa52-5a5b-48a6-9a78-d955be84c24d Model Version:NULL Model InvariantUuid:b7430733-5986-4f90-a4c6-1a814592649d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-13T01:42:07.810Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 76d60536-af01-40ed-a2c0-0db84f8167e6 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-13T01:42:07.813Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||pNF bcecd81f-6b63 0 2021-05-13T01:42:07.813Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 76d60536-af01-40ed-a2c0-0db84f8167e6 2021-05-13T01:42:07.813Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 7e9aaa52-5a5b-48a6-9a78-d955be84c24d 2021-05-13T01:42:07.814Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 7e9aaa52-5a5b-48a6-9a78-d955be84c24d 2021-05-13T01:42:07.814Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF bcecd81f-6b63 0 76d60536-af01-40ed-a2c0-0db84f8167e6 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-13T01:42:07.819Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:42:07.819Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KbpdSREnePee3tqKftXg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:42:07.819Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 7e9aaa52-5a5b-48a6-9a78-d955be84c24d: pNF bcecd81f-6b63 2021-05-13T01:42:07.819Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||Processing PNF resource: 76d60536-af01-40ed-a2c0-0db84f8167e6 2021-05-13T01:42:07.820Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:42:07.820Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KbpdSREnePee3tqKftXg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:42:07.820Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||Resource customization UUID: ccb1ca36-5cde-4273-a31d-7b34d5a87cac is the same as notified resource customizationUUID: ccb1ca36-5cde-4273-a31d-7b34d5a87cac Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-05-13T01:42:07.886Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF bcecd81f-6b63 76d60536-af01-40ed-a2c0-0db84f8167e6 0 ASDC deployResourceStructure 2021-05-13T01:42:07.887Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar ASDC sendASDCNotification 2021-05-13T01:42:07.887Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar 2021-05-13T01:42:07.887Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-13T01:42:07.888Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:42:07.890Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:42:07.890Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870127887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:42:07.990Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:42:07.991Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:42:07.991Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:42:08.000Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:42:08.000Z||pool-49-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:42:08.891Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c38b5283-eb8f-4168-8671-deb9af272467 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:42:08.901Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c38b5283-eb8f-4168-8671-deb9af272467 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:42:08.903Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-13T01:42:08.904Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-13T01:42:08.904Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-13T01:42:15.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:42:15.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:42:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:42:15.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:42:15.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870018086, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "dcae-sch", "timestamp": 1620870016491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "clamp", "timestamp": 1620870011719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "multicloud-windriver-id", "timestamp": 1620870013417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "multicloud-k8s-id", "timestamp": 1620870010715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "clamp", "timestamp": 1620870011719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "dcae-sch", "timestamp": 1620870016491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "multicloud-windriver-id", "timestamp": 1620870013417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870018086, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "multicloud-k8s-id", "timestamp": 1620870010715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "dcae-sch", "timestamp": 1620870016491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870018086, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "multicloud-windriver-id", "timestamp": 1620870013417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "clamp", "timestamp": 1620870011719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "multicloud-k8s-id", "timestamp": 1620870010715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "policy-id", "timestamp": 1620870020223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "clamp", "timestamp": 1620870011719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870018086, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.237Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "dcae-sch", "timestamp": 1620870016491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.237Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "multicloud-windriver-id", "timestamp": 1620870013417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.237Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "multicloud-k8s-id", "timestamp": 1620870010715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "policy-id", "timestamp": 1620870020223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "clamp", "timestamp": 1620870011719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870018086, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "dcae-sch", "timestamp": 1620870016491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.239Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "multicloud-windriver-id", "timestamp": 1620870013417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.239Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "multicloud-k8s-id", "timestamp": 1620870010715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.239Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "policy-id", "timestamp": 1620870020223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.239Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "cds", "timestamp": 1620870022290, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.239Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870018086, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "multicloud-windriver-id", "timestamp": 1620870013417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "dcae-sch", "timestamp": 1620870016491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "clamp", "timestamp": 1620870011719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "multicloud-k8s-id", "timestamp": 1620870010715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.241Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "policy-id", "timestamp": 1620870020223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.241Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "cds", "timestamp": 1620870022290, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.241Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870023730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.241Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "clamp", "timestamp": 1620870011719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.242Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870018086, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.242Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "dcae-sch", "timestamp": 1620870016491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.242Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "multicloud-windriver-id", "timestamp": 1620870013417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.242Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "multicloud-k8s-id", "timestamp": 1620870010715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.242Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "policy-id", "timestamp": 1620870020223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "cds", "timestamp": 1620870022290, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870023730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870018086, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:42:15.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "clamp", "timestamp": 1620870011719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:42:15.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "dcae-sch", "timestamp": 1620870016491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "multicloud-windriver-id", "timestamp": 1620870013417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:42:15.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "multicloud-k8s-id", "timestamp": 1620870010715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:42:15.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "policy-id", "timestamp": 1620870020223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "cds", "timestamp": 1620870022290, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870023730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "policy-id", "timestamp": 1620870020223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "cds", "timestamp": 1620870022290, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "ves-openapi-manager", "timestamp": 1620870026477, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870023730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "policy-id", "timestamp": 1620870020223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:42:15.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "cds", "timestamp": 1620870022290, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "ves-openapi-manager", "timestamp": 1620870026477, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870023730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "cds", "timestamp": 1620870022290, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "ves-openapi-manager", "timestamp": 1620870026477, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870023730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "policy-id", "timestamp": 1620870029475, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:42:15.248Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:42:15.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "cds", "timestamp": 1620870022290, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:42:15.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "ves-openapi-manager", "timestamp": 1620870026477, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870023730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "policy-id", "timestamp": 1620870030479, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:42:15.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:42:15.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "ves-openapi-manager", "timestamp": 1620870026477, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870023730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:42:15.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "policy-id", "timestamp": 1620870031481, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:42:15.257Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c38b5283-eb8f-4168-8671-deb9af272467 2021-05-13T01:42:15.258Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c38b5283-eb8f-4168-8671-deb9af272467 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:42:15.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "cds", "timestamp": 1620870031742, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:42:15.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:42:15.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "ves-openapi-manager", "timestamp": 1620870026477, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-05-13T01:42:15.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "cds", "timestamp": 1620870032746, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:42:15.271Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c38b5283-eb8f-4168-8671-deb9af272467 2021-05-13T01:42:15.271Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c38b5283-eb8f-4168-8671-deb9af272467 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:42:15.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870032929, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:42:15.281Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:42:15.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "ves-openapi-manager", "timestamp": 1620870026477, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.281Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "ves-openapi-manager", "timestamp": 1620870026477, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.281Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870034559, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:42:15.282Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:42:15.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870035562, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:42:15.286Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c38b5283-eb8f-4168-8671-deb9af272467 2021-05-13T01:42:15.286Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c38b5283-eb8f-4168-8671-deb9af272467 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:42:15.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "ves-openapi-manager", "timestamp": 1620870035650, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-05-13T01:42:15.295Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:42:15.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "clamp", "timestamp": 1620870035906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:42:15.295Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:42:15.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "ves-openapi-manager", "timestamp": 1620870036894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-05-13T01:42:15.295Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:42:15.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "clamp", "timestamp": 1620870037735, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:42:15.295Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:42:15.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "ves-openapi-manager", "timestamp": 1620870037897, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:42:15.301Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of c38b5283-eb8f-4168-8671-deb9af272467 2021-05-13T01:42:15.302Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c38b5283-eb8f-4168-8671-deb9af272467 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:42:15.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "clamp", "timestamp": 1620870038738, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:42:15.317Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c38b5283-eb8f-4168-8671-deb9af272467 2021-05-13T01:42:15.317Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c38b5283-eb8f-4168-8671-deb9af272467 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:42:15.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "aai-ml", "timestamp": 1620870038176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.329Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "aai-ml", "timestamp": 1620870038176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.329Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "aai-ml", "timestamp": 1620870038176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "aai-ml", "timestamp": 1620870038176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "aai-ml", "timestamp": 1620870038176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "aai-ml", "timestamp": 1620870038176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "aai-ml", "timestamp": 1620870038176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:42:15.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "aai-ml", "timestamp": 1620870038176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:42:15.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:42:15.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "aai-ml", "timestamp": 1620870048163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:42:15.332Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:42:15.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "aai-ml", "timestamp": 1620870052404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:42:15.332Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:42:15.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:42:15.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "aai-ml", "timestamp": 1620870053409, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:42:15.338Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c38b5283-eb8f-4168-8671-deb9af272467 2021-05-13T01:42:15.338Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c38b5283-eb8f-4168-8671-deb9af272467 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:42:38.904Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c38b5283-eb8f-4168-8671-deb9af272467 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:42:38.917Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c38b5283-eb8f-4168-8671-deb9af272467 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:42:38.921Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-13T01:42:38.921Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-13T01:42:38.921Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-13T01:42:38.921Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-13T01:42:38.922Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:42:38.922Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:42:38.922Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:42:38.922Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:42:38.922Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:42:38.922Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:42:38.922Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:42:38.922Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:42:38.928Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-13T01:43:08.929Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c38b5283-eb8f-4168-8671-deb9af272467 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-13T01:43:08.933Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c38b5283-eb8f-4168-8671-deb9af272467 and serviceModelVersionId: 7e9aaa52-5a5b-48a6-9a78-d955be84c24d 2021-05-13T01:43:08.934Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7430733-5986-4f90-a4c6-1a814592649d 2021-05-13T01:43:08.934Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7430733-5986-4f90-a4c6-1a814592649d/model-vers/model-ver/7e9aaa52-5a5b-48a6-9a78-d955be84c24d?depth=0 2021-05-13T01:43:08.939Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-05-13T01:43:08.970Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b7430733-5986-4f90-a4c6-1a814592649d/model-vers/model-ver/7e9aaa52-5a5b-48a6-9a78-d955be84c24d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-05-13T01:43:08.971Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b7430733-5986-4f90-a4c6-1a814592649d/model-vers/model-ver/7e9aaa52-5a5b-48a6-9a78-d955be84c24d?depth=0|INFO|500||Invoke 2021-05-13T01:43:08.993Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b7430733-5986-4f90-a4c6-1a814592649d/model-vers/model-ver/7e9aaa52-5a5b-48a6-9a78-d955be84c24d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-13T01:43:09.263Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b7430733-5986-4f90-a4c6-1a814592649d/model-vers/model-ver/7e9aaa52-5a5b-48a6-9a78-d955be84c24d?depth=0|INFO|500||InvokeReturn 2021-05-13T01:43:09.263Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b7430733-5986-4f90-a4c6-1a814592649d/model-vers/model-ver/7e9aaa52-5a5b-48a6-9a78-d955be84c24d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210513-01:43:08:989-1449], vertex-id=[229392], Content-Length=[0], Date=[Thu, 13 May 2021 01:43:08 GMT], Content-Type=[application/json]} 2021-05-13T01:43:09.263Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2021-05-13T01:43:09.264Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-13T01:43:09.264Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-13T01:43:09.268Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-13T01:43:09.268Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c38b5283-eb8f-4168-8671-deb9af272467 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-13T01:43:09.268Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-13T01:43:09.269Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:43:09.270Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:43:09.270Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870189268, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-13T01:43:09.371Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-13T01:43:09.372Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:43:09.372Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:43:09.386Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:43:09.387Z||pool-50-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-05-13T01:43:10.286Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:43:10.287Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:43:10.287Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:43:15.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:43:15.206Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:43:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:43:15.232Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:43:15.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:43:15.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be326d32-85a2-40e9-841d-b901d3e04e43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870111411, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-13T01:43:15.234Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:43:15.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:43:15.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870112425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:43:15.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:43:15.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:43:15.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870112425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-13T01:43:15.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:43:15.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:43:15.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870112425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-13T01:43:15.235Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:43:15.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:43:15.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870112425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:43:15.235Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:43:15.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:43:15.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870112425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:43:15.235Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:43:15.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:43:15.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870112425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/resourceInstances/pnfbcecd81f6b630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:43:15.235Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:43:15.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:43:15.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870112425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:43:15.235Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:43:15.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:43:15.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870112425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:43:15.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:43:15.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:43:15.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870126060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:43:15.236Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:43:15.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:43:15.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870127887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKbpdsrenepee3tqkftxg/1.0/artifacts/service-DemoPnfKbpdsrenepee3tqkftxg-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:43:15.236Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:43:19.831Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:43:19.831Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:43:19.832Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:43:19.832Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:43:29.370Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:43:29.371Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:43:29.372Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:43:29.372Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:43:38.923Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:43:38.924Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-13T01:43:38.924Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"db86a332-984b-4f5d-aca7-52cb2d6d937a","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"a662f25f-cfe1-478e-aa64-5e9fd2b5ce91","serviceDescription":"service","serviceInvariantUUID":"077b1cb3-816f-4074-a0e5-f615ba0163a0","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ed42faf2-bc6a-4bc2-8c09-f363505196b4","resourceInvariantUUID":"1099defb-57a9-48cf-bcc7-5b9c0252e65d","resourceCustomizationUUID":"3b80a467-7696-4ed2-9c11-982fa1b54b9d","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":"632fe864-7526-4c98-84e6-60763c8a8a1c","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":"M2RjMTRkMmZmNTkzNzViZDA3ZWY1NmRmNGFkNmJkNjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"010203c6-2786-470d-a018-618f478adfc1","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":"ZTE5MjJiZjM5NDM2M2UzYjQzMDE2Y2FkYWFiYTczYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f74d2271-f9fe-4235-a8ac-021b802c509e","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":"ee03cbd4-ece6-4fdb-a48c-49e990ea7675","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":"5e160236-13ce-4a9e-8358-a563e6690ac3","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":"0f3802d0-ae7d-49ff-ae41-5ca1b2dca018","artifactVersion":"2","generatedFromUUID":"ee03cbd4-ece6-4fdb-a48c-49e990ea7675"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NjJkNzJiYmY5YWYxMTFjZjk2ZDg3MzFmODA2NTVkNzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3e5a1b46-a2f5-486b-b42f-967426bea2e6","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NTAxZjY5ZWNjYmZjMDhhNDFlN2IyNGY3ODNhZWJjZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8ae87a26-3d9d-4571-80b0-516c65240557","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-13T01:43:38.925Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:43:38.926Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:43:38.927Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:43:38.927Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870209371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:43:39.028Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-13T01:43:39.028Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:43:39.029Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:43:39.043Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:43:39.044Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-05-13T01:43:39.928Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:43:39.928Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:43:39.930Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:43:39.930Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870209371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:43:40.031Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:43:40.031Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:43:40.032Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:43:40.044Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:43:40.045Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-05-13T01:43:40.931Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:43:40.932Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:43:40.934Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:43:40.934Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870209371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-13T01:43:41.035Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-13T01:43:41.036Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:43:41.036Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:43:41.051Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:43:41.051Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:43:41.935Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:43:41.937Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:43:41.939Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:43:41.940Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870209371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-13T01:43:42.040Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:43:42.040Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:43:42.040Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:43:42.052Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:43:42.052Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:43:42.940Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:43:42.941Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:43:42.944Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:43:42.944Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870209371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:43:43.044Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:43:43.045Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:43:43.045Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:43:43.053Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:43:43.053Z||pool-55-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:43:43.945Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:43:43.946Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:43:43.949Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:43:43.949Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870209371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-13T01:43:44.049Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:43:44.050Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:43:44.050Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:43:44.062Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:43:44.062Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:43:44.950Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:43:44.950Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:43:44.952Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:43:44.952Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870209371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:43:45.053Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:43:45.053Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:43:45.053Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:43:45.063Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:43:45.063Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:43:45.953Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:43:45.954Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:43:45.955Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:43:45.955Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870209371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:43:46.055Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:43:46.056Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:43:46.057Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:43:46.066Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:43:46.067Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:43:46.957Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "a662f25f-cfe1-478e-aa64-5e9fd2b5ce91", "serviceDescription": "service", "serviceInvariantUUID": "077b1cb3-816f-4074-a0e5-f615ba0163a0", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "3b80a467-7696-4ed2-9c11-982fa1b54b9d", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ed42faf2-bc6a-4bc2-8c09-f363505196b4", "resourceInvariantUUID": "1099defb-57a9-48cf-bcc7-5b9c0252e65d", "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": "ZTE5MjJiZjM5NDM2M2UzYjQzMDE2Y2FkYWFiYTczYzI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f74d2271-f9fe-4235-a8ac-021b802c509e", "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": "ee03cbd4-ece6-4fdb-a48c-49e990ea7675", "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": "0f3802d0-ae7d-49ff-ae41-5ca1b2dca018", "generatedFromUUID": "ee03cbd4-ece6-4fdb-a48c-49e990ea7675" }, "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": "0f3802d0-ae7d-49ff-ae41-5ca1b2dca018", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "NTAxZjY5ZWNjYmZjMDhhNDFlN2IyNGY3ODNhZWJjZDM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8ae87a26-3d9d-4571-80b0-516c65240557" } ], "workloadContext": "Production" } 2021-05-13T01:43:46.957Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-13T01:43:46.958Z|c38b5283-eb8f-4168-8671-deb9af272467|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a662f25f-cfe1-478e-aa64-5e9fd2b5ce91 ASDC 2021-05-13T01:43:46.958Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:db86a332-984b-4f5d-aca7-52cb2d6d937a ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:a662f25f-cfe1-478e-aa64-5e9fd2b5ce91 ServiceInvariantUUID:077b1cb3-816f-4074-a0e5-f615ba0163a0 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:8ae87a26-3d9d-4571-80b0-516c65240557 ArtifactChecksum:NTAxZjY5ZWNjYmZjMDhhNDFlN2IyNGY3ODNhZWJjZDM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:3b80a467-7696-4ed2-9c11-982fa1b54b9d ResourceInvariantUUID:1099defb-57a9-48cf-bcc7-5b9c0252e65d ResourceName:basicclamp ResourceType:VF ResourceUUID:ed42faf2-bc6a-4bc2-8c09-f363505196b4 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:f74d2271-f9fe-4235-a8ac-021b802c509e ArtifactChecksum:ZTE5MjJiZjM5NDM2M2UzYjQzMDE2Y2FkYWFiYTczYzI= 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:ee03cbd4-ece6-4fdb-a48c-49e990ea7675 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:0f3802d0-ae7d-49ff-ae41-5ca1b2dca018 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:0f3802d0-ae7d-49ff-ae41-5ca1b2dca018 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-13T01:43:46.958Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a662f25f-cfe1-478e-aa64-5e9fd2b5ce91 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:43:46.998Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-13T01:43:46.999Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-13T01:43:46.999Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-13T01:43:46.999Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8ae87a26-3d9d-4571-80b0-516c65240557 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-13T01:43:46.999Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-13T01:43:47.000Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-13T01:43:47.850Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-13T01:43:47.855Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 8ae87a26-3d9d-4571-80b0-516c65240557 76846 2021-05-13T01:43:47.855Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-05-13T01:43:47.856Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-13T01:43:47.856Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-13T01:43:47.856Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:43:47.857Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:43:47.857Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870227855, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:43:47.958Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-13T01:43:47.958Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:43:47.958Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:43:47.971Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:43:47.971Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:43:48.858Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-13T01:43:48.859Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-13T01:43:48.860Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 8ae87a26-3d9d-4571-80b0-516c65240557, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-13T01:43:48.860Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-05-13T01:43:48.860Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-13T01:43:48.860Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-13T01:43:48.995Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8903749609001194573/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-05-13T01:43:49.872Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-13T01:43:49.872Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-13T01:43:49.872Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-13T01:43:49.873Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-13T01:43:49.873Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-13T01:43:49.873Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-13T01:43:49.873Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-13T01:43:49.873Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-13T01:43:49.873Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-13T01:43:49.874Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-13T01:43:49.874Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-13T01:43:49.874Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-13T01:43:49.874Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-13T01:43:49.874Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-13T01:43:49.874Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-13T01:43:49.874Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:43:49.875Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:43:49.875Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-13T01:43:49.875Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-13T01:43:49.875Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-13T01:43:49.875Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:43:49.875Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:43:49.875Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-13T01:43:49.875Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-13T01:43:49.876Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-13T01:43:49.876Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:43:49.876Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:43:49.876Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:43:49.877Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-13T01:43:49.877Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-05-13T01:43:49.877Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-05-13T01:43:49.877Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-05-13T01:43:49.877Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-13T01:43:49.878Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-13T01:43:49.878Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:43:49.878Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-13T01:43:49.878Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:43:49.878Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-13T01:43:49.878Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:43:49.879Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:43:49.879Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-13T01:43:49.879Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:43:49.879Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:43:49.880Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-13T01:43:49.880Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:43:49.880Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:43:49.880Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-13T01:43:49.880Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-13T01:43:49.881Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-13T01:43:49.881Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7a358b2e-4608-4e59-a419-db4b47f08f55 2021-05-13T01:43:49.881Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:43:49.881Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:43:49.881Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:43:49.882Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:43:49.882Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:43:49.882Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:43:49.882Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:43:49.882Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:43:49.883Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:a662f25f-cfe1-478e-aa64-5e9fd2b5ce91 Model Version:NULL Model InvariantUuid:077b1cb3-816f-4074-a0e5-f615ba0163a0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:07aca528-c82d-4c28-8b59-99f250f23a3e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1099defb-57a9-48cf-bcc7-5b9c0252e65d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3b80a467-7696-4ed2-9c11-982fa1b54b9d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:bf7237b5-da9a-48f6-8dde-2fb2c69ed0e2 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:5a00e1de-4c88-45df-a9f8-5fdf3eafd487 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7a358b2e-4608-4e59-a419-db4b47f08f55 ModelInvariantUuid:eb361450-541f-44aa-9198-bd24eca3f183 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:4fd2dcdf-bbfb-4e25-b6c4-37367862c927 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:34344901-23ff-4438-937e-9dcb7efd2936 ModelInvariantUuid:b04d04ac-8e76-439d-b631-3950127883f2 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:39116c52-2422-4deb-9f3a-8f44ab6a55d0 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-13T01:43:49.887Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: ed42faf2-bc6a-4bc2-8c09-f363505196b4 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-13T01:43:49.890Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||basicclamp 0 2021-05-13T01:43:49.890Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ed42faf2-bc6a-4bc2-8c09-f363505196b4 2021-05-13T01:43:49.890Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f74d2271-f9fe-4235-a8ac-021b802c509e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-13T01:43:49.890Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-13T01:43:49.890Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-13T01:43:50.808Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-13T01:43:50.808Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json f74d2271-f9fe-4235-a8ac-021b802c509e 790 2021-05-13T01:43:50.809Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-05-13T01:43:50.809Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-13T01:43:50.809Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-13T01:43:50.809Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:43:50.811Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:43:50.811Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870230809, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-13T01:43:50.911Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:43:50.913Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:43:50.913Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:43:50.921Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:43:50.921Z||pool-60-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:43:51.812Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "bf7237b5-da9a-48f6-8dde-2fb2c69ed0e2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5a00e1de-4c88-45df-a9f8-5fdf3eafd487", "vfModuleModelCustomizationUUID": "fb7e7642-d30c-4b0a-ae13-cf7596242f0d", "isBase": true, "artifacts": [ "ee03cbd4-ece6-4fdb-a48c-49e990ea7675", "0f3802d0-ae7d-49ff-ae41-5ca1b2dca018" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-13T01:43:51.816Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5a00e1de-4c88-45df-a9f8-5fdf3eafd487 VfModuleModelInvariantUUID:bf7237b5-da9a-48f6-8dde-2fb2c69ed0e2 VfModuleModelDescription:NULL Artifacts UUID List:{ ee03cbd4-ece6-4fdb-a48c-49e990ea7675 , 0f3802d0-ae7d-49ff-ae41-5ca1b2dca018 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-13T01:43:51.818Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "bf7237b5-da9a-48f6-8dde-2fb2c69ed0e2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5a00e1de-4c88-45df-a9f8-5fdf3eafd487", "vfModuleModelCustomizationUUID": "fb7e7642-d30c-4b0a-ae13-cf7596242f0d", "isBase": true, "artifacts": [ "ee03cbd4-ece6-4fdb-a48c-49e990ea7675", "0f3802d0-ae7d-49ff-ae41-5ca1b2dca018" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-13T01:43:51.818Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5a00e1de-4c88-45df-a9f8-5fdf3eafd487 VfModuleModelInvariantUUID:bf7237b5-da9a-48f6-8dde-2fb2c69ed0e2 VfModuleModelDescription:NULL Artifacts UUID List:{ ee03cbd4-ece6-4fdb-a48c-49e990ea7675 , 0f3802d0-ae7d-49ff-ae41-5ca1b2dca018 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-13T01:43:51.818Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ee03cbd4-ece6-4fdb-a48c-49e990ea7675 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-13T01:43:51.818Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-13T01:43:51.818Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-13T01:43:52.502Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-13T01:43:52.503Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ee03cbd4-ece6-4fdb-a48c-49e990ea7675 5033 2021-05-13T01:43:52.503Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-13T01:43:52.503Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-13T01:43:52.503Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-13T01:43:52.504Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:43:52.506Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:43:52.506Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870232503, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-13T01:43:52.606Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:43:52.607Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:43:52.607Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:43:52.616Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:43:52.616Z||pool-61-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:43:53.506Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0f3802d0-ae7d-49ff-ae41-5ca1b2dca018 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-13T01:43:53.507Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-13T01:43:53.508Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-13T01:43:53.926Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-13T01:43:53.926Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 0f3802d0-ae7d-49ff-ae41-5ca1b2dca018 909 2021-05-13T01:43:53.927Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-13T01:43:53.927Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-13T01:43:53.927Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-13T01:43:53.927Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:43:53.929Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:43:53.930Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870233927, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-13T01:43:54.030Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:43:54.030Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:43:54.031Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:43:54.037Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:43:54.038Z||pool-62-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:43:54.930Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a662f25f-cfe1-478e-aa64-5e9fd2b5ce91 2021-05-13T01:43:54.931Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 ed42faf2-bc6a-4bc2-8c09-f363505196b4 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-05-13T01:43:54.944Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:43:54.945Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:43:54.945Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-05-13T01:43:54.945Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 3b80a467-7696-4ed2-9c11-982fa1b54b9d 2021-05-13T01:43:54.945Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3b80a467-7696-4ed2-9c11-982fa1b54b9d matches Tosca VF Customization UUID: 3b80a467-7696-4ed2-9c11-982fa1b54b9d 2021-05-13T01:43:54.945Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 3b80a467-7696-4ed2-9c11-982fa1b54b9d matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-13T01:43:54.948Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:43:54.948Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:43:54.949Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 3b80a467-7696-4ed2-9c11-982fa1b54b9d: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-05-13T01:43:54.949Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@320ed970 2021-05-13T01:43:54.949Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:43:54.949Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-13T01:43:54.949Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fb7e7642-d30c-4b0a-ae13-cf7596242f0d 2021-05-13T01:43:54.949Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fb7e7642-d30c-4b0a-ae13-cf7596242f0d Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-13T01:43:54.951Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:43:54.951Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-13T01:43:54.952Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:43:54.952Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:43:54.952Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-13T01:43:54.953Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:43:54.953Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:43:54.953Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-13T01:43:54.953Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-13T01:43:54.953Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-13T01:43:54.953Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7a358b2e-4608-4e59-a419-db4b47f08f55 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-13T01:43:54.955Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:43:54.956Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-13T01:43:54.956Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:43:54.956Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:43:54.957Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-13T01:43:54.957Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=3b80a467-7696-4ed2-9c11-982fa1b54b9d Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-13T01:43:54.959Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:43:54.959Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:43:54.959Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a662f25f-cfe1-478e-aa64-5e9fd2b5ce91: basicclamp 2021-05-13T01:43:54.959Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:43:54.960Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:43:54.960Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:43:54.960Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:43:54.960Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:43:54.960Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:43:54.960Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:43:54.960Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:43:54.960Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:43:54.961Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:43:54.961Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:43:55.062Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp ed42faf2-bc6a-4bc2-8c09-f363505196b4 1 ASDC deployResourceStructure 2021-05-13T01:43:55.063Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-05-13T01:43:55.063Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-13T01:43:55.063Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-13T01:43:55.063Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:43:55.065Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:43:55.065Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870235063, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-13T01:43:55.166Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-13T01:43:55.166Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:43:55.166Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:43:55.174Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:43:55.175Z||pool-63-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:43:56.065Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-13T01:43:56.066Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-13T01:43:56.067Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-13T01:43:56.067Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:43:56.069Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:43:56.069Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870236065, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-13T01:43:56.169Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-13T01:43:56.170Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:43:56.170Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:43:56.179Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:43:56.179Z||pool-64-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:43:57.070Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-13T01:43:57.071Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-13T01:43:57.071Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-13T01:43:57.071Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:43:57.073Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:43:57.073Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870237070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-13T01:43:57.173Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:43:57.174Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:43:57.174Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:43:57.184Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:43:57.185Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:43:58.073Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-05-13T01:43:58.073Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-13T01:43:58.073Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-13T01:43:58.074Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:43:58.076Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:43:58.076Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870238073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:43:58.176Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:43:58.177Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:43:58.177Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:43:58.186Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:43:58.187Z||pool-66-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:43:59.077Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db86a332-984b-4f5d-aca7-52cb2d6d937a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:43:59.088Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db86a332-984b-4f5d-aca7-52cb2d6d937a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:43:59.090Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-13T01:43:59.091Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-13T01:43:59.091Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-13T01:44:15.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:44:15.206Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:44:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:44:15.231Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:44:15.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:44:15.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c38b5283-eb8f-4168-8671-deb9af272467", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870189268, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-13T01:44:15.233Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:44:29.091Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db86a332-984b-4f5d-aca7-52cb2d6d937a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:44:29.103Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db86a332-984b-4f5d-aca7-52cb2d6d937a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:44:29.105Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-13T01:44:29.105Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-13T01:44:29.105Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-13T01:44:59.105Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db86a332-984b-4f5d-aca7-52cb2d6d937a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:44:59.116Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db86a332-984b-4f5d-aca7-52cb2d6d937a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:44:59.119Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-13T01:44:59.119Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-13T01:44:59.119Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-13T01:45:15.206Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:45:15.206Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:45:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:45:15.229Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:45:15.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870209371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.244Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870218086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.244Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "aai-ml", "timestamp": 1620870218176, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.245Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "dcae-sch", "timestamp": 1620870216491, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-05-13T01:45:15.245Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-windriver-id", "timestamp": 1620870213417, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.245Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "cds", "timestamp": 1620870217290, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.245Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-k8s-id", "timestamp": 1620870210715, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.245Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870209371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.246Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "aai-ml", "timestamp": 1620870218176, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.246Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "cds", "timestamp": 1620870217290, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.246Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "dcae-sch", "timestamp": 1620870216491, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.246Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870218086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.246Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-windriver-id", "timestamp": 1620870213417, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.246Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-k8s-id", "timestamp": 1620870210715, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.246Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.247Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.247Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "policy-id", "timestamp": 1620870220223, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.247Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.247Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.247Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870218086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-13T01:45:15.247Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.247Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.247Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-windriver-id", "timestamp": 1620870213417, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-13T01:45:15.247Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.247Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.247Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "aai-ml", "timestamp": 1620870218176, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.247Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.247Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.247Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "dcae-sch", "timestamp": 1620870216491, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.247Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.247Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.247Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870209371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-13T01:45:15.248Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "cds", "timestamp": 1620870217290, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.248Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-k8s-id", "timestamp": 1620870210715, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-13T01:45:15.248Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "policy-id", "timestamp": 1620870220223, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.248Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870218086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-13T01:45:15.248Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-windriver-id", "timestamp": 1620870213417, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-13T01:45:15.248Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "cds", "timestamp": 1620870217290, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.249Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870209371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-13T01:45:15.249Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "dcae-sch", "timestamp": 1620870216491, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.249Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-k8s-id", "timestamp": 1620870210715, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-13T01:45:15.249Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "aai-ml", "timestamp": 1620870218176, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.249Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "clamp", "timestamp": 1620870221719, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.249Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.250Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "policy-id", "timestamp": 1620870220223, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.250Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.250Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870218086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.250Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.250Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-windriver-id", "timestamp": 1620870213417, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.250Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.250Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870209371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.250Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.250Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "cds", "timestamp": 1620870217290, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.250Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.250Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "aai-ml", "timestamp": 1620870218176, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.250Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.250Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "dcae-sch", "timestamp": 1620870216491, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.251Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.251Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.251Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-k8s-id", "timestamp": 1620870210715, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.251Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.251Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.251Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "clamp", "timestamp": 1620870221719, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.251Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.251Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.251Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "policy-id", "timestamp": 1620870220223, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-13T01:45:15.251Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.251Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.251Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870218086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-13T01:45:15.251Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.251Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.251Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-windriver-id", "timestamp": 1620870213417, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-13T01:45:15.251Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.252Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "aai-ml", "timestamp": 1620870218176, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.252Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.252Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "cds", "timestamp": 1620870217290, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.252Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.252Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870209371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-13T01:45:15.252Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.252Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "dcae-sch", "timestamp": 1620870216491, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.252Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-k8s-id", "timestamp": 1620870210715, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-13T01:45:15.253Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "clamp", "timestamp": 1620870221719, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-13T01:45:15.253Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "policy-id", "timestamp": 1620870220223, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.253Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870218086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.253Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "aai-ml", "timestamp": 1620870218176, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.253Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-windriver-id", "timestamp": 1620870213417, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "cds", "timestamp": 1620870217290, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-k8s-id", "timestamp": 1620870210715, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "dcae-sch", "timestamp": 1620870216491, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870209371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "clamp", "timestamp": 1620870221719, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "policy-id", "timestamp": 1620870220223, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870218086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:45:15.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-windriver-id", "timestamp": 1620870213417, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:45:15.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "aai-ml", "timestamp": 1620870218176, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:45:15.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "cds", "timestamp": 1620870217290, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:45:15.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "dcae-sch", "timestamp": 1620870216491, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870209371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:45:15.256Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-k8s-id", "timestamp": 1620870210715, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:45:15.256Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "clamp", "timestamp": 1620870221719, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.256Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "policy-id", "timestamp": 1620870220223, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.256Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "ves-openapi-manager", "timestamp": 1620870226477, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.256Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "clamp", "timestamp": 1620870221719, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.257Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-windriver-id", "timestamp": 1620870227665, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-13T01:45:15.257Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-k8s-id", "timestamp": 1620870227758, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-13T01:45:15.257Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "aai-ml", "timestamp": 1620870227758, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:45:15.257Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870227759, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-13T01:45:15.257Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "cds", "timestamp": 1620870227767, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:45:15.257Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870227855, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:45:15.258Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "policy-id", "timestamp": 1620870220223, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:45:15.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "ves-openapi-manager", "timestamp": 1620870226477, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "clamp", "timestamp": 1620870221719, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "cds", "timestamp": 1620870228772, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:45:15.265Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of db86a332-984b-4f5d-aca7-52cb2d6d937a 2021-05-13T01:45:15.265Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId db86a332-984b-4f5d-aca7-52cb2d6d937a and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:45:15.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.273Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "dcae-sch", "timestamp": 1620870228976, "artifactURL": "/sdc/v1/catalog/services/a662f25f-cfe1-478e-aa64-5e9fd2b5ce91/resourceInstances/basicclamp0/artifacts/632fe864-7526-4c98-84e6-60763c8a8a1c", "status": "DOWNLOAD_OK" } 2021-05-13T01:45:15.273Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.273Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "ves-openapi-manager", "timestamp": 1620870226477, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.273Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.274Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-windriver-id", "timestamp": 1620870229165, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-13T01:45:15.274Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.274Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.274Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870229257, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-13T01:45:15.274Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.274Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.274Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-k8s-id", "timestamp": 1620870229266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-13T01:45:15.274Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.274Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.274Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "clamp", "timestamp": 1620870221719, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:45:15.274Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.274Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.274Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "policy-id", "timestamp": 1620870229372, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:45:15.274Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.274Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.274Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "ves-openapi-manager", "timestamp": 1620870226477, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.274Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.274Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.274Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "dcae-sch", "timestamp": 1620870230245, "artifactURL": "/sdc/v1/catalog/services/a662f25f-cfe1-478e-aa64-5e9fd2b5ce91/resourceInstances/basicclamp0/artifacts/632fe864-7526-4c98-84e6-60763c8a8a1c", "status": "DEPLOY_OK" } 2021-05-13T01:45:15.274Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.274Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.274Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "policy-id", "timestamp": 1620870230377, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:45:15.275Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.275Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870230809, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-13T01:45:15.275Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.275Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "ves-openapi-manager", "timestamp": 1620870226477, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.275Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.275Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "dcae-sch", "timestamp": 1620870231249, "artifactURL": "/sdc/v1/catalog/services/a662f25f-cfe1-478e-aa64-5e9fd2b5ce91/resourceInstances/basicclamp0/artifacts/632fe864-7526-4c98-84e6-60763c8a8a1c", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:45:15.279Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of db86a332-984b-4f5d-aca7-52cb2d6d937a 2021-05-13T01:45:15.279Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId db86a332-984b-4f5d-aca7-52cb2d6d937a and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:45:15.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-windriver-id", "timestamp": 1620870231251, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-13T01:45:15.287Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "policy-id", "timestamp": 1620870231379, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:45:15.291Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db86a332-984b-4f5d-aca7-52cb2d6d937a 2021-05-13T01:45:15.291Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId db86a332-984b-4f5d-aca7-52cb2d6d937a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:45:15.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-k8s-id", "timestamp": 1620870231458, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-13T01:45:15.300Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870231512, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-13T01:45:15.300Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "ves-openapi-manager", "timestamp": 1620870226477, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-windriver-id", "timestamp": 1620870232258, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:45:15.305Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db86a332-984b-4f5d-aca7-52cb2d6d937a 2021-05-13T01:45:15.305Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId db86a332-984b-4f5d-aca7-52cb2d6d937a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-13T01:45:15.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-k8s-id", "timestamp": 1620870232497, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:45:15.318Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db86a332-984b-4f5d-aca7-52cb2d6d937a 2021-05-13T01:45:15.318Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId db86a332-984b-4f5d-aca7-52cb2d6d937a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-13T01:45:15.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870232503, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-13T01:45:15.327Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870232515, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:45:15.333Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db86a332-984b-4f5d-aca7-52cb2d6d937a 2021-05-13T01:45:15.333Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId db86a332-984b-4f5d-aca7-52cb2d6d937a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-13T01:45:15.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "cds", "timestamp": 1620870232290, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "ves-openapi-manager", "timestamp": 1620870226477, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-windriver-id", "timestamp": 1620870233261, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-13T01:45:15.340Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-k8s-id", "timestamp": 1620870233501, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-13T01:45:15.340Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870233519, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-13T01:45:15.340Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "cds", "timestamp": 1620870232290, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870233927, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-13T01:45:15.341Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "ves-openapi-manager", "timestamp": 1620870226477, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "aai-ml", "timestamp": 1620870234303, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:45:15.341Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870233730, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "clamp", "timestamp": 1620870234753, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:45:15.341Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-windriver-id", "timestamp": 1620870234265, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "cds", "timestamp": 1620870232290, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870235063, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-13T01:45:15.342Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "ves-openapi-manager", "timestamp": 1620870226477, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-k8s-id", "timestamp": 1620870234517, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "aai-ml", "timestamp": 1620870235308, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:45:15.350Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of db86a332-984b-4f5d-aca7-52cb2d6d937a 2021-05-13T01:45:15.350Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId db86a332-984b-4f5d-aca7-52cb2d6d937a and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:45:15.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870233730, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "clamp", "timestamp": 1620870235757, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-13T01:45:15.361Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-windriver-id", "timestamp": 1620870234265, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-13T01:45:15.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "cds", "timestamp": 1620870232290, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870236065, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-13T01:45:15.362Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "ves-openapi-manager", "timestamp": 1620870226477, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-k8s-id", "timestamp": 1620870234517, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-13T01:45:15.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870233730, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-windriver-id", "timestamp": 1620870234265, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-13T01:45:15.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "cds", "timestamp": 1620870232290, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870237070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-13T01:45:15.363Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "dcae-sch", "timestamp": 1620870236491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "ves-openapi-manager", "timestamp": 1620870226477, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-k8s-id", "timestamp": 1620870234517, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-13T01:45:15.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870233730, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-windriver-id", "timestamp": 1620870234265, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "cds", "timestamp": 1620870232290, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870238073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:45:15.365Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "dcae-sch", "timestamp": 1620870236491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "ves-openapi-manager", "timestamp": 1620870226477, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-k8s-id", "timestamp": 1620870234517, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870233730, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870238086, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-windriver-id", "timestamp": 1620870234265, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-13T01:45:15.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "cds", "timestamp": 1620870232290, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:45:15.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "dcae-sch", "timestamp": 1620870236491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "ves-openapi-manager", "timestamp": 1620870226477, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-k8s-id", "timestamp": 1620870234517, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-13T01:45:15.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870233730, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870238086, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-13T01:45:15.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "clamp", "timestamp": 1620870239853, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:45:15.368Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-windriver-id", "timestamp": 1620870234265, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "dcae-sch", "timestamp": 1620870236491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "ves-openapi-manager", "timestamp": 1620870226477, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-k8s-id", "timestamp": 1620870234517, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870233730, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870238086, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-13T01:45:15.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "clamp", "timestamp": 1620870240856, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-13T01:45:15.370Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "policy-id", "timestamp": 1620870240223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-windriver-id", "timestamp": 1620870234265, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:45:15.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "dcae-sch", "timestamp": 1620870236491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "ves-openapi-manager", "timestamp": 1620870226477, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-k8s-id", "timestamp": 1620870234517, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:45:15.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870233730, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:45:15.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870238086, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "clamp", "timestamp": 1620870241858, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:45:15.379Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of db86a332-984b-4f5d-aca7-52cb2d6d937a 2021-05-13T01:45:15.379Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId db86a332-984b-4f5d-aca7-52cb2d6d937a and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:45:15.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "policy-id", "timestamp": 1620870240223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "dcae-sch", "timestamp": 1620870236491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870238086, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-13T01:45:15.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "policy-id", "timestamp": 1620870240223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-13T01:45:15.390Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "dcae-sch", "timestamp": 1620870236491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.390Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870238086, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.390Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "cds", "timestamp": 1620870243805, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:45:15.390Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "policy-id", "timestamp": 1620870240223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870238086, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:45:15.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "cds", "timestamp": 1620870244809, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:45:15.406Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 10943f04-ab75-43b3-9554-62afb4ae7525 2021-05-13T01:45:15.407Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10943f04-ab75-43b3-9554-62afb4ae7525 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:45:15.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "policy-id", "timestamp": 1620870240223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-windriver-id", "timestamp": 1620870245260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-13T01:45:15.417Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-k8s-id", "timestamp": 1620870245353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-13T01:45:15.417Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870245355, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:45:15.417Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "policy-id", "timestamp": 1620870240223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870246557, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-13T01:45:15.418Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "policy-id", "timestamp": 1620870240223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:45:15.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-windriver-id", "timestamp": 1620870247253, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-13T01:45:15.418Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870247352, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:45:15.418Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-k8s-id", "timestamp": 1620870247359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-13T01:45:15.419Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870248168, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-13T01:45:15.419Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870248355, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:45:15.426Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of db86a332-984b-4f5d-aca7-52cb2d6d937a 2021-05-13T01:45:15.426Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId db86a332-984b-4f5d-aca7-52cb2d6d937a and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:45:15.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "policy-id", "timestamp": 1620870248558, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:45:15.435Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-windriver-id", "timestamp": 1620870248780, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-13T01:45:15.436Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "aai-ml", "timestamp": 1620870248176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-k8s-id", "timestamp": 1620870248878, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-13T01:45:15.436Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870233730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.437Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870249554, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-13T01:45:15.437Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "policy-id", "timestamp": 1620870249562, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:45:15.437Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-windriver-id", "timestamp": 1620870249787, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:45:15.446Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10943f04-ab75-43b3-9554-62afb4ae7525 2021-05-13T01:45:15.447Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10943f04-ab75-43b3-9554-62afb4ae7525 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:45:15.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "aai-ml", "timestamp": 1620870248176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-k8s-id", "timestamp": 1620870249909, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:45:15.463Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10943f04-ab75-43b3-9554-62afb4ae7525 2021-05-13T01:45:15.463Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10943f04-ab75-43b3-9554-62afb4ae7525 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-13T01:45:15.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870233730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870250558, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:45:15.477Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10943f04-ab75-43b3-9554-62afb4ae7525 2021-05-13T01:45:15.477Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10943f04-ab75-43b3-9554-62afb4ae7525 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-13T01:45:15.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "policy-id", "timestamp": 1620870250564, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:45:15.491Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10943f04-ab75-43b3-9554-62afb4ae7525 2021-05-13T01:45:15.492Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10943f04-ab75-43b3-9554-62afb4ae7525 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-13T01:45:15.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-windriver-id", "timestamp": 1620870250793, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-13T01:45:15.500Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "aai-ml", "timestamp": 1620870248176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.500Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-k8s-id", "timestamp": 1620870250912, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-13T01:45:15.500Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870233730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.501Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870251560, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-13T01:45:15.502Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:45:15.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "aai-ml", "timestamp": 1620870248176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "clamp", "timestamp": 1620870251719, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870233730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "aai-ml", "timestamp": 1620870248176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "clamp", "timestamp": 1620870251719, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-13T01:45:15.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870233730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "aai-ml", "timestamp": 1620870248176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "clamp", "timestamp": 1620870251719, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870233730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:45:15.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:15.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-13T01:45:15.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "aai-ml", "timestamp": 1620870248176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:45:15.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-13T01:45:29.119Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db86a332-984b-4f5d-aca7-52cb2d6d937a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:45:29.130Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db86a332-984b-4f5d-aca7-52cb2d6d937a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:45:29.132Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-13T01:45:29.132Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-13T01:45:29.132Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-13T01:45:29.132Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-13T01:45:29.132Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:45:29.132Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:45:29.132Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:45:29.133Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:45:29.133Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:45:29.133Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:45:29.133Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:45:29.133Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:45:29.138Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-13T01:45:59.138Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: db86a332-984b-4f5d-aca7-52cb2d6d937a and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-13T01:45:59.143Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db86a332-984b-4f5d-aca7-52cb2d6d937a and serviceModelVersionId: a662f25f-cfe1-478e-aa64-5e9fd2b5ce91 2021-05-13T01:45:59.143Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 077b1cb3-816f-4074-a0e5-f615ba0163a0 2021-05-13T01:45:59.144Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/077b1cb3-816f-4074-a0e5-f615ba0163a0/model-vers/model-ver/a662f25f-cfe1-478e-aa64-5e9fd2b5ce91?depth=0 2021-05-13T01:45:59.149Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-05-13T01:45:59.177Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/077b1cb3-816f-4074-a0e5-f615ba0163a0/model-vers/model-ver/a662f25f-cfe1-478e-aa64-5e9fd2b5ce91?depth=0|INFO|500||Invoke 2021-05-13T01:45:59.178Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/077b1cb3-816f-4074-a0e5-f615ba0163a0/model-vers/model-ver/a662f25f-cfe1-478e-aa64-5e9fd2b5ce91?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/077b1cb3-816f-4074-a0e5-f615ba0163a0/model-vers/model-ver/a662f25f-cfe1-478e-aa64-5e9fd2b5ce91?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[db86a332-984b-4f5d-aca7-52cb2d6d937a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[21b25e02-bdef-408e-8bb6-143e3cdf51a8], X-ECOMP-RequestID=[db86a332-984b-4f5d-aca7-52cb2d6d937a], X-TransactionId=[], X-ONAP-RequestID=[db86a332-984b-4f5d-aca7-52cb2d6d937a], Content-Type=[application/merge-patch+json]} 2021-05-13T01:45:59.194Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/077b1cb3-816f-4074-a0e5-f615ba0163a0/model-vers/model-ver/a662f25f-cfe1-478e-aa64-5e9fd2b5ce91?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-13T01:45:59.406Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/077b1cb3-816f-4074-a0e5-f615ba0163a0/model-vers/model-ver/a662f25f-cfe1-478e-aa64-5e9fd2b5ce91?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/077b1cb3-816f-4074-a0e5-f615ba0163a0/model-vers/model-ver/a662f25f-cfe1-478e-aa64-5e9fd2b5ce91?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210513-01:45:59:189-95332], vertex-id=[241680], Content-Length=[0], Date=[Thu, 13 May 2021 01:45:59 GMT], Content-Type=[application/json]} 2021-05-13T01:45:59.406Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/077b1cb3-816f-4074-a0e5-f615ba0163a0/model-vers/model-ver/a662f25f-cfe1-478e-aa64-5e9fd2b5ce91?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-13T01:45:59.407Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/077b1cb3-816f-4074-a0e5-f615ba0163a0/model-vers/model-ver/a662f25f-cfe1-478e-aa64-5e9fd2b5ce91?depth=0|INFO|500||InvokeReturn 2021-05-13T01:45:59.408Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-13T01:45:59.408Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-13T01:45:59.413Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-13T01:45:59.413Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db86a332-984b-4f5d-aca7-52cb2d6d937a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-13T01:45:59.413Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-13T01:45:59.414Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:45:59.416Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:45:59.416Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870359413, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-13T01:45:59.516Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:45:59.517Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:45:59.517Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:45:59.531Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:45:59.532Z||pool-67-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-05-13T01:46:00.428Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:46:00.429Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:46:00.429Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:46:04.724Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:46:04.725Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-13T01:46:04.725Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"10943f04-ab75-43b3-9554-62afb4ae7525","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"69c48924-b721-4370-b1c8-e440b9f05c71","serviceDescription":"service","serviceInvariantUUID":"bc719e0b-4197-4f88-9ac3-c94bd58db407","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"646c0757-87cd-430b-b6b9-142bf6f97144","resourceInvariantUUID":"bb570937-1012-4a33-99b0-7bdb6fa70191","resourceCustomizationUUID":"dc45cefa-c552-4122-9326-a63c2ead1f70","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":"OGE1NGM2ODNhY2I5MTFiMWNmNjM2NDZhYTllMThkMTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1d1ef04c-6877-458b-aa5d-40395ff55c11","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":"MDY0MjUxYjQ4YmExMTMyYWRkZmY0YjkwM2U0M2I2Mjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9142f901-41de-45ee-ad66-e152bbe1d470","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":"73e895df-799d-4fd9-b401-96f8fc974843","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":"3a3d23c3-4f67-4f0f-b091-0ff4b5a75d72","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":"d856bbb8-df14-4192-8c9b-b2adeb67090b","artifactVersion":"2","generatedFromUUID":"73e895df-799d-4fd9-b401-96f8fc974843"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"M2JlMDRlNzA0MTZmY2EyMTY0ZGQ0MDdlZDg1MGUwYmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"39f43216-d5cf-4ca3-a971-8daa402ec878","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZTQ2N2QxZTIwZDE0YmFiOWI4ZmQxN2YxMjVmZmExZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"794a6601-3df3-422c-b881-fa296687267d","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-13T01:46:04.726Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:46:04.727Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:46:04.728Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:46:04.728Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870360428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:46:04.828Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:46:04.829Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:46:04.830Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:46:04.840Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:46:04.840Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:46:05.729Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:46:05.730Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:46:05.731Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:46:05.732Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870360428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-13T01:46:05.836Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2021-05-13T01:46:05.836Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:46:05.836Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:46:05.845Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:46:05.845Z||pool-69-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:46:06.732Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:46:06.734Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:46:06.736Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:46:06.737Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870360428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-13T01:46:06.837Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:46:06.837Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:46:06.837Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:46:06.845Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:46:06.845Z||pool-70-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:46:07.737Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:46:07.738Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:46:07.740Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:46:07.740Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870360428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:46:07.840Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:46:07.841Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:46:07.841Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:46:07.848Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:46:07.849Z||pool-71-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:46:08.740Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:46:08.741Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:46:08.743Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:46:08.743Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870360428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-13T01:46:08.843Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:46:08.844Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:46:08.844Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:46:08.852Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:46:08.852Z||pool-72-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:46:09.744Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:46:09.744Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:46:09.746Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:46:09.746Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870360428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:46:09.847Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:46:09.847Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:46:09.847Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:46:09.856Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:46:09.856Z||pool-73-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:46:10.747Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:46:10.748Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:46:10.749Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:46:10.749Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870360428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:46:10.850Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:46:10.851Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:46:10.851Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:46:10.859Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:46:10.860Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:46:11.751Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "69c48924-b721-4370-b1c8-e440b9f05c71", "serviceDescription": "service", "serviceInvariantUUID": "bc719e0b-4197-4f88-9ac3-c94bd58db407", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "dc45cefa-c552-4122-9326-a63c2ead1f70", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "646c0757-87cd-430b-b6b9-142bf6f97144", "resourceInvariantUUID": "bb570937-1012-4a33-99b0-7bdb6fa70191", "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": "MDY0MjUxYjQ4YmExMTMyYWRkZmY0YjkwM2U0M2I2Mjc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9142f901-41de-45ee-ad66-e152bbe1d470", "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": "73e895df-799d-4fd9-b401-96f8fc974843", "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": "d856bbb8-df14-4192-8c9b-b2adeb67090b", "generatedFromUUID": "73e895df-799d-4fd9-b401-96f8fc974843" }, "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": "d856bbb8-df14-4192-8c9b-b2adeb67090b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZTQ2N2QxZTIwZDE0YmFiOWI4ZmQxN2YxMjVmZmExZTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "794a6601-3df3-422c-b881-fa296687267d" } ], "workloadContext": "Production" } 2021-05-13T01:46:11.751Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-13T01:46:11.751Z|db86a332-984b-4f5d-aca7-52cb2d6d937a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 69c48924-b721-4370-b1c8-e440b9f05c71 ASDC 2021-05-13T01:46:11.752Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:10943f04-ab75-43b3-9554-62afb4ae7525 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:69c48924-b721-4370-b1c8-e440b9f05c71 ServiceInvariantUUID:bc719e0b-4197-4f88-9ac3-c94bd58db407 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:794a6601-3df3-422c-b881-fa296687267d ArtifactChecksum:ZTQ2N2QxZTIwZDE0YmFiOWI4ZmQxN2YxMjVmZmExZTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:dc45cefa-c552-4122-9326-a63c2ead1f70 ResourceInvariantUUID:bb570937-1012-4a33-99b0-7bdb6fa70191 ResourceName:basic_vm ResourceType:VF ResourceUUID:646c0757-87cd-430b-b6b9-142bf6f97144 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:9142f901-41de-45ee-ad66-e152bbe1d470 ArtifactChecksum:MDY0MjUxYjQ4YmExMTMyYWRkZmY0YjkwM2U0M2I2Mjc= 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:73e895df-799d-4fd9-b401-96f8fc974843 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:d856bbb8-df14-4192-8c9b-b2adeb67090b 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:d856bbb8-df14-4192-8c9b-b2adeb67090b ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-13T01:46:11.752Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69c48924-b721-4370-b1c8-e440b9f05c71 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-13T01:46:11.795Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-13T01:46:11.796Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-13T01:46:11.796Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-13T01:46:11.796Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 794a6601-3df3-422c-b881-fa296687267d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-13T01:46:11.796Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-13T01:46:11.796Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-13T01:46:12.226Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-13T01:46:12.229Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 794a6601-3df3-422c-b881-fa296687267d 74272 2021-05-13T01:46:12.229Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-05-13T01:46:12.229Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-13T01:46:12.229Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-13T01:46:12.229Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:46:12.231Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:46:12.231Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870372229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:46:12.331Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:46:12.332Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:46:12.332Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:46:12.340Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:46:12.341Z||pool-75-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:46:13.231Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-13T01:46:13.233Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-13T01:46:13.233Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 794a6601-3df3-422c-b881-fa296687267d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-05-13T01:46:13.233Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-05-13T01:46:13.233Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-05-13T01:46:13.233Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-05-13T01:46:13.541Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP590565327535442862/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided 2021-05-13T01:46:14.452Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-13T01:46:14.452Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-13T01:46:14.452Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-13T01:46:14.452Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-13T01:46:14.453Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-13T01:46:14.453Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-13T01:46:14.453Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-13T01:46:14.453Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-13T01:46:14.453Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-13T01:46:14.453Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-13T01:46:14.453Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-13T01:46:14.453Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-13T01:46:14.453Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-13T01:46:14.453Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-13T01:46:14.453Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-13T01:46:14.453Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:46:14.453Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:46:14.454Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-13T01:46:14.454Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-13T01:46:14.454Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-13T01:46:14.454Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:46:14.454Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:46:14.454Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-13T01:46:14.454Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-13T01:46:14.454Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-13T01:46:14.454Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:46:14.454Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:46:14.455Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:46:14.455Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-13T01:46:14.455Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-13T01:46:14.455Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-05-13T01:46:14.455Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-05-13T01:46:14.455Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-05-13T01:46:14.455Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-13T01:46:14.455Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:46:14.455Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-13T01:46:14.455Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:46:14.455Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-13T01:46:14.455Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:46:14.456Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:46:14.456Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-13T01:46:14.456Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:46:14.456Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:46:14.456Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-13T01:46:14.456Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:46:14.456Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:46:14.456Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-13T01:46:14.456Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-13T01:46:14.456Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-13T01:46:14.456Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=12cf1d36-5ba6-4173-bd96-93ca855bbbfe 2021-05-13T01:46:14.457Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:46:14.457Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:46:14.457Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:46:14.457Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:46:14.457Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:46:14.457Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:46:14.457Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:46:14.457Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:46:14.457Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:69c48924-b721-4370-b1c8-e440b9f05c71 Model Version:NULL Model InvariantUuid:bc719e0b-4197-4f88-9ac3-c94bd58db407 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:f7523293-e13d-448a-b625-0d44101df0bb Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:bb570937-1012-4a33-99b0-7bdb6fa70191 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:dc45cefa-c552-4122-9326-a63c2ead1f70 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:80fd33ed-93d3-4f46-97af-3323f385bd72 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:8f544674-8fdf-4512-950b-fe36379f0e47 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:12cf1d36-5ba6-4173-bd96-93ca855bbbfe ModelInvariantUuid:98d6548c-f326-4fcf-956c-ae3c9755a06a ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:d1d2418c-e0ab-4722-988a-801456eaf3c2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:d637423a-cbda-4de2-93c1-3932028b162a ModelInvariantUuid:43322f59-c052-4ddc-86cb-8f15160bdef0 ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:55bda110-d930-4a16-9398-e5d99d9be033 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-13T01:46:14.464Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 646c0757-87cd-430b-b6b9-142bf6f97144 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-13T01:46:14.467Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||basic_vm 0 2021-05-13T01:46:14.467Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 646c0757-87cd-430b-b6b9-142bf6f97144 2021-05-13T01:46:14.468Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9142f901-41de-45ee-ad66-e152bbe1d470 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-05-13T01:46:14.468Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-13T01:46:14.468Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-05-13T01:46:15.029Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-13T01:46:15.030Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 9142f901-41de-45ee-ad66-e152bbe1d470 787 2021-05-13T01:46:15.030Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-05-13T01:46:15.030Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-05-13T01:46:15.030Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-13T01:46:15.030Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:46:15.032Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:46:15.033Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870375030, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-13T01:46:15.133Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-13T01:46:15.133Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:46:15.134Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:46:15.144Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:46:15.145Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:46:15.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:46:15.207Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:46:15.207Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:46:15.226Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:46:15.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:46:15.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "clamp", "timestamp": 1620870251719, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:46:15.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:46:16.033Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "80fd33ed-93d3-4f46-97af-3323f385bd72", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8f544674-8fdf-4512-950b-fe36379f0e47", "vfModuleModelCustomizationUUID": "9c1e952c-d14c-4826-9421-90eedf605faf", "isBase": true, "artifacts": [ "73e895df-799d-4fd9-b401-96f8fc974843", "d856bbb8-df14-4192-8c9b-b2adeb67090b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-13T01:46:16.038Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8f544674-8fdf-4512-950b-fe36379f0e47 VfModuleModelInvariantUUID:80fd33ed-93d3-4f46-97af-3323f385bd72 VfModuleModelDescription:NULL Artifacts UUID List:{ 73e895df-799d-4fd9-b401-96f8fc974843 , d856bbb8-df14-4192-8c9b-b2adeb67090b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-13T01:46:16.040Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "80fd33ed-93d3-4f46-97af-3323f385bd72", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8f544674-8fdf-4512-950b-fe36379f0e47", "vfModuleModelCustomizationUUID": "9c1e952c-d14c-4826-9421-90eedf605faf", "isBase": true, "artifacts": [ "73e895df-799d-4fd9-b401-96f8fc974843", "d856bbb8-df14-4192-8c9b-b2adeb67090b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-13T01:46:16.040Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8f544674-8fdf-4512-950b-fe36379f0e47 VfModuleModelInvariantUUID:80fd33ed-93d3-4f46-97af-3323f385bd72 VfModuleModelDescription:NULL Artifacts UUID List:{ 73e895df-799d-4fd9-b401-96f8fc974843 , d856bbb8-df14-4192-8c9b-b2adeb67090b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-13T01:46:16.041Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 73e895df-799d-4fd9-b401-96f8fc974843 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-13T01:46:16.041Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-13T01:46:16.041Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-13T01:46:16.169Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-13T01:46:16.170Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 73e895df-799d-4fd9-b401-96f8fc974843 5033 2021-05-13T01:46:16.170Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-05-13T01:46:16.170Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-13T01:46:16.170Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-13T01:46:16.170Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:46:16.172Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:46:16.172Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870376170, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-13T01:46:16.272Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:46:16.273Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:46:16.273Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:46:16.281Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:46:16.281Z||pool-77-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:46:17.173Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d856bbb8-df14-4192-8c9b-b2adeb67090b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-13T01:46:17.174Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-13T01:46:17.174Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-13T01:46:17.598Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-13T01:46:17.598Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env d856bbb8-df14-4192-8c9b-b2adeb67090b 903 2021-05-13T01:46:17.599Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-05-13T01:46:17.599Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-13T01:46:17.599Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-13T01:46:17.599Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:46:17.600Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:46:17.600Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870377599, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-13T01:46:17.701Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:46:17.701Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:46:17.702Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:46:17.710Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:46:17.710Z||pool-78-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:46:18.601Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 69c48924-b721-4370-b1c8-e440b9f05c71 2021-05-13T01:46:18.601Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 646c0757-87cd-430b-b6b9-142bf6f97144 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-13T01:46:18.614Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:46:18.614Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:46:18.614Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-05-13T01:46:18.614Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= dc45cefa-c552-4122-9326-a63c2ead1f70 2021-05-13T01:46:18.614Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dc45cefa-c552-4122-9326-a63c2ead1f70 matches Tosca VF Customization UUID: dc45cefa-c552-4122-9326-a63c2ead1f70 2021-05-13T01:46:18.614Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: dc45cefa-c552-4122-9326-a63c2ead1f70 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-13T01:46:18.616Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:46:18.616Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:46:18.617Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id dc45cefa-c552-4122-9326-a63c2ead1f70: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-05-13T01:46:18.617Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3df6a108 2021-05-13T01:46:18.617Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:46:18.617Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-13T01:46:18.617Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9c1e952c-d14c-4826-9421-90eedf605faf 2021-05-13T01:46:18.617Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9c1e952c-d14c-4826-9421-90eedf605faf Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-13T01:46:18.619Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:46:18.619Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-13T01:46:18.619Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:46:18.620Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:46:18.620Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-13T01:46:18.620Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:46:18.620Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:46:18.620Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-13T01:46:18.620Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-13T01:46:18.621Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-13T01:46:18.621Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=12cf1d36-5ba6-4173-bd96-93ca855bbbfe Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-13T01:46:18.623Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:46:18.623Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-13T01:46:18.623Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:46:18.623Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:46:18.624Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-13T01:46:18.624Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=dc45cefa-c552-4122-9326-a63c2ead1f70 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-13T01:46:18.625Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:46:18.626Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:46:18.626Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 69c48924-b721-4370-b1c8-e440b9f05c71: basic_vm 2021-05-13T01:46:18.626Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:46:18.626Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:46:18.626Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:46:18.626Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:46:18.626Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:46:18.626Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:46:18.626Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:46:18.626Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:46:18.627Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:46:18.627Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:46:18.627Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:46:18.715Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 646c0757-87cd-430b-b6b9-142bf6f97144 1 ASDC deployResourceStructure 2021-05-13T01:46:18.716Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-05-13T01:46:18.716Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-05-13T01:46:18.716Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-13T01:46:18.716Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:46:18.718Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:46:18.719Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870378716, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-13T01:46:18.819Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:46:18.819Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:46:18.820Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:46:18.832Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:46:18.832Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:46:19.719Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-05-13T01:46:19.720Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-13T01:46:19.720Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-13T01:46:19.721Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:46:19.723Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:46:19.723Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870379719, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-13T01:46:19.823Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-13T01:46:19.825Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:46:19.825Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:46:19.834Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:46:19.835Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:46:20.724Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-05-13T01:46:20.725Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-13T01:46:20.725Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-13T01:46:20.725Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:46:20.727Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:46:20.727Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870380724, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-13T01:46:20.827Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:46:20.828Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:46:20.828Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:46:20.837Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:46:20.837Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:46:21.728Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-05-13T01:46:21.728Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-13T01:46:21.729Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-13T01:46:21.729Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:46:21.730Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:46:21.730Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870381728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:46:21.831Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:46:21.832Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:46:21.832Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:46:21.842Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:46:21.842Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:46:22.731Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10943f04-ab75-43b3-9554-62afb4ae7525 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:46:22.744Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10943f04-ab75-43b3-9554-62afb4ae7525 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:46:22.747Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-13T01:46:22.747Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-13T01:46:22.747Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-13T01:46:52.747Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10943f04-ab75-43b3-9554-62afb4ae7525 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:46:52.757Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10943f04-ab75-43b3-9554-62afb4ae7525 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:46:52.760Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-13T01:46:52.760Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-13T01:46:52.761Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-13T01:47:15.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:47:15.207Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:47:15.207Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:47:15.229Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:47:15.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:47:15.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870233730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:47:15.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:47:15.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:47:15.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "aai-ml", "timestamp": 1620870255979, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:47:15.230Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:47:15.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:47:15.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "clamp", "timestamp": 1620870251719, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:47:15.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:47:15.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:47:15.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870256630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:47:15.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:47:15.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:47:15.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "clamp", "timestamp": 1620870251719, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:47:15.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:47:15.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:47:15.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "clamp", "timestamp": 1620870251719, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:47:15.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:47:15.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:47:15.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870258818, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:47:15.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:47:15.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:47:15.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870259823, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:47:15.237Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 10943f04-ab75-43b3-9554-62afb4ae7525 2021-05-13T01:47:15.237Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10943f04-ab75-43b3-9554-62afb4ae7525 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:47:15.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:47:15.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "aai-ml", "timestamp": 1620870264652, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:47:15.247Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:47:15.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:47:15.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "aai-ml", "timestamp": 1620870265657, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:47:15.252Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 10943f04-ab75-43b3-9554-62afb4ae7525 2021-05-13T01:47:15.252Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10943f04-ab75-43b3-9554-62afb4ae7525 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:47:15.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:47:15.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "clamp", "timestamp": 1620870268757, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:47:15.263Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:47:15.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:47:15.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "clamp", "timestamp": 1620870270763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:47:15.263Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:47:15.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:47:15.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "clamp", "timestamp": 1620870271765, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:47:15.268Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 10943f04-ab75-43b3-9554-62afb4ae7525 2021-05-13T01:47:15.268Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10943f04-ab75-43b3-9554-62afb4ae7525 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:47:22.761Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10943f04-ab75-43b3-9554-62afb4ae7525 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:47:22.772Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10943f04-ab75-43b3-9554-62afb4ae7525 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:47:22.774Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-13T01:47:22.774Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-13T01:47:22.774Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-13T01:47:22.774Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-13T01:47:22.775Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:47:22.775Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:47:22.775Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:47:22.775Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:47:22.775Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:47:22.775Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:47:22.775Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:47:22.780Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-13T01:47:52.780Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10943f04-ab75-43b3-9554-62afb4ae7525 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-13T01:47:52.786Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10943f04-ab75-43b3-9554-62afb4ae7525 and serviceModelVersionId: 69c48924-b721-4370-b1c8-e440b9f05c71 2021-05-13T01:47:52.786Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc719e0b-4197-4f88-9ac3-c94bd58db407 2021-05-13T01:47:52.787Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc719e0b-4197-4f88-9ac3-c94bd58db407/model-vers/model-ver/69c48924-b721-4370-b1c8-e440b9f05c71?depth=0 2021-05-13T01:47:52.794Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-05-13T01:47:52.825Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bc719e0b-4197-4f88-9ac3-c94bd58db407/model-vers/model-ver/69c48924-b721-4370-b1c8-e440b9f05c71?depth=0|INFO|500||Invoke 2021-05-13T01:47:52.826Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bc719e0b-4197-4f88-9ac3-c94bd58db407/model-vers/model-ver/69c48924-b721-4370-b1c8-e440b9f05c71?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bc719e0b-4197-4f88-9ac3-c94bd58db407/model-vers/model-ver/69c48924-b721-4370-b1c8-e440b9f05c71?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[10943f04-ab75-43b3-9554-62afb4ae7525], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d5d97c16-3a7d-4cf0-9540-820ba9742aae], X-ECOMP-RequestID=[10943f04-ab75-43b3-9554-62afb4ae7525], X-TransactionId=[], X-ONAP-RequestID=[10943f04-ab75-43b3-9554-62afb4ae7525], Content-Type=[application/merge-patch+json]} 2021-05-13T01:47:52.843Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bc719e0b-4197-4f88-9ac3-c94bd58db407/model-vers/model-ver/69c48924-b721-4370-b1c8-e440b9f05c71?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-13T01:47:53.041Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bc719e0b-4197-4f88-9ac3-c94bd58db407/model-vers/model-ver/69c48924-b721-4370-b1c8-e440b9f05c71?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/bc719e0b-4197-4f88-9ac3-c94bd58db407/model-vers/model-ver/69c48924-b721-4370-b1c8-e440b9f05c71?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210513-01:47:52:838-32208], vertex-id=[204992], Content-Length=[0], Date=[Thu, 13 May 2021 01:47:52 GMT], Content-Type=[application/json]} 2021-05-13T01:47:53.041Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bc719e0b-4197-4f88-9ac3-c94bd58db407/model-vers/model-ver/69c48924-b721-4370-b1c8-e440b9f05c71?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-13T01:47:53.042Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bc719e0b-4197-4f88-9ac3-c94bd58db407/model-vers/model-ver/69c48924-b721-4370-b1c8-e440b9f05c71?depth=0|INFO|500||InvokeReturn 2021-05-13T01:47:53.043Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-13T01:47:53.043Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-13T01:47:53.047Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-13T01:47:53.047Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10943f04-ab75-43b3-9554-62afb4ae7525 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-13T01:47:53.048Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-13T01:47:53.048Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:47:53.050Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:47:53.050Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870473048, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-13T01:47:53.150Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:47:53.151Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:47:53.151Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:47:53.162Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:47:53.163Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-13T01:47:54.061Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:47:54.062Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:47:54.062Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:47:54.681Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:47:54.682Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-13T01:47:54.682Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"3c9fad20-dcce-414b-a0c9-13ab7502fa22","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"ddfc8ef5-2160-403d-911e-5037b41af441","serviceDescription":"service","serviceInvariantUUID":"6fe9f1f8-11c0-4bd2-b527-0901832497ed","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"45c2bd07-ff5a-4a7d-b9e3-1de240447c9e","resourceInvariantUUID":"e91ba10e-ef33-4212-9d93-0a770c535069","resourceCustomizationUUID":"706ff9d0-90ec-4963-b11a-6b8b51e1dcd1","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":"MzA3ZDA3NDUzMjIwNzJkMThkM2JjZWYwOTc5NGIyYmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"520e39ff-512e-405c-8fb3-d5b93cbe5091","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":"081cd723-2b57-44e1-9342-af74ad4e6b4c","artifactVersion":"2","generatedFromUUID":"b0d525c6-3486-4b7b-bfdf-6ee0f6a86314"},{"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":"b0d525c6-3486-4b7b-bfdf-6ee0f6a86314","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":"ZmFjZTExY2RjMzc2ZDljMTFkNThiYmNiMDNjMmZmYTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8e46ea24-404b-4598-8243-565ecfbe5d9b","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":"84b60196-9d53-41c5-95f1-2d0d16e8f9e9","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":"051d6237-d672-4ed5-b15a-853deb4e9354","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":"2d6b2e4d-3699-4766-a48a-c692c401e05e","artifactVersion":"2","generatedFromUUID":"84b60196-9d53-41c5-95f1-2d0d16e8f9e9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NGE0ZTY2NmU1ZTg4ODZmM2M5MWU5ZGE0ODBjZGE2NTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3754657c-d852-4a58-832f-08cb7f797625","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NmVhNzA1ZmJkMDc0MTI2YjIyYzgyMWM3MTQyZGJmNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"61a51b29-5f8b-403a-8df2-6bafdfdcd56f","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-13T01:47:54.683Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:47:54.684Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:47:54.685Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:47:54.685Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870474061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:47:54.786Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-13T01:47:54.786Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:47:54.787Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:47:54.797Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:47:54.797Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:47:55.686Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:47:55.687Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:47:55.689Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:47:55.690Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870474061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-13T01:47:55.790Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:47:55.791Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:47:55.791Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:47:55.799Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:47:55.800Z||pool-85-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:47:56.690Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:47:56.691Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:47:56.693Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:47:56.693Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870474061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-13T01:47:56.794Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-13T01:47:56.795Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:47:56.795Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:47:56.803Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:47:56.804Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:47:57.694Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:47:57.695Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:47:57.696Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:47:57.696Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870474061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-13T01:47:57.796Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:47:57.797Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:47:57.797Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:47:57.806Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:47:57.807Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:47:58.697Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:47:58.698Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:47:58.700Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:47:58.700Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870474061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-13T01:47:58.800Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:47:58.801Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:47:58.801Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:47:58.827Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:47:58.828Z||pool-88-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:47:59.701Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:47:59.702Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:47:59.704Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:47:59.704Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870474061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:47:59.804Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:47:59.806Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:47:59.806Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:47:59.815Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:47:59.816Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:48:00.705Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:48:00.706Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:48:00.708Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:48:00.708Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870474061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-13T01:48:00.808Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:48:00.809Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:48:00.809Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:48:00.818Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:48:00.818Z||pool-90-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:48:01.708Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:48:01.709Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:48:01.712Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:48:01.712Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870474061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:48:01.812Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:48:01.813Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:48:01.813Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:48:01.822Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:48:01.822Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:48:02.712Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-13T01:48:02.713Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:48:02.715Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:48:02.715Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870474061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:48:02.815Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:48:02.816Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:48:02.816Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:48:02.824Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:48:02.824Z||pool-92-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:48:03.716Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "ddfc8ef5-2160-403d-911e-5037b41af441", "serviceDescription": "service", "serviceInvariantUUID": "6fe9f1f8-11c0-4bd2-b527-0901832497ed", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "706ff9d0-90ec-4963-b11a-6b8b51e1dcd1", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "45c2bd07-ff5a-4a7d-b9e3-1de240447c9e", "resourceInvariantUUID": "e91ba10e-ef33-4212-9d93-0a770c535069", "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": "081cd723-2b57-44e1-9342-af74ad4e6b4c", "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": "b0d525c6-3486-4b7b-bfdf-6ee0f6a86314", "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": "ZmFjZTExY2RjMzc2ZDljMTFkNThiYmNiMDNjMmZmYTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8e46ea24-404b-4598-8243-565ecfbe5d9b", "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": "84b60196-9d53-41c5-95f1-2d0d16e8f9e9", "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": "2d6b2e4d-3699-4766-a48a-c692c401e05e", "generatedFromUUID": "84b60196-9d53-41c5-95f1-2d0d16e8f9e9" }, "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": "2d6b2e4d-3699-4766-a48a-c692c401e05e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NmVhNzA1ZmJkMDc0MTI2YjIyYzgyMWM3MTQyZGJmNWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "61a51b29-5f8b-403a-8df2-6bafdfdcd56f" } ], "workloadContext": "Production" } 2021-05-13T01:48:03.717Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-13T01:48:03.717Z|10943f04-ab75-43b3-9554-62afb4ae7525|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ddfc8ef5-2160-403d-911e-5037b41af441 ASDC 2021-05-13T01:48:03.718Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:3c9fad20-dcce-414b-a0c9-13ab7502fa22 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:ddfc8ef5-2160-403d-911e-5037b41af441 ServiceInvariantUUID:6fe9f1f8-11c0-4bd2-b527-0901832497ed 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:61a51b29-5f8b-403a-8df2-6bafdfdcd56f ArtifactChecksum:NmVhNzA1ZmJkMDc0MTI2YjIyYzgyMWM3MTQyZGJmNWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:706ff9d0-90ec-4963-b11a-6b8b51e1dcd1 ResourceInvariantUUID:e91ba10e-ef33-4212-9d93-0a770c535069 ResourceName:basic_cnf ResourceType:VF ResourceUUID:45c2bd07-ff5a-4a7d-b9e3-1de240447c9e 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:081cd723-2b57-44e1-9342-af74ad4e6b4c 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:b0d525c6-3486-4b7b-bfdf-6ee0f6a86314 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:8e46ea24-404b-4598-8243-565ecfbe5d9b ArtifactChecksum:ZmFjZTExY2RjMzc2ZDljMTFkNThiYmNiMDNjMmZmYTI= 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:84b60196-9d53-41c5-95f1-2d0d16e8f9e9 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:2d6b2e4d-3699-4766-a48a-c692c401e05e 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:2d6b2e4d-3699-4766-a48a-c692c401e05e ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-13T01:48:03.718Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ddfc8ef5-2160-403d-911e-5037b41af441 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:48:03.754Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-13T01:48:03.755Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-13T01:48:03.755Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-13T01:48:03.755Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 61a51b29-5f8b-403a-8df2-6bafdfdcd56f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-13T01:48:03.755Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-13T01:48:03.756Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-13T01:48:04.369Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-13T01:48:04.373Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 61a51b29-5f8b-403a-8df2-6bafdfdcd56f 71161 2021-05-13T01:48:04.373Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-05-13T01:48:04.374Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-13T01:48:04.374Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-13T01:48:04.374Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:48:04.376Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:48:04.376Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870484373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:48:04.476Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:48:04.477Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:48:04.477Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:48:04.489Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:48:04.489Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:48:05.376Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-13T01:48:05.378Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-13T01:48:05.378Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 61a51b29-5f8b-403a-8df2-6bafdfdcd56f, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-13T01:48:05.378Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-05-13T01:48:05.379Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-13T01:48:05.379Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-13T01:48:05.544Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13848154814075680730/Definitions/service-BasicCnf-template.yml 2021-05-13T01:48:06.400Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-13T01:48:06.400Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-13T01:48:06.401Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-13T01:48:06.401Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred... 2021-05-13T01:48:06.401Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-13T01:48:06.401Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-13T01:48:06.401Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-13T01:48:06.401Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-13T01:48:06.401Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-13T01:48:06.401Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-13T01:48:06.401Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:48:06.401Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:48:06.401Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-13T01:48:06.401Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-13T01:48:06.401Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-13T01:48:06.402Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:48:06.402Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:48:06.402Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-13T01:48:06.402Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-13T01:48:06.402Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-13T01:48:06.402Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:48:06.402Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:48:06.402Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:48:06.402Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-13T01:48:06.402Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-05-13T01:48:06.402Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria 2021-05-13T01:48:06.402Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-13T01:48:06.403Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:48:06.403Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-13T01:48:06.403Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:48:06.403Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-13T01:48:06.403Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:48:06.403Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:48:06.403Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-13T01:48:06.403Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:48:06.403Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:48:06.403Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-13T01:48:06.403Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:48:06.403Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:48:06.404Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-13T01:48:06.404Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-05-13T01:48:06.404Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7422f920-f496-4ba0-abf9-c45be20d6aa9 2021-05-13T01:48:06.404Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:48:06.404Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:48:06.404Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:48:06.404Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:48:06.404Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:48:06.404Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:48:06.404Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:48:06.404Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:48:06.404Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:ddfc8ef5-2160-403d-911e-5037b41af441 Model Version:NULL Model InvariantUuid:6fe9f1f8-11c0-4bd2-b527-0901832497ed Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:112cd5b8-bdb3-4fae-9865-a8a6d2e174d1 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e91ba10e-ef33-4212-9d93-0a770c535069 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:706ff9d0-90ec-4963-b11a-6b8b51e1dcd1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b47de48e-c056-4bd3-af7c-090b60a9022e ModelName:BasicCnf..base_dummy..module-0 ModelUuid:620edc1d-5f84-4c81-850f-99773f5ef39e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7422f920-f496-4ba0-abf9-c45be20d6aa9 ModelInvariantUuid:af629154-79d0-493d-ad8d-f3da99496316 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:b867724e-0b7e-4d5b-9ff0-9b78f6f23278 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:f1f6a8bd-a1d7-48c1-bbe5-45744b1a92c2 ModelInvariantUuid:8cf074a6-8eea-41ba-a135-a13f1485ba16 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:57604681-2a88-4be7-9a54-da3b516e4304 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-13T01:48:06.410Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 45c2bd07-ff5a-4a7d-b9e3-1de240447c9e Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-13T01:48:06.413Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||basic_cnf 0 2021-05-13T01:48:06.413Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 45c2bd07-ff5a-4a7d-b9e3-1de240447c9e 2021-05-13T01:48:06.413Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 081cd723-2b57-44e1-9342-af74ad4e6b4c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-05-13T01:48:06.413Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-13T01:48:06.413Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-05-13T01:48:06.866Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-13T01:48:06.866Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 081cd723-2b57-44e1-9342-af74ad4e6b4c 12 2021-05-13T01:48:06.867Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-05-13T01:48:06.867Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-05-13T01:48:06.867Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-13T01:48:06.867Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:48:06.869Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:48:06.869Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870486867, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-05-13T01:48:06.969Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:48:06.970Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:48:06.970Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:48:06.981Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:48:06.981Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-13T01:48:07.870Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b0d525c6-3486-4b7b-bfdf-6ee0f6a86314 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-05-13T01:48:07.870Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-13T01:48:07.871Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-05-13T01:48:08.451Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-13T01:48:08.452Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz b0d525c6-3486-4b7b-bfdf-6ee0f6a86314 2688 2021-05-13T01:48:08.452Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-05-13T01:48:08.452Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-05-13T01:48:08.452Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-13T01:48:08.453Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:48:08.455Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:48:08.455Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870488452, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-13T01:48:08.555Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:48:08.556Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:48:08.556Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:48:08.562Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:48:08.562Z||pool-95-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:48:09.457Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8e46ea24-404b-4598-8243-565ecfbe5d9b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-13T01:48:09.457Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-13T01:48:09.458Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-13T01:48:09.601Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-13T01:48:09.601Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 8e46ea24-404b-4598-8243-565ecfbe5d9b 828 2021-05-13T01:48:09.601Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-05-13T01:48:09.602Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-13T01:48:09.602Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-13T01:48:09.602Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:48:09.605Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:48:09.605Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870489601, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-13T01:48:09.705Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:48:09.706Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:48:09.706Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:48:09.716Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:48:09.716Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:48:10.606Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "b47de48e-c056-4bd3-af7c-090b60a9022e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "620edc1d-5f84-4c81-850f-99773f5ef39e", "vfModuleModelCustomizationUUID": "431c8d3c-1588-4782-a1f7-302fc1daa407", "isBase": true, "artifacts": [ "b0d525c6-3486-4b7b-bfdf-6ee0f6a86314", "84b60196-9d53-41c5-95f1-2d0d16e8f9e9", "2d6b2e4d-3699-4766-a48a-c692c401e05e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-13T01:48:10.609Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:620edc1d-5f84-4c81-850f-99773f5ef39e VfModuleModelInvariantUUID:b47de48e-c056-4bd3-af7c-090b60a9022e VfModuleModelDescription:NULL Artifacts UUID List:{ b0d525c6-3486-4b7b-bfdf-6ee0f6a86314 , 84b60196-9d53-41c5-95f1-2d0d16e8f9e9 , 2d6b2e4d-3699-4766-a48a-c692c401e05e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-13T01:48:10.610Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "b47de48e-c056-4bd3-af7c-090b60a9022e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "620edc1d-5f84-4c81-850f-99773f5ef39e", "vfModuleModelCustomizationUUID": "431c8d3c-1588-4782-a1f7-302fc1daa407", "isBase": true, "artifacts": [ "b0d525c6-3486-4b7b-bfdf-6ee0f6a86314", "84b60196-9d53-41c5-95f1-2d0d16e8f9e9", "2d6b2e4d-3699-4766-a48a-c692c401e05e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-13T01:48:10.610Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:620edc1d-5f84-4c81-850f-99773f5ef39e VfModuleModelInvariantUUID:b47de48e-c056-4bd3-af7c-090b60a9022e VfModuleModelDescription:NULL Artifacts UUID List:{ b0d525c6-3486-4b7b-bfdf-6ee0f6a86314 , 84b60196-9d53-41c5-95f1-2d0d16e8f9e9 , 2d6b2e4d-3699-4766-a48a-c692c401e05e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-05-13T01:48:10.611Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 84b60196-9d53-41c5-95f1-2d0d16e8f9e9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-13T01:48:10.611Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-13T01:48:10.611Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-13T01:48:11.206Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-13T01:48:11.206Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 84b60196-9d53-41c5-95f1-2d0d16e8f9e9 1164 2021-05-13T01:48:11.206Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-05-13T01:48:11.207Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-13T01:48:11.207Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-13T01:48:11.207Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:48:11.209Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:48:11.209Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870491206, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-13T01:48:11.309Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-13T01:48:11.310Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:48:11.311Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:48:11.321Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:48:11.321Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:48:12.210Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2d6b2e4d-3699-4766-a48a-c692c401e05e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-13T01:48:12.210Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-13T01:48:12.211Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-13T01:48:12.638Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-13T01:48:12.638Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2d6b2e4d-3699-4766-a48a-c692c401e05e 200 2021-05-13T01:48:12.638Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-05-13T01:48:12.638Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-13T01:48:12.639Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-13T01:48:12.639Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:48:12.641Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:48:12.641Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870492638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-13T01:48:12.741Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:48:12.742Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:48:12.742Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:48:12.750Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:48:12.750Z||pool-98-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:48:13.642Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: ddfc8ef5-2160-403d-911e-5037b41af441 2021-05-13T01:48:13.642Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 45c2bd07-ff5a-4a7d-b9e3-1de240447c9e ASDC 2021-05-13T01:48:13.652Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-13T01:48:13.664Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:48:13.664Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:48:13.664Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-05-13T01:48:13.664Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 706ff9d0-90ec-4963-b11a-6b8b51e1dcd1 2021-05-13T01:48:13.665Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 706ff9d0-90ec-4963-b11a-6b8b51e1dcd1 matches Tosca VF Customization UUID: 706ff9d0-90ec-4963-b11a-6b8b51e1dcd1 2021-05-13T01:48:13.665Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 706ff9d0-90ec-4963-b11a-6b8b51e1dcd1 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-05-13T01:48:13.667Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:48:13.667Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:48:13.668Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 706ff9d0-90ec-4963-b11a-6b8b51e1dcd1: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2021-05-13T01:48:13.668Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5e9d8e9d 2021-05-13T01:48:13.668Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:48:13.668Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-13T01:48:13.668Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 431c8d3c-1588-4782-a1f7-302fc1daa407 2021-05-13T01:48:13.668Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 431c8d3c-1588-4782-a1f7-302fc1daa407 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-13T01:48:13.670Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:48:13.670Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-13T01:48:13.671Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:48:13.671Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:48:13.671Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-13T01:48:13.671Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:48:13.671Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:48:13.671Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-13T01:48:13.671Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-05-13T01:48:13.672Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7422f920-f496-4ba0-abf9-c45be20d6aa9 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-05-13T01:48:13.674Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:48:13.674Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-13T01:48:13.674Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-13T01:48:13.674Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:48:13.674Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-13T01:48:13.674Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=706ff9d0-90ec-4963-b11a-6b8b51e1dcd1 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-13T01:48:13.676Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:48:13.676Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:48:13.676Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid ddfc8ef5-2160-403d-911e-5037b41af441: basic_cnf 2021-05-13T01:48:13.677Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:48:13.677Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:48:13.677Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:48:13.677Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:48:13.677Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:48:13.677Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:48:13.677Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:48:13.678Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:48:13.678Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-13T01:48:13.678Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-13T01:48:13.678Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:48:13.750Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 45c2bd07-ff5a-4a7d-b9e3-1de240447c9e 1 ASDC deployResourceStructure 2021-05-13T01:48:13.750Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-05-13T01:48:13.751Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-05-13T01:48:13.751Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-05-13T01:48:13.751Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:48:13.753Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:48:13.754Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870493750, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-05-13T01:48:13.854Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:48:13.855Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:48:13.855Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:48:13.864Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:48:13.864Z||pool-99-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:48:14.754Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-05-13T01:48:14.755Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-05-13T01:48:14.755Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-05-13T01:48:14.755Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:48:14.757Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:48:14.757Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870494754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-05-13T01:48:14.858Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:48:14.858Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:48:14.859Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:48:14.871Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:48:14.871Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:48:15.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:48:15.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:48:15.207Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:48:15.226Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:48:15.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:48:15.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "db86a332-984b-4f5d-aca7-52cb2d6d937a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870359413, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-13T01:48:15.227Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:48:15.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:48:15.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870360428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:48:15.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:48:15.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:48:15.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870360428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-13T01:48:15.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:48:15.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:48:15.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870360428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-13T01:48:15.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:48:15.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:48:15.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870360428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:48:15.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:48:15.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:48:15.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870360428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-13T01:48:15.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:48:15.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:48:15.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870360428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:48:15.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:48:15.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:48:15.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870360428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:48:15.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:48:15.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:48:15.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870372229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:48:15.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:48:15.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:48:15.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870375030, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-13T01:48:15.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:48:15.758Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-05-13T01:48:15.759Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-13T01:48:15.759Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-13T01:48:15.759Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:48:15.761Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:48:15.761Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870495758, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-13T01:48:15.861Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:48:15.862Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:48:15.863Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:48:15.872Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:48:15.872Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:48:16.762Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-05-13T01:48:16.763Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-13T01:48:16.763Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-13T01:48:16.764Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:48:16.765Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:48:16.766Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870496762, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-05-13T01:48:16.866Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:48:16.866Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:48:16.866Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:48:16.875Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:48:16.875Z||pool-102-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:48:17.767Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-05-13T01:48:17.767Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-13T01:48:17.768Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-13T01:48:17.768Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:48:17.770Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:48:17.771Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870497767, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-05-13T01:48:17.871Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-13T01:48:17.871Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:48:17.871Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:48:17.881Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:48:17.882Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:48:18.771Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-05-13T01:48:18.772Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-13T01:48:18.772Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-13T01:48:18.772Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:48:18.773Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:48:18.773Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870498771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:48:18.874Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:48:18.876Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:48:18.876Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:48:18.893Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:48:18.894Z||pool-104-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-05-13T01:48:19.781Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c9fad20-dcce-414b-a0c9-13ab7502fa22 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:48:19.790Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c9fad20-dcce-414b-a0c9-13ab7502fa22 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:48:19.792Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-13T01:48:19.792Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-13T01:48:19.792Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-13T01:48:49.792Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c9fad20-dcce-414b-a0c9-13ab7502fa22 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:48:49.804Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c9fad20-dcce-414b-a0c9-13ab7502fa22 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:48:49.806Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-13T01:48:49.806Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-13T01:48:49.806Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-13T01:49:15.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:49:15.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:49:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:49:15.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:49:15.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:49:15.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870376170, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-13T01:49:15.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:49:15.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:49:15.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870377599, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-13T01:49:15.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:49:15.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:49:15.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870378716, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-13T01:49:15.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:49:15.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:49:15.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870379719, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-13T01:49:15.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:49:15.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:49:15.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870380724, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-13T01:49:15.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:49:15.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:49:15.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870381728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:49:15.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:49:19.807Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c9fad20-dcce-414b-a0c9-13ab7502fa22 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:49:19.816Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c9fad20-dcce-414b-a0c9-13ab7502fa22 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:49:19.818Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-13T01:49:19.818Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-13T01:49:19.818Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-13T01:49:49.818Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c9fad20-dcce-414b-a0c9-13ab7502fa22 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:49:49.829Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c9fad20-dcce-414b-a0c9-13ab7502fa22 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:49:49.831Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-13T01:49:49.831Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-13T01:49:49.831Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-13T01:50:15.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:50:15.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:50:15.207Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:50:15.228Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:50:15.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-windriver-id", "timestamp": 1620870433417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.241Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "cds", "timestamp": 1620870427290, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.242Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-k8s-id", "timestamp": 1620870430715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.242Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "aai-ml", "timestamp": 1620870428176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "ves-openapi-manager", "timestamp": 1620870426477, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "clamp", "timestamp": 1620870431719, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "dcae-sch", "timestamp": 1620870436492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "ves-openapi-manager", "timestamp": 1620870426477, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-windriver-id", "timestamp": 1620870433417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-13T01:50:15.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "aai-ml", "timestamp": 1620870428176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "cds", "timestamp": 1620870427290, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-k8s-id", "timestamp": 1620870430715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-13T01:50:15.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "clamp", "timestamp": 1620870431719, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "dcae-sch", "timestamp": 1620870436492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-windriver-id", "timestamp": 1620870433417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-13T01:50:15.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "aai-ml", "timestamp": 1620870428176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-k8s-id", "timestamp": 1620870430715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-13T01:50:15.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "ves-openapi-manager", "timestamp": 1620870426477, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "cds", "timestamp": 1620870427290, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "clamp", "timestamp": 1620870431719, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870438088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "dcae-sch", "timestamp": 1620870436492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-windriver-id", "timestamp": 1620870433417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-13T01:50:15.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-k8s-id", "timestamp": 1620870430715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-13T01:50:15.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "aai-ml", "timestamp": 1620870428176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "cds", "timestamp": 1620870427290, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "ves-openapi-manager", "timestamp": 1620870426477, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "clamp", "timestamp": 1620870431719, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-13T01:50:15.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870438088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-13T01:50:15.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "dcae-sch", "timestamp": 1620870436492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-windriver-id", "timestamp": 1620870433417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-13T01:50:15.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-k8s-id", "timestamp": 1620870430715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-13T01:50:15.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "ves-openapi-manager", "timestamp": 1620870426477, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "cds", "timestamp": 1620870427290, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "aai-ml", "timestamp": 1620870428176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "clamp", "timestamp": 1620870431719, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870438088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-13T01:50:15.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "policy-id", "timestamp": 1620870440223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "dcae-sch", "timestamp": 1620870436492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-k8s-id", "timestamp": 1620870430715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-windriver-id", "timestamp": 1620870433417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "aai-ml", "timestamp": 1620870428176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "cds", "timestamp": 1620870427290, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "ves-openapi-manager", "timestamp": 1620870426477, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "clamp", "timestamp": 1620870431719, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870438088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-13T01:50:15.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "policy-id", "timestamp": 1620870440223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "dcae-sch", "timestamp": 1620870436492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-windriver-id", "timestamp": 1620870433417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-13T01:50:15.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-k8s-id", "timestamp": 1620870430715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-13T01:50:15.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "ves-openapi-manager", "timestamp": 1620870426477, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "cds", "timestamp": 1620870427290, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "aai-ml", "timestamp": 1620870428176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "clamp", "timestamp": 1620870431719, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870438088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-13T01:50:15.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "policy-id", "timestamp": 1620870440223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "dcae-sch", "timestamp": 1620870436492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-k8s-id", "timestamp": 1620870430715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-windriver-id", "timestamp": 1620870433417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "cds", "timestamp": 1620870427290, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "ves-openapi-manager", "timestamp": 1620870426477, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "aai-ml", "timestamp": 1620870428176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "clamp", "timestamp": 1620870431719, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870438088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "policy-id", "timestamp": 1620870440223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "dcae-sch", "timestamp": 1620870436492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870443731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-windriver-id", "timestamp": 1620870433417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:50:15.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-k8s-id", "timestamp": 1620870430715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:50:15.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "cds", "timestamp": 1620870427290, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:50:15.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "ves-openapi-manager", "timestamp": 1620870426477, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "aai-ml", "timestamp": 1620870428176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:50:15.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "clamp", "timestamp": 1620870431719, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:50:15.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870438088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-13T01:50:15.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "policy-id", "timestamp": 1620870440223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-13T01:50:15.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "dcae-sch", "timestamp": 1620870436492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870443731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870438088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "policy-id", "timestamp": 1620870440223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870443731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-windriver-id", "timestamp": 1620870446652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-13T01:50:15.262Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "aai-ml", "timestamp": 1620870446663, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:50:15.262Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "cds", "timestamp": 1620870446670, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:50:15.262Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870438088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:50:15.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-k8s-id", "timestamp": 1620870446760, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-13T01:50:15.263Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "policy-id", "timestamp": 1620870440223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870443731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "cds", "timestamp": 1620870447675, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:50:15.269Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3c9fad20-dcce-414b-a0c9-13ab7502fa22 2021-05-13T01:50:15.269Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c9fad20-dcce-414b-a0c9-13ab7502fa22 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:50:15.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "policy-id", "timestamp": 1620870440223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-windriver-id", "timestamp": 1620870448168, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-13T01:50:15.278Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870448256, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-13T01:50:15.278Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-k8s-id", "timestamp": 1620870448268, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-13T01:50:15.278Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870443731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "policy-id", "timestamp": 1620870440223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:50:15.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870443731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-windriver-id", "timestamp": 1620870449750, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-13T01:50:15.279Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870449857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-13T01:50:15.279Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-k8s-id", "timestamp": 1620870449867, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-13T01:50:15.279Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870443731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "policy-id", "timestamp": 1620870450626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:50:15.280Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-windriver-id", "timestamp": 1620870451313, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-13T01:50:15.280Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870443731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870451398, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-13T01:50:15.280Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-k8s-id", "timestamp": 1620870451403, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-13T01:50:15.281Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "policy-id", "timestamp": 1620870451630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:50:15.281Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-windriver-id", "timestamp": 1620870452319, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:50:15.285Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3c9fad20-dcce-414b-a0c9-13ab7502fa22 2021-05-13T01:50:15.285Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c9fad20-dcce-414b-a0c9-13ab7502fa22 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:50:15.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870443731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:50:15.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-k8s-id", "timestamp": 1620870452464, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:50:15.300Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3c9fad20-dcce-414b-a0c9-13ab7502fa22 2021-05-13T01:50:15.300Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c9fad20-dcce-414b-a0c9-13ab7502fa22 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-13T01:50:15.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "policy-id", "timestamp": 1620870452633, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:50:15.316Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3c9fad20-dcce-414b-a0c9-13ab7502fa22 2021-05-13T01:50:15.316Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c9fad20-dcce-414b-a0c9-13ab7502fa22 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-13T01:50:15.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "aai-ml", "timestamp": 1620870452704, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:50:15.324Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870452810, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-13T01:50:15.324Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-windriver-id", "timestamp": 1620870453323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-13T01:50:15.324Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-k8s-id", "timestamp": 1620870453467, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-13T01:50:15.325Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "aai-ml", "timestamp": 1620870453707, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:50:15.330Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3c9fad20-dcce-414b-a0c9-13ab7502fa22 2021-05-13T01:50:15.331Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c9fad20-dcce-414b-a0c9-13ab7502fa22 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:50:15.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870453813, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:50:15.345Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3c9fad20-dcce-414b-a0c9-13ab7502fa22 2021-05-13T01:50:15.346Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c9fad20-dcce-414b-a0c9-13ab7502fa22 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-05-13T01:50:15.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870453818, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:50:15.354Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "clamp", "timestamp": 1620870453906, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:50:15.354Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "multicloud-starlingx-id", "timestamp": 1620870454816, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-13T01:50:15.354Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870455770, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:50:15.354Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "clamp", "timestamp": 1620870455787, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:50:15.355Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1620870456775, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:50:15.360Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3c9fad20-dcce-414b-a0c9-13ab7502fa22 2021-05-13T01:50:15.360Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c9fad20-dcce-414b-a0c9-13ab7502fa22 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:50:15.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "clamp", "timestamp": 1620870456790, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:50:15.375Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3c9fad20-dcce-414b-a0c9-13ab7502fa22 2021-05-13T01:50:15.376Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c9fad20-dcce-414b-a0c9-13ab7502fa22 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-13T01:50:15.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "10943f04-ab75-43b3-9554-62afb4ae7525", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870473048, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-13T01:50:15.385Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870474061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.385Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870474061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-13T01:50:15.385Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870474061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-13T01:50:15.386Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870474061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-13T01:50:15.386Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870474061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-13T01:50:15.386Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870474061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.386Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870474061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-13T01:50:15.387Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870474061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-13T01:50:15.387Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870474061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-13T01:50:15.387Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-05-13T01:50:15.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870484373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-13T01:50:15.387Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870486867, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-05-13T01:50:15.387Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870488452, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-13T01:50:15.388Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870489601, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-13T01:50:15.388Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870491206, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-13T01:50:15.388Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870492638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-13T01:50:15.388Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870493750, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-05-13T01:50:15.388Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:15.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:50:15.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870494754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-05-13T01:50:15.389Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:50:19.832Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c9fad20-dcce-414b-a0c9-13ab7502fa22 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:50:19.841Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c9fad20-dcce-414b-a0c9-13ab7502fa22 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-13T01:50:19.843Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-13T01:50:19.843Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-13T01:50:19.843Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-13T01:50:19.843Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-13T01:50:19.844Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:50:19.844Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:50:19.844Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:50:19.844Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:50:19.844Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:50:19.844Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-13T01:50:19.844Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-13T01:50:19.849Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-13T01:50:49.850Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3c9fad20-dcce-414b-a0c9-13ab7502fa22 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-05-13T01:50:49.855Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3c9fad20-dcce-414b-a0c9-13ab7502fa22 and serviceModelVersionId: ddfc8ef5-2160-403d-911e-5037b41af441 2021-05-13T01:50:49.855Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6fe9f1f8-11c0-4bd2-b527-0901832497ed 2021-05-13T01:50:49.856Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6fe9f1f8-11c0-4bd2-b527-0901832497ed/model-vers/model-ver/ddfc8ef5-2160-403d-911e-5037b41af441?depth=0 2021-05-13T01:50:49.862Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-05-13T01:50:49.892Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fe9f1f8-11c0-4bd2-b527-0901832497ed/model-vers/model-ver/ddfc8ef5-2160-403d-911e-5037b41af441?depth=0|INFO|500||Invoke 2021-05-13T01:50:49.892Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fe9f1f8-11c0-4bd2-b527-0901832497ed/model-vers/model-ver/ddfc8ef5-2160-403d-911e-5037b41af441?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fe9f1f8-11c0-4bd2-b527-0901832497ed/model-vers/model-ver/ddfc8ef5-2160-403d-911e-5037b41af441?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3c9fad20-dcce-414b-a0c9-13ab7502fa22], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2005d4c8-4f64-4d7a-8d21-e9a1d51384cd], X-ECOMP-RequestID=[3c9fad20-dcce-414b-a0c9-13ab7502fa22], X-TransactionId=[], X-ONAP-RequestID=[3c9fad20-dcce-414b-a0c9-13ab7502fa22], Content-Type=[application/merge-patch+json]} 2021-05-13T01:50:49.911Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fe9f1f8-11c0-4bd2-b527-0901832497ed/model-vers/model-ver/ddfc8ef5-2160-403d-911e-5037b41af441?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-13T01:50:49.977Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fe9f1f8-11c0-4bd2-b527-0901832497ed/model-vers/model-ver/ddfc8ef5-2160-403d-911e-5037b41af441?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/6fe9f1f8-11c0-4bd2-b527-0901832497ed/model-vers/model-ver/ddfc8ef5-2160-403d-911e-5037b41af441?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210513-01:50:49:906-93531], vertex-id=[229536], Content-Length=[0], Date=[Thu, 13 May 2021 01:50:49 GMT], Content-Type=[application/json]} 2021-05-13T01:50:49.978Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fe9f1f8-11c0-4bd2-b527-0901832497ed/model-vers/model-ver/ddfc8ef5-2160-403d-911e-5037b41af441?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-13T01:50:49.979Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fe9f1f8-11c0-4bd2-b527-0901832497ed/model-vers/model-ver/ddfc8ef5-2160-403d-911e-5037b41af441?depth=0|INFO|500||InvokeReturn 2021-05-13T01:50:49.979Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-13T01:50:49.979Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-13T01:50:49.984Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-13T01:50:49.984Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3c9fad20-dcce-414b-a0c9-13ab7502fa22 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-13T01:50:49.984Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-13T01:50:49.984Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-13T01:50:49.986Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-13T01:50:49.986Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870649984, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-13T01:50:50.086Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-13T01:50:50.087Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-13T01:50:50.087Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:50:50.099Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:50:50.099Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-13T01:50:51.002Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:50:51.002Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:50:51.002Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:51:01.200Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:51:01.200Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:51:01.201Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:51:01.201Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:51:10.739Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:51:10.739Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:51:10.740Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:51:10.740Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:51:15.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:51:15.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:51:15.207Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:51:15.229Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:51:15.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:51:15.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870495758, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-13T01:51:15.230Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:51:15.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:51:15.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870496762, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-05-13T01:51:15.230Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:51:15.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:51:15.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870497767, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-05-13T01:51:15.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:51:15.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:51:15.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870498771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-13T01:51:15.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:51:20.288Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:51:20.288Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:51:20.289Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:51:20.289Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:51:29.828Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:51:29.828Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:51:29.829Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:51:29.829Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:51:39.367Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:51:39.367Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:51:39.368Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:51:39.368Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:51:48.906Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:52:15.204Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:52:15.205Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:52:15.205Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:52:15.206Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:52:15.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:52:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:52:15.729Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:52:15.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-13T01:52:15.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c9fad20-dcce-414b-a0c9-13ab7502fa22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1620870649984, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-13T01:52:15.730Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-13T01:52:24.744Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:53:15.204Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:53:15.205Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:53:15.205Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:53:15.206Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:53:15.206Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:53:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:53:24.750Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:53:24.755Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:54:15.204Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:54:15.204Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:54:15.204Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:54:15.206Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:54:15.206Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:54:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:54:24.748Z|3c9fad20-dcce-414b-a0c9-13ab7502fa22|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:54:24.751Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:55:15.204Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:55:15.205Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:55:15.205Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:55:15.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:55:15.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:55:15.207Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:55:24.751Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:55:24.752Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:56:15.204Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:56:15.205Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:56:15.205Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W0dB3jMmsPOB9KSt) ... 2021-05-13T01:56:15.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-13T01:56:15.206Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-13T01:56:15.206Z||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 W0dB3jMmsPOB9KSt) ... 2021-05-13T01:56:24.766Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-13T01:56:24.768Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK