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-30T23:23:45.124Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-ddln8 with PID 14 (/app/app.jar started by so in /app) 2021-05-30T23:23:45.131Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-05-30T23:23:45.132Z||main|||||INFO|500||The following profiles are active: basic 2021-05-30T23:23:51.984Z||main|||||INFO|500||Starting service [Tomcat] 2021-05-30T23:23:51.985Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-05-30T23:23:52.058Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-05-30T23:23:53.418Z||main|||||INFO|500||catdb-pool - Starting... 2021-05-30T23:23:53.577Z||main|||||INFO|500||catdb-pool - Start completed. 2021-05-30T23:23:53.934Z||main|||||INFO|500||reqdb-pool - Starting... 2021-05-30T23:23:53.942Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-05-30T23:23:54.026Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-05-30T23:23:54.141Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-05-30T23:23:54.532Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-05-30T23:23:55.365Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-05-30T23:23:57.301Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-30T23:23:57.341Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-05-30T23:23:57.767Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-05-30T23:23:57.932Z||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-30T23:23:59.001Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-30T23:23:59.816Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-05-30T23:23:59.832Z||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$$20f08d04.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-30T23:23:59.833Z||main|||||WARN|500||The sdc end point is not alive 2021-05-30T23:24:01.807Z||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-30T23:24:03.858Z||main|||||WARN|500||--- 2021-05-30T23:24:03.859Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-05-30T23:24:03.859Z||main|||||WARN|500||--- 2021-05-30T23:24:04.135Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-05-30T23:24:06.869Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-30T23:24:06.871Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-30T23:24:06.871Z||main|||||INFO|500||Started Application in 23.597 seconds (JVM running for 24.684) 2021-05-30T23:24:06.881Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-30T23:24:06.925Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-30T23:24:06.971Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d65d1e19-85ac-43ef-948f-6e030fc81cff url= /sdc/v1/artifactTypes 2021-05-30T23:24:06.971Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-30T23:24:08.072Z||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.52.157] 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-30T23:24:08.076Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c22fe25 2021-05-30T23:24:08.077Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-30T23:24:08.085Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-30T23:24:08.086Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-30T23:24:08.088Z||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-30T23:24:56.865Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-30T23:24:56.866Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-30T23:24:56.866Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-30T23:24:56.869Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-30T23:24:56.872Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 40d6c33d-6987-40f1-b29a-afc4a34fb341 url= /sdc/v1/artifactTypes 2021-05-30T23:24:56.873Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-30T23:24:57.890Z||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.52.157] 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-30T23:24:57.891Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3467889 2021-05-30T23:24:57.891Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-30T23:24:57.892Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-30T23:24:57.892Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-30T23:24:57.892Z||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-30T23:25:46.869Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-30T23:25:46.873Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-30T23:25:46.873Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-30T23:25:46.878Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-30T23:25:46.884Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f5ae1ed0-9a4f-4ea0-8cd5-11e5b3b78c15 url= /sdc/v1/artifactTypes 2021-05-30T23:25:46.884Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-30T23:25:47.908Z||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.52.157] 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-30T23:25:47.910Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@329e4734 2021-05-30T23:25:47.911Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-30T23:25:47.911Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-30T23:25:47.911Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-30T23:25:47.912Z||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-30T23:26:36.865Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-30T23:26:36.866Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-30T23:26:36.866Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-30T23:26:36.868Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-30T23:26:36.873Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bc49b00f-7e14-49ee-ac4e-b16c2afc8543 url= /sdc/v1/artifactTypes 2021-05-30T23:26:36.873Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-30T23:26:37.892Z||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.52.157] 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-30T23:26:37.892Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@25f6122b 2021-05-30T23:26:37.893Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-30T23:26:37.893Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-30T23:26:37.893Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-30T23:26:37.894Z||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-30T23:27:26.867Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-30T23:27:26.867Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-30T23:27:26.867Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-30T23:27:26.870Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-30T23:27:26.875Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a0b29ee0-7e88-47af-ab7e-1c5522e1a6a4 url= /sdc/v1/artifactTypes 2021-05-30T23:27:26.875Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-30T23:27:27.908Z||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.52.157] 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-30T23:27:27.909Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@30a11e33 2021-05-30T23:27:27.909Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-30T23:27:27.909Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-30T23:27:27.910Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-30T23:27:27.910Z||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-30T23:28:16.865Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-30T23:28:16.866Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-30T23:28:16.866Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-30T23:28:16.870Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-30T23:28:16.874Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 430f9679-40ca-477e-beec-8a3b2811b2dd url= /sdc/v1/artifactTypes 2021-05-30T23:28:16.874Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-30T23:28:17.892Z||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.52.157] 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-30T23:28:17.892Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@61612f08 2021-05-30T23:28:17.893Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-30T23:28:17.893Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-30T23:28:17.893Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-30T23:28:17.893Z||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-30T23:29:06.865Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-30T23:29:06.866Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-30T23:29:06.866Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-30T23:29:06.869Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-30T23:29:06.873Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 83ef11bd-dbfc-4414-9e23-026baa153c73 url= /sdc/v1/artifactTypes 2021-05-30T23:29:06.874Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-30T23:29:07.908Z||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.52.157] 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-30T23:29:07.908Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@25e52808 2021-05-30T23:29:07.908Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-30T23:29:07.909Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-30T23:29:07.909Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-30T23:29:07.909Z||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-30T23:29:56.865Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-30T23:29:56.866Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-30T23:29:56.866Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-30T23:29:56.868Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-30T23:29:56.872Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 38ed0c2e-adae-4cfa-bd32-1a537e751923 url= /sdc/v1/artifactTypes 2021-05-30T23:29:56.872Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-30T23:29:57.892Z||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.52.157] 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-30T23:29:57.893Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@a5ce7d3 2021-05-30T23:29:57.893Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-30T23:29:57.893Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-30T23:29:57.893Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-30T23:29:57.894Z||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-30T23:30:46.865Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-30T23:30:46.866Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-30T23:30:46.866Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-30T23:30:46.868Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-30T23:30:46.872Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ff6a6670-e35e-4e45-b14e-4f735311884d url= /sdc/v1/artifactTypes 2021-05-30T23:30:46.872Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-30T23:30:47.042Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-05-30T23:30:47.051Z||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-30T23:30:47.077Z||scheduling-1|||||DEBUG|500||create keys 2021-05-30T23:30:47.083Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-05-30T23:30:47.106Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:30:47.120Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c712da75-f9ac-4eed-a057-ac4a83f8dac5 url= /sdc/v1/registerForDistribution 2021-05-30T23:30:47.216Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c712da75-f9ac-4eed-a057-ac4a83f8dac5 url= /sdc/v1/registerForDistribution 2021-05-30T23:30:47.217Z||scheduling-1|||||INFO|500||start DistributionClient 2021-05-30T23:30:47.225Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:30:47.225Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:30:47.230Z||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-30T23:30:47.230Z||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 Hys8HIyTzRvvONVq) ... 2021-05-30T23:30:47.230Z||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-30T23:30:47.230Z||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 Hys8HIyTzRvvONVq) ... 2021-05-30T23:30:47.230Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-05-30T23:30:57.447Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:30:57.448Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:31:47.223Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:31:47.224Z||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-30T23:31:47.224Z||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 Hys8HIyTzRvvONVq) ... 2021-05-30T23:31:47.224Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:31:47.225Z||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-30T23:31:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-30T23:31:56.771Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:31:56.771Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:32:47.223Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:32:47.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:32:47.226Z||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-30T23:32:47.226Z||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 Hys8HIyTzRvvONVq) ... 2021-05-30T23:32:47.229Z||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-30T23:32:47.230Z||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 Hys8HIyTzRvvONVq) ... 2021-05-30T23:32:56.774Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:32:56.776Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:33:43.208Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-05-30T23:33:47.222Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:33:47.224Z||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-30T23:33:47.224Z||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 Hys8HIyTzRvvONVq) ... 2021-05-30T23:33:47.224Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:33:47.225Z||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-30T23:33:47.226Z||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 Hys8HIyTzRvvONVq) ... 2021-05-30T23:33:56.766Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:33:56.770Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:34:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:34:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-30T23:34:47.224Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-30T23:34:47.225Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:34:47.226Z||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-30T23:34:47.226Z||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 Hys8HIyTzRvvONVq) ... 2021-05-30T23:34:56.767Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:34:56.768Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:35:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:35:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-30T23:35:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-30T23:35:47.224Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:35:47.225Z||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-30T23:35:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-30T23:35:56.764Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:35:56.766Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:36:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:36:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-30T23:36:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-30T23:36:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:36:47.225Z||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-30T23:36:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-30T23:36:56.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:36:56.764Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:37:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:37:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-30T23:37:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-30T23:37:47.224Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:37:47.226Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-30T23:37:47.226Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-30T23:37:56.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:37:56.761Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:38:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:38:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-30T23:38:47.224Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-30T23:38:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:38:47.225Z||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-30T23:38:47.226Z||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 Hys8HIyTzRvvONVq) ... 2021-05-30T23:38:56.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:38:56.768Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:39:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:39:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-30T23:39:47.224Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-30T23:39:47.224Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:39:47.225Z||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-30T23:39:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-30T23:39:56.765Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:39:56.766Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:40:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:40:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-30T23:40:47.224Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-30T23:40:47.224Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:40:47.225Z||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-30T23:40:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-30T23:40:56.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:40:56.785Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:41:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:41:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-30T23:41:47.224Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-30T23:41:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:41:47.225Z||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-30T23:41:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-30T23:41:56.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:41:56.767Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:42:47.223Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:42:47.224Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-30T23:42:47.224Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-30T23:42:47.224Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:42:47.225Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-30T23:42:47.225Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-30T23:42:56.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:42:56.766Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:43:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:43:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-30T23:43:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-30T23:43:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:43:47.225Z||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-30T23:43:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-30T23:43:56.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:43:56.760Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:44:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:44:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-30T23:44:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-30T23:44:47.224Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:44:47.225Z||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-30T23:44:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-30T23:44:56.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:44:56.760Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:45:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:45:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-30T23:45:47.224Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-30T23:45:47.224Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:45:47.225Z||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-30T23:45:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-30T23:45:56.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:45:56.768Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:46:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:46:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-30T23:46:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-30T23:46:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:46:47.225Z||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-30T23:46:47.226Z||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 Hys8HIyTzRvvONVq) ... 2021-05-30T23:46:56.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:46:56.762Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:47:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:47:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-30T23:47:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-30T23:47:47.224Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:47:47.225Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-30T23:47:47.225Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-30T23:47:56.764Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:47:56.767Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:48:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:48:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-30T23:48:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-30T23:48:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:48:47.225Z||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-30T23:48:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-30T23:48:56.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:48:56.764Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:49:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:49:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-30T23:49:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-30T23:49:47.224Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:49:47.225Z||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-30T23:49:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-30T23:49:56.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:49:56.762Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:50:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:50:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-30T23:50:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-30T23:50:47.224Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:50:47.225Z||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-30T23:50:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-30T23:50:56.766Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:50:56.766Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:51:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:51:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-30T23:51:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-30T23:51:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:51:47.225Z||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-30T23:51:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-30T23:51:56.778Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:51:56.789Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:52:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:52:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-30T23:52:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-30T23:52:47.224Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:52:47.225Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-30T23:52:47.225Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-30T23:52:56.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:52:56.764Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:53:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:53:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-30T23:53:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-30T23:53:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:53:47.225Z||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-30T23:53:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-30T23:53:56.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:53:56.761Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:54:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:54:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-30T23:54:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-30T23:54:47.224Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:54:47.225Z||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-30T23:54:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-30T23:54:56.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:54:56.761Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:55:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:55:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-30T23:55:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-30T23:55:47.224Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:55:47.225Z||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-30T23:55:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-30T23:55:56.756Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:55:56.766Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:56:47.223Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:56:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-30T23:56:47.224Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-30T23:56:47.254Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:56:47.254Z||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-30T23:56:47.255Z||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 Hys8HIyTzRvvONVq) ... 2021-05-30T23:56:56.792Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:56:56.797Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:57:47.223Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:57:47.224Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-30T23:57:47.224Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-30T23:57:47.224Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:57:47.225Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-30T23:57:47.225Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-30T23:57:56.771Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:57:56.782Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:58:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:58:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-30T23:58:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-30T23:58:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:58:47.225Z||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-30T23:58:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-30T23:58:56.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:58:56.764Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:59:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:59:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-30T23:59:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-30T23:59:47.224Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-30T23:59:47.225Z||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-30T23:59:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-30T23:59:56.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-30T23:59:56.764Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:00:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:00:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:00:47.224Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:00:47.224Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:00:47.225Z||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-31T00:00:47.226Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:00:56.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:00:56.762Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:01:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:01:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:01:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:01:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:01:47.225Z||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-31T00:01:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:01:56.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:01:56.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:02:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:02:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:02:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:02:47.224Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:02:47.225Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:02:47.225Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:02:56.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:02:56.760Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:03:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:03:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:03:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:03:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:03:47.225Z||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-31T00:03:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:03:56.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:03:56.763Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:04:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:04:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:04:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:04:47.224Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:04:47.225Z||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-31T00:04:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:04:56.764Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:04:56.765Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:05:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:05:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:05:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:05:47.224Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:05:47.225Z||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-31T00:05:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:05:56.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:05:56.762Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:06:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:06:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:06:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:06:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:06:47.225Z||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-31T00:06:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:06:56.764Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:06:56.765Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:07:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:07:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:07:47.224Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:07:47.224Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:07:47.225Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:07:47.225Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:07:56.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:07:56.761Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:08:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:08:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:08:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:08:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:08:47.225Z||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-31T00:08:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:08:56.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:08:56.762Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:09:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:09:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:09:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:09:47.224Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:09:47.225Z||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-31T00:09:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:09:56.765Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:09:56.766Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:10:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:10:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:10:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:10:47.224Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:10:47.225Z||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-31T00:10:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:10:56.756Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:10:56.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:11:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:11:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:11:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:11:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:11:47.225Z||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-31T00:11:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:11:56.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:11:56.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:12:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:12:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:12:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:12:47.224Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:12:47.225Z||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-31T00:12:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:12:56.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:12:56.765Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:13:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:13:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:13:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:13:47.224Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:13:47.225Z||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-31T00:13:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:13:56.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:13:56.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:14:47.223Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:14:47.224Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:14:47.224Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:14:47.224Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:14:47.225Z||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-31T00:14:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:14:56.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:14:56.763Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:15:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:15:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:15:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:15:47.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:15:47.225Z||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-31T00:15:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:15:56.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:15:56.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:16:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:16:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:16:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:16:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:16:47.225Z||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-31T00:16:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:16:56.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:16:56.767Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:17:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:17:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:17:47.224Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:17:47.224Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:17:47.225Z||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-31T00:17:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:17:56.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:17:56.761Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:18:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:18:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:18:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:18:47.224Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:18:47.225Z||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-31T00:18:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:18:56.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:18:56.764Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:19:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:19:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:19:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:19:47.224Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:19:47.225Z||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-31T00:19:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:19:56.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:19:56.762Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:20:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:20:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:20:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:20:47.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:20:47.225Z||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-31T00:20:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:20:56.753Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:20:56.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:21:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:21:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:21:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:21:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:21:47.225Z||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-31T00:21:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:21:56.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:21:56.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:22:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:22:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:22:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:22:47.224Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:22:47.225Z||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-31T00:22:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:22:56.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:22:56.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:23:47.223Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:23:47.224Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:23:47.224Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:23:47.224Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:23:47.225Z||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-31T00:23:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:23:56.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:23:56.760Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:24:47.223Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:24:47.224Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:24:47.224Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:24:47.225Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:24:47.225Z||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-31T00:24:47.226Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:24:56.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:24:56.762Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:25:47.223Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:25:47.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:25:47.224Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:25:47.225Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:25:47.225Z||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-31T00:25:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:25:56.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:25:56.765Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:26:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:26:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:26:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:26:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:26:47.225Z||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-31T00:26:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:26:56.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:26:56.764Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:27:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:27:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:27:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:27:47.224Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:27:47.225Z||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-31T00:27:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:27:56.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:27:56.761Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:28:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:28:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:28:47.224Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:28:47.224Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:28:47.225Z||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-31T00:28:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:28:56.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:28:56.763Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:29:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:29:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:29:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:29:47.224Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:29:47.225Z||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-31T00:29:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:29:56.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:29:56.762Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:30:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:30:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:30:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:30:47.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:30:47.225Z||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-31T00:30:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:30:56.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:30:56.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:31:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:31:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:31:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:31:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:31:47.225Z||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-31T00:31:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:31:56.764Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:31:56.765Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:32:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:32:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:32:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:32:47.224Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:32:47.225Z||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-31T00:32:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:32:56.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:32:56.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:33:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:33:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:33:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:33:47.224Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:33:47.225Z||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-31T00:33:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:33:56.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:33:56.763Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:34:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:34:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:34:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:34:47.224Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:34:47.225Z||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-31T00:34:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:34:56.780Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:34:56.783Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:35:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:35:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:35:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:35:47.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:35:47.225Z||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-31T00:35:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:35:56.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:35:56.764Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:36:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:36:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:36:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:36:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:36:47.225Z||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-31T00:36:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:36:56.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:36:56.764Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:37:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:37:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:37:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:37:47.224Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:37:47.225Z||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-31T00:37:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:37:56.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:37:56.762Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:38:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:38:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:38:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:38:47.224Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:38:47.225Z||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-31T00:38:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:38:56.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:38:56.758Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:39:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:39:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:39:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:39:47.224Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:39:47.225Z||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-31T00:39:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:39:56.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:39:56.760Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:40:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:40:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:40:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:40:47.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:40:47.225Z||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-31T00:40:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:40:56.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:40:56.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:41:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:41:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:41:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:41:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:41:47.225Z||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-31T00:41:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:41:56.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:41:56.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:42:47.222Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:42:47.223Z||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-31T00:42:47.223Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:42:47.224Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:42:47.225Z||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-31T00:42:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:42:56.757Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:42:56.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:43:47.222Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:43:47.223Z||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-31T00:43:47.223Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:43:47.224Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:43:47.225Z||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-31T00:43:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:43:56.758Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:43:56.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:44:47.222Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:44:47.223Z||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-31T00:44:47.223Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:44:47.224Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:44:47.225Z||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-31T00:44:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:44:56.760Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:44:56.764Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:45:47.222Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:45:47.223Z||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-31T00:45:47.223Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:45:47.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:45:47.225Z||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-31T00:45:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:45:56.760Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:45:56.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:46:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:46:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:46:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:46:47.225Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:46:47.225Z||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-31T00:46:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:46:56.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:46:56.766Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:47:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:47:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:47:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:47:47.224Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:47:47.225Z||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-31T00:47:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:47:56.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:47:56.762Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:48:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:48:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:48:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:48:47.224Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:48:47.225Z||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-31T00:48:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:48:56.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:48:56.766Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:49:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:49:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:49:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:49:47.224Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:49:47.225Z||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-31T00:49:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:49:56.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:49:56.765Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:50:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:50:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:50:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:50:47.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:50:47.225Z||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-31T00:50:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:50:56.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:50:56.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:51:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:51:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:51:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:51:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:51:47.225Z||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-31T00:51:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:51:56.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:51:56.763Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:52:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:52:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:52:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:52:47.224Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:52:47.225Z||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-31T00:52:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:52:56.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:52:56.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:53:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:53:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:53:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:53:47.224Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:53:47.225Z||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-31T00:53:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:53:56.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:53:56.762Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:54:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:54:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:54:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:54:47.224Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:54:47.225Z||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-31T00:54:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:54:56.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:54:56.762Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:55:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:55:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:55:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:55:47.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:55:47.225Z||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-31T00:55:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:55:56.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:55:56.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:56:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:56:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:56:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:56:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:56:47.225Z||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-31T00:56:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:56:56.765Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:56:56.768Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:57:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:57:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:57:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:57:47.224Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:57:47.225Z||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-31T00:57:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:57:56.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:57:56.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:58:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:58:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:58:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:58:47.224Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:58:47.225Z||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-31T00:58:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:58:56.756Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:58:56.763Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:59:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:59:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T00:59:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T00:59:47.224Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T00:59:47.225Z||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-31T00:59:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T00:59:56.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T00:59:56.763Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:00:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:00:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T01:00:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:00:47.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:00:47.225Z||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-31T01:00:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:00:56.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:00:56.764Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:01:47.222Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:01:47.223Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T01:01:47.223Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:01:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:01:47.225Z||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-31T01:01:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:01:56.760Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:01:56.761Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:02:47.223Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:02:47.224Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T01:02:47.224Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:02:47.224Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:02:47.225Z||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-31T01:02:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:02:56.759Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:02:56.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:03:47.222Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:03:47.223Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T01:03:47.223Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:03:47.224Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:03:47.225Z||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-31T01:03:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:03:56.759Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:03:56.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:04:47.222Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:04:47.223Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T01:04:47.223Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:04:47.224Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:04:47.225Z||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-31T01:04:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:04:56.759Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:04:56.762Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:05:47.222Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:05:47.223Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T01:05:47.224Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:05:47.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:05:47.225Z||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-31T01:05:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:05:56.761Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:05:56.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:06:47.222Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:06:47.223Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T01:06:47.223Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:06:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:06:47.225Z||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-31T01:06:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:06:56.763Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:06:56.765Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:07:47.222Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:07:47.223Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T01:07:47.223Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:07:47.224Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:07:47.224Z||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-31T01:07:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:07:56.758Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:07:56.758Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:08:47.222Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:08:47.223Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T01:08:47.223Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:08:47.224Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:08:47.225Z||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-31T01:08:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:08:56.758Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:08:56.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:09:47.222Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:09:47.223Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T01:09:47.223Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:09:47.224Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:09:47.225Z||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-31T01:09:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:09:56.757Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:09:56.757Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:10:47.222Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:10:47.223Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T01:10:47.223Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:10:47.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:10:47.225Z||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-31T01:10:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:10:56.757Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:10:56.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:11:47.222Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:11:47.223Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T01:11:47.223Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:11:47.224Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:11:47.225Z||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-31T01:11:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:11:56.758Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:11:56.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:12:47.222Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:12:47.223Z||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-31T01:12:47.223Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:12:47.224Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:12:47.225Z||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-31T01:12:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:12:56.761Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:12:56.761Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:13:47.222Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:13:47.223Z||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-31T01:13:47.223Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:13:47.224Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:13:47.225Z||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-31T01:13:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:13:56.767Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:13:56.769Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:14:47.222Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:14:47.223Z||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-31T01:14:47.223Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:14:47.224Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:14:47.225Z||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-31T01:14:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:14:56.768Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:14:56.768Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:15:47.222Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:15:47.223Z||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-31T01:15:47.223Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:15:47.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:15:47.225Z||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-31T01:15:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:15:56.757Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:15:56.760Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:16:47.222Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:16:47.223Z||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-31T01:16:47.223Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:16:47.224Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:16:47.225Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T01:16:47.225Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:16:47.448Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:16:47.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "cds", "timestamp": 1622423788569, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.466Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "dcae-sch", "timestamp": 1622423791782, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.467Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.467Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-windriver-id", "timestamp": 1622423786476, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.467Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.467Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "cds", "timestamp": 1622423788569, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.468Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "dcae-sch", "timestamp": 1622423791782, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.468Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-windriver-id", "timestamp": 1622423786476, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json", "status": "NOTIFIED" } 2021-05-31T01:16:47.469Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "ves-openapi-manager", "timestamp": 1622423795564, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.470Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "cds", "timestamp": 1622423788569, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.470Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "dcae-sch", "timestamp": 1622423791782, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-windriver-id", "timestamp": 1622423786476, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-31T01:16:47.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1622423795923, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "ves-openapi-manager", "timestamp": 1622423795564, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "cds", "timestamp": 1622423788569, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "dcae-sch", "timestamp": 1622423791782, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-windriver-id", "timestamp": 1622423786476, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1622423795923, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json", "status": "NOTIFIED" } 2021-05-31T01:16:47.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "ves-openapi-manager", "timestamp": 1622423795564, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "cds", "timestamp": 1622423788569, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "dcae-sch", "timestamp": 1622423791782, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-windriver-id", "timestamp": 1622423786476, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-31T01:16:47.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1622423795923, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-31T01:16:47.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "ves-openapi-manager", "timestamp": 1622423795564, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "cds", "timestamp": 1622423788569, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "dcae-sch", "timestamp": 1622423791782, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-windriver-id", "timestamp": 1622423786476, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1622423795923, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "ves-openapi-manager", "timestamp": 1622423795564, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "cds", "timestamp": 1622423788569, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:16:47.480Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "dcae-sch", "timestamp": 1622423791782, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.481Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-starlingx-id", "timestamp": 1622423799666, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.481Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-windriver-id", "timestamp": 1622423786476, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:16:47.482Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1622423795923, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-31T01:16:47.482Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "ves-openapi-manager", "timestamp": 1622423795564, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.483Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-starlingx-id", "timestamp": 1622423799666, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json", "status": "NOTIFIED" } 2021-05-31T01:16:47.483Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1622423795923, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.484Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "aai-ml", "timestamp": 1622423801367, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.485Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-windriver-id", "timestamp": 1622423802162, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json", "status": "DOWNLOAD_OK" } 2021-05-31T01:16:47.485Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:16:47.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "cds", "timestamp": 1622423802182, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:16:47.486Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:16:47.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "ves-openapi-manager", "timestamp": 1622423795564, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-starlingx-id", "timestamp": 1622423799666, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-31T01:16:47.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1622423795923, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:16:47.488Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "aai-ml", "timestamp": 1622423801367, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.488Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "cds", "timestamp": 1622423803196, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-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-31T01:16:47.613Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dda051f2-8f24-476c-836c-3752ea181eb2 2021-05-31T01:16:47.628Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dda051f2-8f24-476c-836c-3752ea181eb2 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-31T01:16:47.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-starlingx-id", "timestamp": 1622423799666, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "aai-ml", "timestamp": 1622423801367, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "policy-id", "timestamp": 1622423803427, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-starlingx-id", "timestamp": 1622423799666, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-31T01:16:47.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "clamp", "timestamp": 1622423803681, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.649Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "aai-ml", "timestamp": 1622423801367, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.649Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "policy-id", "timestamp": 1622423803427, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.650Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "clamp", "timestamp": 1622423803681, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json", "status": "NOTIFIED" } 2021-05-31T01:16:47.651Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-windriver-id", "timestamp": 1622423805322, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-31T01:16:47.651Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:16:47.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-starlingx-id", "timestamp": 1622423799666, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.652Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1622423805623, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json", "status": "DOWNLOAD_OK" } 2021-05-31T01:16:47.652Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:16:47.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "aai-ml", "timestamp": 1622423801367, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.653Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "policy-id", "timestamp": 1622423803427, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-31T01:16:47.653Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-starlingx-id", "timestamp": 1622423799666, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:16:47.653Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "clamp", "timestamp": 1622423803681, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-windriver-id", "timestamp": 1622423806724, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-31T01:16:47.655Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:16:47.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1622423806838, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-31T01:16:47.655Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:16:47.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "aai-ml", "timestamp": 1622423801367, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.655Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.656Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "policy-id", "timestamp": 1622423803427, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.656Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-31T01:16:47.846Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:16:47.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-31T01:16:47.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"dda051f2-8f24-476c-836c-3752ea181eb2","serviceName":"vFW 2021-05-31 01-14-03","serviceVersion":"1.0","serviceUUID":"65918932-70d3-4a50-8be1-9b1e045a619f","serviceDescription":"catalog service description","serviceInvariantUUID":"87d01638-9f9b-41c9-ba6f-59c7b62fb090","resources":[{"resourceInstanceName":"vFW 798b9834-41f1 0","resourceName":"vFW 798b9834-41f1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7ee43101-00fa-4d4a-b63a-49f414ad93e5","resourceInvariantUUID":"3463e56c-ca88-47f1-86b2-538847a1abf6","resourceCustomizationUUID":"3260b3c9-c94c-4a16-9bce-cdd23a9ffad3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vf-license-model.xml","artifactChecksum":"ZDg3MGQxNjEyZjM5MjBlZDg1YjcxMDlmOGJlODZiMTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"11f6b54b-f10c-4f8d-8b22-a629f9503057","artifactVersion":"1"},{"artifactName":"vfw798b983441f10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json","artifactChecksum":"NTU4MTYyM2U2NTVhZDczYTE3NzFiZTJiZjc3OGVhMDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c754cd2d-f6e1-4f00-9da3-575035868283","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8bc1ed9e-ac71-4ee9-9091-07340a043fef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vendor-license-model.xml","artifactChecksum":"YjVmYTRmYjNhZTljOGZmMjQ4ODUwYjRjNTFkNmRlOTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a71e75f8-6d9b-4e8b-8c8c-26eafe5d4193","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c5b80e25-caeb-4a93-bcf3-7863811c5509","artifactVersion":"2","generatedFromUUID":"8bc1ed9e-ac71-4ee9-9091-07340a043fef"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210531011403-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-template.yml","artifactChecksum":"YzU0YTExZThmYTMwMGU1Y2E1MmVjNjM2NGE3OGZiYjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"36ee0a89-f808-4092-8c16-a7651302f71a","artifactVersion":"1"},{"artifactName":"service-Vfw20210531011403-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar","artifactChecksum":"NTNiMmI2MmM4Y2FkODAxNGVkYzdiNjQ4MmIzYTUxMGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eae15bf4-6a69-482d-9cce-dc844180ae6b","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-31T01:16:47.852Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:16:47.857Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:16:47.863Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:16:47.863Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622423807222, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:47.963Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-05-31T01:16:47.966Z||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-31T01:16:47.966Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:16:47.976Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:16:47.976Z||pool-3-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:16:48.867Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:16:48.868Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:16:48.869Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:16:48.869Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622423807222, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json", "status": "NOTIFIED" } 2021-05-31T01:16:48.969Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:16:48.970Z||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-31T01:16:48.970Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:16:48.979Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:16:48.980Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-31T01:16:49.869Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:16:49.870Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:16:49.872Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:16:49.872Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622423807222, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-31T01:16:49.972Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:16:49.973Z||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-31T01:16:49.973Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:16:49.981Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:16:49.981Z||pool-5-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:16:50.872Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:16:50.873Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:16:50.874Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:16:50.874Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622423807222, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:50.975Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:16:50.975Z||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-31T01:16:50.975Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:16:50.983Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:16:50.983Z||pool-6-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:16:51.875Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:16:51.876Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:16:51.877Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:16:51.877Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622423807222, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-31T01:16:51.977Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:16:51.978Z||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-31T01:16:51.978Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:16:51.987Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:16:51.987Z||pool-7-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:16:52.877Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:16:52.878Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:16:52.880Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:16:52.880Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622423807222, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:16:52.980Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:16:52.981Z||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-31T01:16:52.981Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:16:52.989Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:16:52.989Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:16:53.880Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:16:53.881Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:16:53.882Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:16:53.883Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622423807222, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:16:53.983Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:16:53.983Z||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-31T01:16:53.984Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:16:53.992Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:16:53.992Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:16:54.884Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "serviceName": "vFW 2021-05-31 01-14-03", "serviceVersion": "1.0", "serviceUUID": "65918932-70d3-4a50-8be1-9b1e045a619f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "87d01638-9f9b-41c9-ba6f-59c7b62fb090", "resources": [ { "resourceInstanceName": "vFW 798b9834-41f1 0", "resourceCustomizationUUID": "3260b3c9-c94c-4a16-9bce-cdd23a9ffad3", "resourceName": "vFW 798b9834-41f1", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7ee43101-00fa-4d4a-b63a-49f414ad93e5", "resourceInvariantUUID": "3463e56c-ca88-47f1-86b2-538847a1abf6", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw798b983441f10_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json", "artifactChecksum": "NTU4MTYyM2U2NTVhZDczYTE3NzFiZTJiZjc3OGVhMDM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c754cd2d-f6e1-4f00-9da3-575035868283", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "8bc1ed9e-ac71-4ee9-9091-07340a043fef", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c5b80e25-caeb-4a93-bcf3-7863811c5509", "generatedFromUUID": "8bc1ed9e-ac71-4ee9-9091-07340a043fef" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c5b80e25-caeb-4a93-bcf3-7863811c5509", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210531011403-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar", "artifactChecksum": "NTNiMmI2MmM4Y2FkODAxNGVkYzdiNjQ4MmIzYTUxMGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eae15bf4-6a69-482d-9cce-dc844180ae6b" } ], "workloadContext": "Production" } 2021-05-31T01:16:54.885Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-31T01:16:54.885Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 65918932-70d3-4a50-8be1-9b1e045a619f ASDC 2021-05-31T01:16:54.962Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:dda051f2-8f24-476c-836c-3752ea181eb2 ServiceName:vFW 2021-05-31 01-14-03 ServiceVersion:1.0 ServiceUUID:65918932-70d3-4a50-8be1-9b1e045a619f ServiceInvariantUUID:87d01638-9f9b-41c9-ba6f-59c7b62fb090 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210531011403-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar ArtifactUUID:eae15bf4-6a69-482d-9cce-dc844180ae6b ArtifactChecksum:NTNiMmI2MmM4Y2FkODAxNGVkYzdiNjQ4MmIzYTUxMGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 798b9834-41f1 0 ResourceCustomizationUUID:3260b3c9-c94c-4a16-9bce-cdd23a9ffad3 ResourceInvariantUUID:3463e56c-ca88-47f1-86b2-538847a1abf6 ResourceName:vFW 798b9834-41f1 ResourceType:VF ResourceUUID:7ee43101-00fa-4d4a-b63a-49f414ad93e5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw798b983441f10_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json ArtifactUUID:c754cd2d-f6e1-4f00-9da3-575035868283 ArtifactChecksum:NTU4MTYyM2U2NTVhZDczYTE3NzFiZTJiZjc3OGVhMDM= 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/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml ArtifactUUID:8bc1ed9e-ac71-4ee9-9091-07340a043fef 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/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env ArtifactUUID:c5b80e25-caeb-4a93-bcf3-7863811c5509 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/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env ArtifactUUID:c5b80e25-caeb-4a93-bcf3-7863811c5509 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-31T01:16:54.963Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 65918932-70d3-4a50-8be1-9b1e045a619f 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-31T01:16:55.032Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-31T01:16:55.033Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-31T01:16:55.033Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-31T01:16:55.033Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: eae15bf4-6a69-482d-9cce-dc844180ae6b from URL: /sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar 2021-05-31T01:16:55.034Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-31T01:16:55.034Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar 2021-05-31T01:16:55.274Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-31T01:16:55.291Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar eae15bf4-6a69-482d-9cce-dc844180ae6b 110045 2021-05-31T01:16:55.292Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar ASDC sendASDCNotification 2021-05-31T01:16:55.292Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar 2021-05-31T01:16:55.292Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-31T01:16:55.293Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:16:55.294Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:16:55.294Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622423815291, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:16:55.395Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-31T01:16:55.396Z||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-31T01:16:55.396Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:16:55.405Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:16:55.406Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:16:56.295Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-31T01:16:56.296Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-31T01:16:56.296Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: eae15bf4-6a69-482d-9cce-dc844180ae6b, URL: /sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar to file: /app/ASDC/1/service-Vfw20210531011403-csar.csar 2021-05-31T01:16:56.297Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210531011403-csar.csar 2021-05-31T01:16:56.398Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210531011403-csar.csar 2021-05-31T01:16:56.398Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210531011403-csar.csar 2021-05-31T01:16:56.920Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9466452118736456/Definitions/service-Vfw20210531011403-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2021-05-31T01:16:59.318Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-31T01:16:59.322Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-31T01:16:59.323Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210531011403-csar.csar 2021-05-31T01:16:59.323Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-05-31T01:16:59.323Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||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-Vfw20210531011403-csar.csar 2021-05-31T01:16:59.323Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||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-Vfw20210531011403-csar.csar 2021-05-31T01:16:59.323Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 798b9834-41f1 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210531011403-csar.csar 2021-05-31T01:16:59.323Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||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-Vfw20210531011403-csar.csar 2021-05-31T01:16:59.323Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210531011403-csar.csar 2021-05-31T01:16:59.324Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210531011403-csar.csar 2021-05-31T01:16:59.324Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||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-Vfw20210531011403-csar.csar 2021-05-31T01:16:59.324Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||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-Vfw20210531011403-csar.csar 2021-05-31T01:16:59.324Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||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-Vfw20210531011403-csar.csar 2021-05-31T01:16:59.324Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210531011403-csar.csar 2021-05-31T01:16:59.324Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||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-Vfw20210531011403-csar.csar 2021-05-31T01:16:59.324Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210531011403-csar.csar 2021-05-31T01:16:59.324Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||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-Vfw20210531011403-csar.csar 2021-05-31T01:16:59.325Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 798b9834-41f1 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-Vfw20210531011403-csar.csar 2021-05-31T01:16:59.325Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-31T01:16:59.330Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:16:59.331Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:16:59.334Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is matching search criteria 2021-05-31T01:16:59.334Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-31T01:16:59.335Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 798b9834-41f1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-31T01:16:59.337Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:16:59.337Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:16:59.337Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is matching search criteria 2021-05-31T01:16:59.337Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-31T01:16:59.337Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 798b9834-41f1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-31T01:16:59.338Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:16:59.338Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:16:59.341Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:16:59.341Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is not matching search criteria 2021-05-31T01:16:59.341Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-31T01:16:59.341Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-31T01:16:59.342Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-31T01:16:59.342Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-31T01:16:59.342Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-31T01:16:59.342Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-31T01:16:59.342Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-31T01:16:59.342Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-31T01:16:59.343Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-31T01:16:59.343Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-31T01:16:59.343Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-31T01:16:59.343Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-31T01:16:59.343Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-31T01:16:59.344Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-31T01:16:59.344Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-31T01:16:59.344Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-31T01:16:59.344Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:16:59.344Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-31T01:16:59.345Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:16:59.345Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is matching search criteria 2021-05-31T01:16:59.346Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 798b9834-41f1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:16:59.346Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:16:59.346Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is matching search criteria 2021-05-31T01:16:59.346Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 798b9834-41f1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:16:59.347Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:16:59.347Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is matching search criteria 2021-05-31T01:16:59.347Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 798b9834-41f1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:16:59.347Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:16:59.347Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is not matching search criteria 2021-05-31T01:16:59.348Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-31T01:16:59.348Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-31T01:16:59.348Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-31T01:16:59.348Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-31T01:16:59.348Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-31T01:16:59.349Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-31T01:16:59.349Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-31T01:16:59.349Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-31T01:16:59.349Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-31T01:16:59.349Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-31T01:16:59.349Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-31T01:16:59.350Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c2f6b921-6c1e-427c-ac8a-f046b2cbd609 2021-05-31T01:16:59.350Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:16:59.350Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is not matching search criteria 2021-05-31T01:16:59.350Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-31T01:16:59.350Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-31T01:16:59.351Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-31T01:16:59.351Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-31T01:16:59.351Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-31T01:16:59.351Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-31T01:16:59.351Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-31T01:16:59.351Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-31T01:16:59.352Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-31T01:16:59.352Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-31T01:16:59.352Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-31T01:16:59.352Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-31T01:16:59.352Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dc019e4d-36d7-4feb-8911-e31372f8f474 2021-05-31T01:16:59.353Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:16:59.353Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is not matching search criteria 2021-05-31T01:16:59.353Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-31T01:16:59.353Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-31T01:16:59.353Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-31T01:16:59.353Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-31T01:16:59.354Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-31T01:16:59.354Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-31T01:16:59.354Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-31T01:16:59.354Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-31T01:16:59.354Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-31T01:16:59.355Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-31T01:16:59.355Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-31T01:16:59.355Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-31T01:16:59.355Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=390b9444-afa1-462f-a3b7-b173b5e33a94 2021-05-31T01:16:59.355Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:16:59.356Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:16:59.356Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:16:59.356Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:16:59.356Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:16:59.356Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:16:59.356Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:16:59.357Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:16:59.357Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-05-31 01-14-03 Description:catalog service description Model UUID:65918932-70d3-4a50-8be1-9b1e045a619f Model Version:NULL Model InvariantUuid:87d01638-9f9b-41c9-ba6f-59c7b62fb090 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 798b9834-41f1 Model UUID:cd5338e4-dae7-44e5-b50b-81b9310df471 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:3463e56c-ca88-47f1-86b2-538847a1abf6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3260b3c9-c94c-4a16-9bce-cdd23a9ffad3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:000b0703-d303-4f3f-9172-419d7d559152 ModelName:Vfw798b983441f1..base_vfw..module-0 ModelUuid:b87c3bb8-5e76-40c6-9949-e023a9ef6d97 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c2f6b921-6c1e-427c-ac8a-f046b2cbd609 ModelInvariantUuid:f78c8d02-f869-4941-a2e9-fb54c4894329 ModelName:vFW 798b9834-41f1-nodes.vfwCvfc ModelUuid:d9cdab8c-7a16-414c-a989-69e5f4fa8c43 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:9531880d-04dc-4fa1-9686-6b7497dc9fb1 ModelInvariantUuid:67d028b4-162d-4972-9c23-6e219d830ef5 ModelName:Vfw798b983441f1.compute.nodes.heat.vfw ModelUuid:71c9be5b-b14e-412c-a0ac-0f745d068e69 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:dc019e4d-36d7-4feb-8911-e31372f8f474 ModelInvariantUuid:bff537ce-3e3e-4cce-bec5-1f57c8ccbae9 ModelName:vFW 798b9834-41f1-nodes.vsnCvfc ModelUuid:874a8f1b-a2a3-40d0-b63a-c6fbecde6871 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:40af5bbc-936e-42a0-ab05-fc5a8d86a577 ModelInvariantUuid:5c36dba7-0501-4dee-90a4-4261072e04f8 ModelName:Vfw798b983441f1.compute.nodes.heat.vsn ModelUuid:86fe504d-b704-451d-90d1-1e988ee13f7e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:390b9444-afa1-462f-a3b7-b173b5e33a94 ModelInvariantUuid:37b57001-a790-497a-9ccb-f63568178703 ModelName:vFW 798b9834-41f1-nodes.vpgCvfc ModelUuid:6df7cb29-be77-4ed1-ba00-ce06f38379d9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:1c7af1d6-a1fc-472d-b4be-3bc61565666f ModelInvariantUuid:abbb7d94-e254-4f64-a920-7234b703f816 ModelName:Vfw798b983441f1.compute.nodes.heat.vpg ModelUuid:104db139-1abc-4228-a7b3-275918532787 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-31T01:16:59.366Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 7ee43101-00fa-4d4a-b63a-49f414ad93e5 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-31T01:16:59.439Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||vFW 798b9834-41f1 0 2021-05-31T01:16:59.444Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7ee43101-00fa-4d4a-b63a-49f414ad93e5 2021-05-31T01:16:59.444Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c754cd2d-f6e1-4f00-9da3-575035868283 from URL: /sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json 2021-05-31T01:16:59.444Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-31T01:16:59.444Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json 2021-05-31T01:17:01.052Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-31T01:17:01.052Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json c754cd2d-f6e1-4f00-9da3-575035868283 785 2021-05-31T01:17:01.052Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json ASDC sendASDCNotification 2021-05-31T01:17:01.052Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json 2021-05-31T01:17:01.053Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-31T01:17:01.053Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:17:01.054Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:17:01.055Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622423821052, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json", "status": "DOWNLOAD_OK" } 2021-05-31T01:17:01.155Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:17:01.156Z||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-31T01:17:01.156Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:17:01.164Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:17:01.165Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:17:02.056Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw798b983441f1..base_vfw..module-0", "vfModuleModelInvariantUUID": "000b0703-d303-4f3f-9172-419d7d559152", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b87c3bb8-5e76-40c6-9949-e023a9ef6d97", "vfModuleModelCustomizationUUID": "8fdee167-f73d-43b0-b7b4-12a2d0b459e7", "isBase": true, "artifacts": [ "8bc1ed9e-ac71-4ee9-9091-07340a043fef", "c5b80e25-caeb-4a93-bcf3-7863811c5509" ], "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-31T01:17:02.075Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw798b983441f1..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b87c3bb8-5e76-40c6-9949-e023a9ef6d97 VfModuleModelInvariantUUID:000b0703-d303-4f3f-9172-419d7d559152 VfModuleModelDescription:NULL Artifacts UUID List:{ 8bc1ed9e-ac71-4ee9-9091-07340a043fef , c5b80e25-caeb-4a93-bcf3-7863811c5509 } 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-31T01:17:02.077Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw798b983441f1..base_vfw..module-0", "vfModuleModelInvariantUUID": "000b0703-d303-4f3f-9172-419d7d559152", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b87c3bb8-5e76-40c6-9949-e023a9ef6d97", "vfModuleModelCustomizationUUID": "8fdee167-f73d-43b0-b7b4-12a2d0b459e7", "isBase": true, "artifacts": [ "8bc1ed9e-ac71-4ee9-9091-07340a043fef", "c5b80e25-caeb-4a93-bcf3-7863811c5509" ], "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-31T01:17:02.077Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw798b983441f1..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b87c3bb8-5e76-40c6-9949-e023a9ef6d97 VfModuleModelInvariantUUID:000b0703-d303-4f3f-9172-419d7d559152 VfModuleModelDescription:NULL Artifacts UUID List:{ 8bc1ed9e-ac71-4ee9-9091-07340a043fef , c5b80e25-caeb-4a93-bcf3-7863811c5509 } 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-31T01:17:02.077Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8bc1ed9e-ac71-4ee9-9091-07340a043fef from URL: /sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml 2021-05-31T01:17:02.077Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-31T01:17:02.077Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml 2021-05-31T01:17:04.052Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-31T01:17:04.053Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml 8bc1ed9e-ac71-4ee9-9091-07340a043fef 20368 2021-05-31T01:17:04.053Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-31T01:17:04.053Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml 2021-05-31T01:17:04.053Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-31T01:17:04.054Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:17:04.056Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:17:04.057Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622423824053, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-31T01:17:04.156Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-31T01:17:04.157Z||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-31T01:17:04.157Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:17:04.166Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:17:04.166Z||pool-12-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:17:05.057Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c5b80e25-caeb-4a93-bcf3-7863811c5509 from URL: /sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env 2021-05-31T01:17:05.058Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-31T01:17:05.058Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env 2021-05-31T01:17:06.661Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-31T01:17:06.661Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env c5b80e25-caeb-4a93-bcf3-7863811c5509 2098 2021-05-31T01:17:06.661Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-31T01:17:06.661Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env 2021-05-31T01:17:06.662Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-31T01:17:06.662Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:17:06.663Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:17:06.663Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622423826661, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-31T01:17:06.763Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:17:06.764Z||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-31T01:17:06.764Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:17:06.774Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:17:06.775Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:17:07.664Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 65918932-70d3-4a50-8be1-9b1e045a619f 2021-05-31T01:17:07.664Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 798b9834-41f1 0 7ee43101-00fa-4d4a-b63a-49f414ad93e5 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-31T01:17:07.692Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:17:07.693Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:17:07.693Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-05-31T01:17:07.693Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 3260b3c9-c94c-4a16-9bce-cdd23a9ffad3 2021-05-31T01:17:07.693Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3260b3c9-c94c-4a16-9bce-cdd23a9ffad3 matches Tosca VF Customization UUID: 3260b3c9-c94c-4a16-9bce-cdd23a9ffad3 2021-05-31T01:17:07.693Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 3260b3c9-c94c-4a16-9bce-cdd23a9ffad3 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-31T01:17:07.698Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:17:07.698Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:17:07.699Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 3260b3c9-c94c-4a16-9bce-cdd23a9ffad3: {\"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-31T01:17:07.699Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@53d7fe4c 2021-05-31T01:17:07.699Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:17:07.699Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-31T01:17:07.699Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8fdee167-f73d-43b0-b7b4-12a2d0b459e7 2021-05-31T01:17:07.700Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8fdee167-f73d-43b0-b7b4-12a2d0b459e7 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-31T01:17:07.704Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:17:07.704Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is matching search criteria 2021-05-31T01:17:07.704Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 798b9834-41f1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:17:07.704Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:17:07.705Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is matching search criteria 2021-05-31T01:17:07.705Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 798b9834-41f1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:17:07.705Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:17:07.705Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is not matching search criteria 2021-05-31T01:17:07.705Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-31T01:17:07.705Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-31T01:17:07.705Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-31T01:17:07.706Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-31T01:17:07.706Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-31T01:17:07.706Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-31T01:17:07.706Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-31T01:17:07.706Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-31T01:17:07.706Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-31T01:17:07.706Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-31T01:17:07.706Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-31T01:17:07.707Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c2f6b921-6c1e-427c-ac8a-f046b2cbd609 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-31T01:17:07.711Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:17:07.711Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is matching search criteria 2021-05-31T01:17:07.711Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 798b9834-41f1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:17:07.712Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:17:07.712Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is not matching search criteria 2021-05-31T01:17:07.712Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-31T01:17:07.712Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-31T01:17:07.713Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-31T01:17:07.713Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-31T01:17:07.713Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-31T01:17:07.713Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-31T01:17:07.713Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-31T01:17:07.714Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-31T01:17:07.714Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-31T01:17:07.714Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-31T01:17:07.714Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-31T01:17:07.714Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-31T01:17:07.714Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dc019e4d-36d7-4feb-8911-e31372f8f474 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-31T01:17:07.716Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:17:07.716Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is matching search criteria 2021-05-31T01:17:07.716Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 798b9834-41f1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:17:07.719Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:17:07.719Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is not matching search criteria 2021-05-31T01:17:07.719Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-31T01:17:07.719Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-31T01:17:07.720Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-31T01:17:07.720Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-31T01:17:07.720Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-31T01:17:07.720Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-31T01:17:07.720Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-31T01:17:07.721Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-31T01:17:07.721Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-31T01:17:07.721Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-31T01:17:07.721Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-31T01:17:07.721Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-31T01:17:07.721Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=390b9444-afa1-462f-a3b7-b173b5e33a94 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-31T01:17:07.722Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:17:07.723Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is matching search criteria 2021-05-31T01:17:07.723Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 798b9834-41f1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:17:07.723Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:17:07.723Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Node template vFW 798b9834-41f1 0 is matching search criteria 2021-05-31T01:17:07.723Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 798b9834-41f1 0] matching following query criteria: sdcType=VF, customizationUUID=3260b3c9-c94c-4a16-9bce-cdd23a9ffad3 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-31T01:17:07.724Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:17:07.725Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:17:07.725Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 65918932-70d3-4a50-8be1-9b1e045a619f: vFW 798b9834-41f1 2021-05-31T01:17:07.725Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:17:07.725Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:17:07.725Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:17:07.725Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:17:07.725Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:17:07.726Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:17:07.726Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:17:07.726Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:17:07.726Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:17:07.726Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-05-31 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:17:07.726Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2021-05-31 01-14-03 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-31T01:17:07.905Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 798b9834-41f1 7ee43101-00fa-4d4a-b63a-49f414ad93e5 1 ASDC deployResourceStructure 2021-05-31T01:17:07.906Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json ASDC sendASDCNotification 2021-05-31T01:17:07.906Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json 2021-05-31T01:17:07.906Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-31T01:17:07.906Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:17:07.907Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:17:07.908Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622423827906, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json", "status": "DEPLOY_OK" } 2021-05-31T01:17:08.008Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:17:08.008Z||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-31T01:17:08.008Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:17:08.016Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:17:08.016Z||pool-14-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:17:08.908Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-31T01:17:08.909Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml 2021-05-31T01:17:08.909Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-31T01:17:08.909Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:17:08.910Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:17:08.911Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622423828908, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-31T01:17:09.011Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:17:09.012Z||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-31T01:17:09.012Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:17:09.021Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:17:09.021Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:17:09.911Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-31T01:17:09.912Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env 2021-05-31T01:17:09.912Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-31T01:17:09.912Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:17:09.913Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:17:09.914Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622423829911, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-31T01:17:10.014Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:17:10.015Z||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-31T01:17:10.015Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:17:10.023Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:17:10.023Z||pool-16-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:17:10.915Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar ASDC sendASDCNotification 2021-05-31T01:17:10.915Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar 2021-05-31T01:17:10.915Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-31T01:17:10.915Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:17:10.916Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:17:10.917Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622423830914, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:17:11.017Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:17:11.019Z||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-31T01:17:11.019Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:17:11.028Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:17:11.028Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:17:11.917Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dda051f2-8f24-476c-836c-3752ea181eb2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T01:17:11.930Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dda051f2-8f24-476c-836c-3752ea181eb2 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-31T01:17:11.932Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-31T01:17:11.932Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-31T01:17:11.932Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-31T01:17:41.932Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dda051f2-8f24-476c-836c-3752ea181eb2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T01:17:41.941Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dda051f2-8f24-476c-836c-3752ea181eb2 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-31T01:17:41.943Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-31T01:17:41.943Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-31T01:17:41.943Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-31T01:17:47.224Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:17:47.225Z||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-31T01:17:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:17:47.247Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:17:47.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:17:47.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "clamp", "timestamp": 1622423803681, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:17:47.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-31T01:18:11.943Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dda051f2-8f24-476c-836c-3752ea181eb2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T01:18:11.950Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dda051f2-8f24-476c-836c-3752ea181eb2 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-31T01:18:11.952Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-31T01:18:11.952Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-31T01:18:11.952Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-31T01:18:41.952Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dda051f2-8f24-476c-836c-3752ea181eb2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T01:18:41.961Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dda051f2-8f24-476c-836c-3752ea181eb2 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-31T01:18:41.963Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-31T01:18:41.963Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-31T01:18:41.963Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-31T01:18:47.224Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:18:47.225Z||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-31T01:18:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:18:47.247Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:18:47.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:18:47.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-starlingx-id", "timestamp": 1622423807676, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json", "status": "DOWNLOAD_OK" } 2021-05-31T01:18:47.249Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:19:11.963Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dda051f2-8f24-476c-836c-3752ea181eb2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T01:19:11.970Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dda051f2-8f24-476c-836c-3752ea181eb2 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-31T01:19:11.972Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-31T01:19:11.973Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-31T01:19:11.973Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-31T01:19:41.973Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dda051f2-8f24-476c-836c-3752ea181eb2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T01:19:41.980Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dda051f2-8f24-476c-836c-3752ea181eb2 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-31T01:19:41.982Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-31T01:19:41.982Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-31T01:19:41.982Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-31T01:19:47.224Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:19:47.225Z||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-31T01:19:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:19:47.745Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:19:47.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622423807046, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:19:47.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-31T01:19:47.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-windriver-id", "timestamp": 1622423807730, "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-31T01:19:47.756Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dda051f2-8f24-476c-836c-3752ea181eb2 2021-05-31T01:19:47.756Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dda051f2-8f24-476c-836c-3752ea181eb2 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-31T01:19:47.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622423807222, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:19:47.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-31T01:19:47.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "aai-ml", "timestamp": 1622423801367, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:19:47.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-31T01:19:47.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "policy-id", "timestamp": 1622423803427, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:19:47.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-31T01:19:47.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1622423808105, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-31T01:19:47.763Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:19:47.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "clamp", "timestamp": 1622423803681, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:19:47.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-31T01:19:47.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622423807046, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json", "status": "NOT_NOTIFIED" } 2021-05-31T01:19:47.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-31T01:19:47.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-windriver-id", "timestamp": 1622423808734, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json", "status": "DEPLOY_OK" } 2021-05-31T01:19:47.764Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:19:47.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622423807222, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json", "status": "NOTIFIED" } 2021-05-31T01:19:47.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-31T01:19:47.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-starlingx-id", "timestamp": 1622423808894, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-31T01:19:47.764Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:19:47.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "policy-id", "timestamp": 1622423803427, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:19:47.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-31T01:19:47.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "aai-ml", "timestamp": 1622423809322, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:19:47.765Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:19:47.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "clamp", "timestamp": 1622423803681, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:19:47.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-31T01:19:47.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622423807046, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:19:47.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-31T01:19:47.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1622423809833, "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-31T01:19:47.769Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dda051f2-8f24-476c-836c-3752ea181eb2 2021-05-31T01:19:47.769Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dda051f2-8f24-476c-836c-3752ea181eb2 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-31T01:19:47.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622423807222, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-31T01:19:47.774Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-31T01:19:47.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "policy-id", "timestamp": 1622423803427, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:19:47.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-31T01:19:47.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "clamp", "timestamp": 1622423803681, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:19:47.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-31T01:19:47.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-starlingx-id", "timestamp": 1622423810361, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-31T01:19:47.775Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:19:47.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622423807046, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:19:47.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-31T01:19:47.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1622423810838, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json", "status": "DEPLOY_OK" } 2021-05-31T01:19:47.775Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:19:47.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622423807222, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:19:47.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-31T01:19:47.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-starlingx-id", "timestamp": 1622423811370, "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-31T01:19:47.779Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dda051f2-8f24-476c-836c-3752ea181eb2 2021-05-31T01:19:47.779Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dda051f2-8f24-476c-836c-3752ea181eb2 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-31T01:19:47.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622423807046, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:19:47.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-31T01:19:47.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "policy-id", "timestamp": 1622423811726, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:19:47.784Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:19:47.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622423807222, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-31T01:19:47.784Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-31T01:19:47.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "multicloud-starlingx-id", "timestamp": 1622423812382, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json", "status": "DEPLOY_OK" } 2021-05-31T01:19:47.784Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:19:47.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622423807046, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:19:47.784Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-31T01:19:47.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "policy-id", "timestamp": 1622423812732, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:19:47.785Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:19:47.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622423807222, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:19:47.785Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-31T01:19:47.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622423807046, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:19:47.785Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-31T01:19:47.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "policy-id", "timestamp": 1622423813734, "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-31T01:19:47.788Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dda051f2-8f24-476c-836c-3752ea181eb2 2021-05-31T01:19:47.788Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dda051f2-8f24-476c-836c-3752ea181eb2 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-31T01:19:47.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622423807222, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:19:47.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-31T01:19:47.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622423815010, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:19:47.792Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:19:47.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622423815291, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:19:47.793Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:19:47.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622423819973, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:19:47.793Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:19:47.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622423820978, "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-31T01:19:47.796Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dda051f2-8f24-476c-836c-3752ea181eb2 2021-05-31T01:19:47.796Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dda051f2-8f24-476c-836c-3752ea181eb2 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-31T01:19:47.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622423821052, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json", "status": "DOWNLOAD_OK" } 2021-05-31T01:19:47.802Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:19:47.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622423824053, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-31T01:19:47.802Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:19:47.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "aai-ml", "timestamp": 1622423824220, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:19:47.802Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:19:47.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "aai-ml", "timestamp": 1622423825227, "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-31T01:19:47.805Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dda051f2-8f24-476c-836c-3752ea181eb2 2021-05-31T01:19:47.805Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dda051f2-8f24-476c-836c-3752ea181eb2 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-31T01:19:47.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622423826661, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-31T01:19:47.811Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:19:47.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "clamp", "timestamp": 1622423827161, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:19:47.811Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:19:47.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622423827906, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/vfw798b983441f10_modules.json", "status": "DEPLOY_OK" } 2021-05-31T01:19:47.811Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:19:47.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622423828908, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-31T01:19:47.812Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:19:47.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "clamp", "timestamp": 1622423829169, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:19:47.812Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:19:47.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622423829911, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/resourceInstances/vfw798b983441f10/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-31T01:19:47.812Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:19:47.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "clamp", "timestamp": 1622423830172, "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-31T01:19:47.816Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dda051f2-8f24-476c-836c-3752ea181eb2 2021-05-31T01:19:47.816Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dda051f2-8f24-476c-836c-3752ea181eb2 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-31T01:19:47.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:19:47.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622423830914, "artifactURL": "/sdc/v1/catalog/services/Vfw20210531011403/1.0/artifacts/service-Vfw20210531011403-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:19:47.822Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:20:11.983Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dda051f2-8f24-476c-836c-3752ea181eb2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T01:20:11.992Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dda051f2-8f24-476c-836c-3752ea181eb2 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-31T01:20:11.994Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-31T01:20:11.994Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-31T01:20:11.994Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-31T01:20:11.994Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-31T01:20:11.995Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:20:11.995Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:20:11.995Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:20:11.995Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:20:11.995Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:20:11.995Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:20:11.995Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||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-31T01:20:11.999Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-31T01:20:41.999Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dda051f2-8f24-476c-836c-3752ea181eb2 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-31T01:20:42.005Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dda051f2-8f24-476c-836c-3752ea181eb2 and serviceModelVersionId: 65918932-70d3-4a50-8be1-9b1e045a619f 2021-05-31T01:20:42.006Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87d01638-9f9b-41c9-ba6f-59c7b62fb090 2021-05-31T01:20:47.224Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:20:47.225Z||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-31T01:20:47.226Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:20:52.507Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87d01638-9f9b-41c9-ba6f-59c7b62fb090/model-vers/model-ver/65918932-70d3-4a50-8be1-9b1e045a619f?depth=0 2021-05-31T01:20:52.591Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-05-31T01:20:53.151Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87d01638-9f9b-41c9-ba6f-59c7b62fb090/model-vers/model-ver/65918932-70d3-4a50-8be1-9b1e045a619f?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-31T01:20:53.154Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87d01638-9f9b-41c9-ba6f-59c7b62fb090/model-vers/model-ver/65918932-70d3-4a50-8be1-9b1e045a619f?depth=0|INFO|500||Invoke 2021-05-31T01:20:53.245Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87d01638-9f9b-41c9-ba6f-59c7b62fb090/model-vers/model-ver/65918932-70d3-4a50-8be1-9b1e045a619f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-31T01:20:53.427Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87d01638-9f9b-41c9-ba6f-59c7b62fb090/model-vers/model-ver/65918932-70d3-4a50-8be1-9b1e045a619f?depth=0|INFO|500||InvokeReturn 2021-05-31T01:20:53.428Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87d01638-9f9b-41c9-ba6f-59c7b62fb090/model-vers/model-ver/65918932-70d3-4a50-8be1-9b1e045a619f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210531-01:20:53:256-97384], vertex-id=[213240], Content-Length=[0], Date=[Mon, 31 May 2021 01:20:53 GMT], Content-Type=[application/json]} 2021-05-31T01:20:53.428Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-05-31T01:20:53.432Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-31T01:20:53.432Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||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-31T01:20:53.437Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||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-31T01:20:53.447Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dda051f2-8f24-476c-836c-3752ea181eb2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-31T01:20:53.447Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-31T01:20:53.448Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:20:53.449Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:20:53.449Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424053447, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-31T01:20:53.550Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-31T01:20:53.551Z||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-31T01:20:53.551Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:20:53.561Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:20:53.561Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:20:54.175Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:20:54.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-31T01:20:54.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dda051f2-8f24-476c-836c-3752ea181eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424053447, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-31T01:20:54.177Z||pool-2-thread-3|||||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-31T01:20:54.462Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:20:54.463Z|dda051f2-8f24-476c-836c-3752ea181eb2|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-31T01:20:54.463Z|dda051f2-8f24-476c-836c-3752ea181eb2|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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:21:04.643Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:21:04.644Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:21:04.645Z|dda051f2-8f24-476c-836c-3752ea181eb2|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-31T01:21:04.645Z|dda051f2-8f24-476c-836c-3752ea181eb2|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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:21:14.175Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:21:14.175Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:21:14.176Z|dda051f2-8f24-476c-836c-3752ea181eb2|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-31T01:21:14.176Z|dda051f2-8f24-476c-836c-3752ea181eb2|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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:21:23.713Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:21:23.714Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:21:23.715Z|dda051f2-8f24-476c-836c-3752ea181eb2|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-31T01:21:23.715Z|dda051f2-8f24-476c-836c-3752ea181eb2|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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:21:33.248Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:21:47.222Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:21:47.223Z|dda051f2-8f24-476c-836c-3752ea181eb2|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-31T01:21:47.223Z|dda051f2-8f24-476c-836c-3752ea181eb2|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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:21:47.224Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:21:47.225Z||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-31T01:21:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:21:56.758Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:21:56.761Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:22:47.224Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:22:47.222Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:22:47.225Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T01:22:47.225Z|dda051f2-8f24-476c-836c-3752ea181eb2|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-31T01:22:47.225Z|dda051f2-8f24-476c-836c-3752ea181eb2|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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:22:47.225Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:22:56.764Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:22:56.765Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:23:47.222Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:23:47.223Z|dda051f2-8f24-476c-836c-3752ea181eb2|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-31T01:23:47.223Z|dda051f2-8f24-476c-836c-3752ea181eb2|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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:23:47.224Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:23:47.225Z||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-31T01:23:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:23:56.758Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:23:56.761Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:24:47.222Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:24:47.223Z|dda051f2-8f24-476c-836c-3752ea181eb2|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-31T01:24:47.223Z|dda051f2-8f24-476c-836c-3752ea181eb2|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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:24:47.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:24:47.225Z||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-31T01:24:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:24:56.756Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:24:56.758Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:25:47.222Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:25:47.223Z|dda051f2-8f24-476c-836c-3752ea181eb2|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-31T01:25:47.223Z|dda051f2-8f24-476c-836c-3752ea181eb2|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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:25:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:25:47.225Z||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-31T01:25:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:25:47.797Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:25:47.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:25:47.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424319666, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:25:47.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:25:47.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:25:47.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "multicloud-windriver-id", "timestamp": 1622424326476, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:25:47.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:25:47.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:25:47.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "policy-id", "timestamp": 1622424323427, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:25:47.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:25:47.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:25:47.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "cds", "timestamp": 1622424328569, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:25:47.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:25:47.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:25:47.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424319666, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:25:47.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:25:47.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:25:47.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "multicloud-windriver-id", "timestamp": 1622424326476, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:25:47.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:25:47.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:25:47.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "policy-id", "timestamp": 1622424323427, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:25:47.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:25:47.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:25:47.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "cds", "timestamp": 1622424328569, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:25:47.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:25:47.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:25:47.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "cds", "timestamp": 1622424331874, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:25:47.804Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:25:47.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:25:47.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "policy-id", "timestamp": 1622424331870, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:25:47.805Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:25:47.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:25:47.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "dcae-sch", "timestamp": 1622424331782, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:25:47.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:25:47.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:25:47.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "cds", "timestamp": 1622424332878, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-31T01:25:47.822Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 179d38b0-3a01-48d2-84da-4aec72263055 2021-05-31T01:25:47.822Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 179d38b0-3a01-48d2-84da-4aec72263055 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-31T01:25:47.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:25:47.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "policy-id", "timestamp": 1622424332874, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:25:47.830Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:25:47.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:25:47.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "dcae-sch", "timestamp": 1622424331782, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:25:47.831Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:25:47.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:25:47.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "policy-id", "timestamp": 1622424333876, "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-31T01:25:47.836Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 179d38b0-3a01-48d2-84da-4aec72263055 2021-05-31T01:25:47.836Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 179d38b0-3a01-48d2-84da-4aec72263055 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=? 2021-05-31T01:25:47.839Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:25:47.839Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-31T01:25:47.839Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"179d38b0-3a01-48d2-84da-4aec72263055","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503","serviceDescription":"service","serviceInvariantUUID":"d1849e5e-72d7-4250-9989-e2ec398af7c4","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"31d5a6de-20e6-4004-a200-80aa45617e86","resourceInvariantUUID":"140492c9-2d98-47c9-bfba-0ce8a1c75450","resourceCustomizationUUID":"0e8c6920-41c6-42a6-ba67-565d2883646c","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":"N2MwY2I3NDZiOGVhYWJlOWJlMjA2YmJhM2Q1NjIxNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2c55d6cc-c79f-499f-aa6e-9c0d07eec232","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Y2NjMDkzNzI0OWM2YTYzZGMwNGM1MjBiYWJhZWRiYjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ee0206b4-cde6-4321-9fc5-4e2b9968d704","artifactVersion":"1"}],"workloadContext":"Production"} Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-31T01:25:47.842Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:25:47.842Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:25:47.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:25:47.844Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:25:47.844Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424347222, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:25:47.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "ves-openapi-manager", "timestamp": 1622424335564, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:25:47.844Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:25:47.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:25:47.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "multicloud-k8s-id", "timestamp": 1622424335923, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:25:47.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:25:47.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:25:47.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "ves-openapi-manager", "timestamp": 1622424335564, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:25:47.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:25:47.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:25:47.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "multicloud-k8s-id", "timestamp": 1622424335923, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:25:47.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:25:47.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:25:47.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "aai-ml", "timestamp": 1622424341367, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:25:47.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:25:47.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:25:47.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "aai-ml", "timestamp": 1622424341367, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:25:47.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:25:47.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:25:47.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "clamp", "timestamp": 1622424343681, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:25:47.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:25:47.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:25:47.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "clamp", "timestamp": 1622424343681, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:25:47.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:25:47.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:25:47.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "aai-ml", "timestamp": 1622424345870, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:25:47.849Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:25:47.944Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:25:47.945Z||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-31T01:25:47.945Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:25:47.954Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:25:47.954Z||pool-19-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:25:48.844Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:25:48.845Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:25:48.847Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:25:48.847Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424347222, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:25:48.947Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:25:48.948Z||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-31T01:25:48.948Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:25:48.955Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:25:48.956Z||pool-20-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:25:49.848Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503", "serviceDescription": "service", "serviceInvariantUUID": "d1849e5e-72d7-4250-9989-e2ec398af7c4", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "0e8c6920-41c6-42a6-ba67-565d2883646c", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "31d5a6de-20e6-4004-a200-80aa45617e86", "resourceInvariantUUID": "140492c9-2d98-47c9-bfba-0ce8a1c75450", "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": "Y2NjMDkzNzI0OWM2YTYzZGMwNGM1MjBiYWJhZWRiYjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ee0206b4-cde6-4321-9fc5-4e2b9968d704" } ], "workloadContext": "Production" } 2021-05-31T01:25:49.848Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-31T01:25:49.849Z|dda051f2-8f24-476c-836c-3752ea181eb2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503 ASDC 2021-05-31T01:25:49.849Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:179d38b0-3a01-48d2-84da-4aec72263055 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503 ServiceInvariantUUID:d1849e5e-72d7-4250-9989-e2ec398af7c4 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:ee0206b4-cde6-4321-9fc5-4e2b9968d704 ArtifactChecksum:Y2NjMDkzNzI0OWM2YTYzZGMwNGM1MjBiYWJhZWRiYjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:0e8c6920-41c6-42a6-ba67-565d2883646c ResourceInvariantUUID:140492c9-2d98-47c9-bfba-0ce8a1c75450 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:31d5a6de-20e6-4004-a200-80aa45617e86 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-05-31T01:25:49.849Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503 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-31T01:25:49.879Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-31T01:25:49.880Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-31T01:25:49.880Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-31T01:25:49.880Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ee0206b4-cde6-4321-9fc5-4e2b9968d704 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-31T01:25:49.880Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-31T01:25:49.880Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-31T01:25:50.278Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-31T01:25:50.281Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ee0206b4-cde6-4321-9fc5-4e2b9968d704 52223 2021-05-31T01:25:50.281Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||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-31T01:25:50.281Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||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-31T01:25:50.281Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-31T01:25:50.281Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:25:50.282Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:25:50.283Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424350281, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:25:50.383Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:25:50.384Z||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-31T01:25:50.384Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:25:50.391Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:25:50.391Z||pool-21-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:25:51.283Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-31T01:25:51.283Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-31T01:25:51.284Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ee0206b4-cde6-4321-9fc5-4e2b9968d704, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-31T01:25:51.284Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-05-31T01:25:51.284Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-31T01:25:51.284Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-31T01:25:51.373Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5918035683838366163/Definitions/service-BasicNetwork-template.yml 2021-05-31T01:25:51.822Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-31T01:25:51.823Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-31T01:25:51.823Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-31T01:25:51.823Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-31T01:25:51.823Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||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-31T01:25:51.823Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||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-31T01:25:51.823Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||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-31T01:25:51.823Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||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-31T01:25:51.823Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||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-31T01:25:51.823Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||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-31T01:25:51.823Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||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-31T01:25:51.823Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||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-31T01:25:51.823Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-31T01:25:51.823Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:25:51.824Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:25:51.824Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-05-31T01:25:51.824Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-31T01:25:51.824Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-31T01:25:51.824Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:25:51.824Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:25:51.824Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-05-31T01:25:51.824Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-31T01:25:51.824Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-31T01:25:51.824Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:25:51.824Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:25:51.825Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:25:51.825Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:25:51.825Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:25:51.825Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:25:51.825Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:25:51.825Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:25:51.825Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:25:51.825Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:25:51.825Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503 Model Version:NULL Model InvariantUuid:d1849e5e-72d7-4250-9989-e2ec398af7c4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:140492c9-2d98-47c9-bfba-0ce8a1c75450 Model UUID:03b1e015-58f2-4a2c-b4b4-ac6a1581897b Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:0e8c6920-41c6-42a6-ba67-565d2883646c 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-31T01:25:51.829Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 31d5a6de-20e6-4004-a200-80aa45617e86 2021-05-31T01:25:51.829Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||No resources found for Service: da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503 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-31T01:25:51.832Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500|| 2021-05-31T01:25:51.832Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-05-31T01:25:51.832Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||No resources found for Service: da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503 2021-05-31T01:25:51.832Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503 2021-05-31T01:25:51.832Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-05-31T01:25:51.833Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||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-31T01:25:51.836Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:25:51.837Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:25:51.837Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:25:51.837Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:25:51.837Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503: Generic NeutronNet 2021-05-31T01:25:51.837Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:25:51.837Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:25:51.837Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:25:51.837Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||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-31T01:25:51.859Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:25:51.859Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:25:51.859Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:25:51.860Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:25:51.860Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:25:51.860Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:25:51.860Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||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-31T01:25:51.901Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-05-31T01:25:51.901Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||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-31T01:25:51.901Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||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-31T01:25:51.901Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-31T01:25:51.901Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:25:51.902Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:25:51.902Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424351901, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:25:52.003Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:25:52.004Z||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-31T01:25:52.004Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:25:52.011Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:25:52.011Z||pool-22-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:25:52.904Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 179d38b0-3a01-48d2-84da-4aec72263055 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T01:25:52.915Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 179d38b0-3a01-48d2-84da-4aec72263055 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-31T01:25:52.918Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-31T01:25:52.918Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-31T01:25:52.918Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-31T01:26:22.918Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 179d38b0-3a01-48d2-84da-4aec72263055 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T01:26:22.928Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 179d38b0-3a01-48d2-84da-4aec72263055 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-31T01:26:22.930Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-31T01:26:22.930Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-31T01:26:22.930Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-31T01:26:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:26:47.225Z||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-31T01:26:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:26:47.243Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:26:47.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:26:47.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424347045, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:26:47.244Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:26:52.930Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 179d38b0-3a01-48d2-84da-4aec72263055 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T01:26:52.938Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 179d38b0-3a01-48d2-84da-4aec72263055 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-31T01:26:52.940Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-31T01:26:52.940Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-31T01:26:52.940Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-31T01:27:22.940Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 179d38b0-3a01-48d2-84da-4aec72263055 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T01:27:22.949Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 179d38b0-3a01-48d2-84da-4aec72263055 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-31T01:27:22.953Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-31T01:27:22.953Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-31T01:27:22.953Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-31T01:27:47.225Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:27:47.226Z||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-31T01:27:47.226Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:27:47.246Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:27:47.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:27:47.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424347222, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:27:47.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:27:52.953Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 179d38b0-3a01-48d2-84da-4aec72263055 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T01:27:52.964Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 179d38b0-3a01-48d2-84da-4aec72263055 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-31T01:27:52.966Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-31T01:27:52.966Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-31T01:27:52.967Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-31T01:28:22.967Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 179d38b0-3a01-48d2-84da-4aec72263055 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T01:28:22.977Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 179d38b0-3a01-48d2-84da-4aec72263055 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-31T01:28:22.979Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-31T01:28:22.979Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-31T01:28:22.979Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-31T01:28:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:28:47.225Z||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-31T01:28:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:28:47.245Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:28:47.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424347045, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:28:47.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424347222, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:28:47.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "aai-ml", "timestamp": 1622424349000, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:28:47.249Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:28:47.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "aai-ml", "timestamp": 1622424350004, "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-31T01:28:47.255Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 179d38b0-3a01-48d2-84da-4aec72263055 2021-05-31T01:28:47.255Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 179d38b0-3a01-48d2-84da-4aec72263055 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-31T01:28:47.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424350021, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:28:47.264Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:28:47.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "clamp", "timestamp": 1622424350239, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:28:47.265Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:28:47.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424350281, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:28:47.266Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:28:47.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424351537, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:28:47.266Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:28:47.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424351901, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:28:47.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:28:47.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "clamp", "timestamp": 1622424352246, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:28:47.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:28:47.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424352541, "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-31T01:28:47.271Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 179d38b0-3a01-48d2-84da-4aec72263055 2021-05-31T01:28:47.272Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 179d38b0-3a01-48d2-84da-4aec72263055 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-31T01:28:47.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "clamp", "timestamp": 1622424353252, "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-31T01:28:47.284Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 179d38b0-3a01-48d2-84da-4aec72263055 2021-05-31T01:28:47.285Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 179d38b0-3a01-48d2-84da-4aec72263055 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-31T01:28:47.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424377046, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424379666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "ves-openapi-manager", "timestamp": 1622424375564, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "cds", "timestamp": 1622424373569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "multicloud-k8s-id", "timestamp": 1622424375923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "clamp", "timestamp": 1622424373681, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "cds", "timestamp": 1622424373569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "ves-openapi-manager", "timestamp": 1622424375564, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424379666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424377046, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.297Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "multicloud-k8s-id", "timestamp": 1622424375923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.297Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "clamp", "timestamp": 1622424373681, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.298Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "policy-id", "timestamp": 1622424383427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.298Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "cds", "timestamp": 1622424373569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424377046, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424379666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "ves-openapi-manager", "timestamp": 1622424375564, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "multicloud-k8s-id", "timestamp": 1622424375923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "clamp", "timestamp": 1622424373681, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "policy-id", "timestamp": 1622424383427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "cds", "timestamp": 1622424373569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424379666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424377046, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "ves-openapi-manager", "timestamp": 1622424375564, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "multicloud-k8s-id", "timestamp": 1622424375923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "clamp", "timestamp": 1622424373681, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "policy-id", "timestamp": 1622424383427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "cds", "timestamp": 1622424373569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424379666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "ves-openapi-manager", "timestamp": 1622424375564, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424377046, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "multicloud-k8s-id", "timestamp": 1622424375923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "clamp", "timestamp": 1622424373681, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "policy-id", "timestamp": 1622424383427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "multicloud-windriver-id", "timestamp": 1622424386476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "cds", "timestamp": 1622424373569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424379666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424377046, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "ves-openapi-manager", "timestamp": 1622424375564, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-05-31T01:28:47.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "multicloud-k8s-id", "timestamp": 1622424375923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "clamp", "timestamp": 1622424373681, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "policy-id", "timestamp": 1622424383427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "multicloud-windriver-id", "timestamp": 1622424386476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "cds", "timestamp": 1622424373569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424379666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "ves-openapi-manager", "timestamp": 1622424375564, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424377046, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.312Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "multicloud-k8s-id", "timestamp": 1622424375923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.312Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "clamp", "timestamp": 1622424373681, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.312Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "policy-id", "timestamp": 1622424383427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.313Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "multicloud-windriver-id", "timestamp": 1622424386476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.313Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "cds", "timestamp": 1622424373569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:28:47.313Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424379666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:28:47.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "ves-openapi-manager", "timestamp": 1622424375564, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "multicloud-k8s-id", "timestamp": 1622424375923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:28:47.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424377046, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:28:47.315Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "clamp", "timestamp": 1622424373681, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:28:47.315Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "policy-id", "timestamp": 1622424383427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.315Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "multicloud-windriver-id", "timestamp": 1622424386476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.316Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "cds", "timestamp": 1622424391076, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:28:47.316Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:28:47.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "policy-id", "timestamp": 1622424383427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:28:47.316Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "multicloud-windriver-id", "timestamp": 1622424386476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.317Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424391168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:28:47.317Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:28:47.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "ves-openapi-manager", "timestamp": 1622424391189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-05-31T01:28:47.317Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:28:47.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "cds", "timestamp": 1622424392080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-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-31T01:28:47.331Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b4c069a4-c009-4a1f-86e3-6ef82cc5ff43 2021-05-31T01:28:47.331Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c069a4-c009-4a1f-86e3-6ef82cc5ff43 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-31T01:28:47.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "multicloud-windriver-id", "timestamp": 1622424386476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "ves-openapi-manager", "timestamp": 1622424392358, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-05-31T01:28:47.343Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:28:47.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "dcae-sch", "timestamp": 1622424391782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "policy-id", "timestamp": 1622424392688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:28:47.346Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:28:47.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424392871, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:28:47.346Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:28:47.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "multicloud-windriver-id", "timestamp": 1622424386476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.347Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "ves-openapi-manager", "timestamp": 1622424393363, "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-31T01:28:47.352Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of b4c069a4-c009-4a1f-86e3-6ef82cc5ff43 2021-05-31T01:28:47.352Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c069a4-c009-4a1f-86e3-6ef82cc5ff43 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-31T01:28:47.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "dcae-sch", "timestamp": 1622424391782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "policy-id", "timestamp": 1622424393691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:28:47.362Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:28:47.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424393874, "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-31T01:28:47.367Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b4c069a4-c009-4a1f-86e3-6ef82cc5ff43 2021-05-31T01:28:47.367Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c069a4-c009-4a1f-86e3-6ef82cc5ff43 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-31T01:28:47.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "multicloud-windriver-id", "timestamp": 1622424386476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:28:47.376Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "dcae-sch", "timestamp": 1622424391782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.376Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "policy-id", "timestamp": 1622424394693, "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-31T01:28:47.381Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4c069a4-c009-4a1f-86e3-6ef82cc5ff43 2021-05-31T01:28:47.381Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c069a4-c009-4a1f-86e3-6ef82cc5ff43 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-31T01:28:47.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "dcae-sch", "timestamp": 1622424391782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "dcae-sch", "timestamp": 1622424391782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "dcae-sch", "timestamp": 1622424391782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "dcae-sch", "timestamp": 1622424391782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.390Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "dcae-sch", "timestamp": 1622424391782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.390Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "aai-ml", "timestamp": 1622424401366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.390Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "clamp", "timestamp": 1622424402248, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:28:47.391Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:28:47.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "aai-ml", "timestamp": 1622424401366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "aai-ml", "timestamp": 1622424401366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "clamp", "timestamp": 1622424404254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:28:47.392Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:28:47.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "aai-ml", "timestamp": 1622424401366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "clamp", "timestamp": 1622424405256, "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-31T01:28:47.396Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b4c069a4-c009-4a1f-86e3-6ef82cc5ff43 2021-05-31T01:28:47.397Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c069a4-c009-4a1f-86e3-6ef82cc5ff43 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-31T01:28:47.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "aai-ml", "timestamp": 1622424401366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:47.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:28:47.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "aai-ml", "timestamp": 1622424401366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:28:47.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:28:52.979Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 179d38b0-3a01-48d2-84da-4aec72263055 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T01:28:52.989Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 179d38b0-3a01-48d2-84da-4aec72263055 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-31T01:28:52.991Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-31T01:28:52.991Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-31T01:28:52.991Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-31T01:28:52.991Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-31T01:28:52.991Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:28:52.991Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:28:52.991Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:28:52.991Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:28:52.991Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:28:52.991Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:28:52.991Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||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-31T01:28:52.996Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-31T01:29:22.996Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 179d38b0-3a01-48d2-84da-4aec72263055 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-31T01:29:23.001Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 179d38b0-3a01-48d2-84da-4aec72263055 and serviceModelVersionId: da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503 2021-05-31T01:29:23.002Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d1849e5e-72d7-4250-9989-e2ec398af7c4 2021-05-31T01:29:23.002Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d1849e5e-72d7-4250-9989-e2ec398af7c4/model-vers/model-ver/da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503?depth=0 2021-05-31T01:29:23.007Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-05-31T01:29:23.047Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d1849e5e-72d7-4250-9989-e2ec398af7c4/model-vers/model-ver/da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503?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-31T01:29:23.048Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d1849e5e-72d7-4250-9989-e2ec398af7c4/model-vers/model-ver/da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503?depth=0|INFO|500||Invoke 2021-05-31T01:29:23.067Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d1849e5e-72d7-4250-9989-e2ec398af7c4/model-vers/model-ver/da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-31T01:29:23.969Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d1849e5e-72d7-4250-9989-e2ec398af7c4/model-vers/model-ver/da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503?depth=0|INFO|500||InvokeReturn 2021-05-31T01:29:23.969Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d1849e5e-72d7-4250-9989-e2ec398af7c4/model-vers/model-ver/da3fb7b7-6cd3-4fd8-a4dd-cb87a12f5503?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210531-01:29:23:078-91682], vertex-id=[200888], Content-Length=[0], Date=[Mon, 31 May 2021 01:29:23 GMT], Content-Type=[application/json]} 2021-05-31T01:29:23.969Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-05-31T01:29:23.969Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-31T01:29:23.969Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||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-31T01:29:23.973Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||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-31T01:29:23.973Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 179d38b0-3a01-48d2-84da-4aec72263055 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-31T01:29:23.973Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-31T01:29:23.974Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:29:23.975Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:29:23.976Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424563973, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-31T01:29:24.076Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:29:24.077Z||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-31T01:29:24.077Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:29:24.088Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:29:24.088Z||pool-23-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-31T01:29:24.985Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:29:24.986Z|179d38b0-3a01-48d2-84da-4aec72263055|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-31T01:29:24.986Z|179d38b0-3a01-48d2-84da-4aec72263055|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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:29:29.257Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:29:29.258Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-31T01:29:29.258Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"b4c069a4-c009-4a1f-86e3-6ef82cc5ff43","serviceName":"Demo_pNF_OrWXL8e42LwVUaRBGun2","serviceVersion":"1.0","serviceUUID":"c91e7abd-75af-4ea1-8b7a-a4602532c919","serviceDescription":"catalog service description","serviceInvariantUUID":"6b80c45d-578e-48e9-9c7c-a4de7b1a2675","resources":[{"resourceInstanceName":"pNF a3953617-1798 0","resourceName":"pNF a3953617-1798","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c55099be-ef1c-48c4-9eaf-ec3c2a64b5a6","resourceInvariantUUID":"c0a6c093-1b27-4f96-af1a-7c30ab05e661","resourceCustomizationUUID":"ae17331d-c5be-4e62-979c-218a800bf2c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vf-license-model.xml","artifactChecksum":"MGE0OWRlNDQ3NTE3ZjQxYWEwNWEzNTI0YmIzMDgzM2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"298b103f-f27c-4629-be58-63b4e900cfa8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/pNF.csar","artifactChecksum":"ZDc3OTc1OTM3NGZmMDk2NjM0NzYwMjY1MjI1OGE2Zjg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"669fb60a-d69b-4ef4-84bd-9bd634e14fce","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b7f8c19-65ab-406e-ad76-2d8d9a914123","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vendor-license-model.xml","artifactChecksum":"YmExYzdhYzgyNTI4OTRmNTlmYTMzZTc5OWYzODUwZWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"44a92bf1-ce6d-433f-b6a5-10421aa7e774","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc79f97e-23b0-41a8-a1e1-7ce9f105d38f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"abaa78fa-185c-4250-8a2e-337bb3092919","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOrwxl8e42lwvuarbgun2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-template.yml","artifactChecksum":"NGE3OWJjNjhmYjc5ZGVhNDZkYmMzY2Q2NzgzOTkyYmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f0d7b30c-0ecd-4f0a-a930-c9957af6172e","artifactVersion":"1"},{"artifactName":"service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar","artifactChecksum":"ZWJmYWI5ZmU5MzEwZWUyMDIyZjlhZDY4NGZiOTNjZWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4c9f7ee0-b896-48ed-9ebe-66a3e699ad78","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-31T01:29:29.260Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:29:29.260Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:29:29.262Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:29:29.262Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:29:29.362Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:29:29.363Z||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-31T01:29:29.363Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:29:29.372Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:29:29.372Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:29:30.262Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:29:30.263Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:29:30.265Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:29:30.265Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:29:30.365Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:29:30.365Z||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-31T01:29:30.366Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:29:30.374Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:29:30.374Z||pool-25-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:29:31.265Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:29:31.266Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:29:31.267Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:29:31.267Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-31T01:29:31.367Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:29:31.368Z||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-31T01:29:31.369Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:29:31.377Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:29:31.378Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-31T01:29:32.268Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:29:32.269Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:29:32.270Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:29:32.270Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:29:32.371Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:29:32.371Z||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-31T01:29:32.371Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:29:32.381Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:29:32.381Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:29:33.271Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:29:33.272Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:29:33.274Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:29:33.274Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:29:33.374Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:29:33.375Z||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-31T01:29:33.376Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:29:33.386Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:29:33.386Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:29:34.275Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:29:34.276Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:29:34.277Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:29:34.277Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:29:34.378Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-31T01:29:34.379Z||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-31T01:29:34.379Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:29:34.387Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:29:34.388Z||pool-29-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:29:35.278Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:29:35.279Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:29:35.280Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:29:35.281Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:29:35.381Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:29:35.381Z||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-31T01:29:35.382Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:29:35.390Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:29:35.391Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:29:36.281Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:29:36.282Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:29:36.284Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:29:36.284Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:29:36.384Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:29:36.385Z||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-31T01:29:36.385Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:29:36.393Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:29:36.393Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:29:37.285Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "serviceName": "Demo_pNF_OrWXL8e42LwVUaRBGun2", "serviceVersion": "1.0", "serviceUUID": "c91e7abd-75af-4ea1-8b7a-a4602532c919", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6b80c45d-578e-48e9-9c7c-a4de7b1a2675", "resources": [ { "resourceInstanceName": "pNF a3953617-1798 0", "resourceCustomizationUUID": "ae17331d-c5be-4e62-979c-218a800bf2c5", "resourceName": "pNF a3953617-1798", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "c55099be-ef1c-48c4-9eaf-ec3c2a64b5a6", "resourceInvariantUUID": "c0a6c093-1b27-4f96-af1a-7c30ab05e661", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar", "artifactChecksum": "ZWJmYWI5ZmU5MzEwZWUyMDIyZjlhZDY4NGZiOTNjZWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4c9f7ee0-b896-48ed-9ebe-66a3e699ad78" } ], "workloadContext": "Production" } 2021-05-31T01:29:37.285Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-31T01:29:37.285Z|179d38b0-3a01-48d2-84da-4aec72263055|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c91e7abd-75af-4ea1-8b7a-a4602532c919 ASDC 2021-05-31T01:29:37.285Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:b4c069a4-c009-4a1f-86e3-6ef82cc5ff43 ServiceName:Demo_pNF_OrWXL8e42LwVUaRBGun2 ServiceVersion:1.0 ServiceUUID:c91e7abd-75af-4ea1-8b7a-a4602532c919 ServiceInvariantUUID:6b80c45d-578e-48e9-9c7c-a4de7b1a2675 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar ArtifactUUID:4c9f7ee0-b896-48ed-9ebe-66a3e699ad78 ArtifactChecksum:ZWJmYWI5ZmU5MzEwZWUyMDIyZjlhZDY4NGZiOTNjZWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF a3953617-1798 0 ResourceCustomizationUUID:ae17331d-c5be-4e62-979c-218a800bf2c5 ResourceInvariantUUID:c0a6c093-1b27-4f96-af1a-7c30ab05e661 ResourceName:pNF a3953617-1798 ResourceType:PNF ResourceUUID:c55099be-ef1c-48c4-9eaf-ec3c2a64b5a6 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-05-31T01:29:37.285Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c91e7abd-75af-4ea1-8b7a-a4602532c919 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-31T01:29:37.307Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-31T01:29:37.308Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-31T01:29:37.308Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-31T01:29:37.308Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4c9f7ee0-b896-48ed-9ebe-66a3e699ad78 from URL: /sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar 2021-05-31T01:29:37.308Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-31T01:29:37.308Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar 2021-05-31T01:29:38.906Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-31T01:29:38.910Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar 4c9f7ee0-b896-48ed-9ebe-66a3e699ad78 83319 2021-05-31T01:29:38.910Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar ASDC sendASDCNotification 2021-05-31T01:29:38.910Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar 2021-05-31T01:29:38.910Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-31T01:29:38.910Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:29:38.912Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:29:38.912Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424578910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:29:39.012Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:29:39.013Z||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-31T01:29:39.013Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:29:39.022Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:29:39.022Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:29:39.912Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-31T01:29:39.913Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-31T01:29:39.914Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4c9f7ee0-b896-48ed-9ebe-66a3e699ad78, URL: /sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar to file: /app/ASDC/1/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar 2021-05-31T01:29:39.914Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar 2021-05-31T01:29:39.914Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar 2021-05-31T01:29:39.914Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar 2021-05-31T01:29:40.006Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13170631927530064836/Definitions/service-DemoPnfOrwxl8e42lwvuarbgun2-template.yml 2021-05-31T01:29:40.888Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-31T01:29:40.888Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-31T01:29:40.888Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar 2021-05-31T01:29:40.888Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-31T01:29:40.888Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||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-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar 2021-05-31T01:29:40.889Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar 2021-05-31T01:29:40.889Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||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-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar 2021-05-31T01:29:40.889Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||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-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar 2021-05-31T01:29:40.889Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||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-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar 2021-05-31T01:29:40.889Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||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-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar 2021-05-31T01:29:40.889Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a3953617-1798 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-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar 2021-05-31T01:29:40.889Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a3953617-1798 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar 2021-05-31T01:29:40.889Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-31T01:29:40.889Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:29:40.889Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OrWXL8e42LwVUaRBGun2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:29:40.889Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Node template pNF a3953617-1798 0 is matching search criteria 2021-05-31T01:29:40.890Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-31T01:29:40.890Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF a3953617-1798 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-31T01:29:40.890Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:29:40.890Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OrWXL8e42LwVUaRBGun2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:29:40.890Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Node template pNF a3953617-1798 0 is matching search criteria 2021-05-31T01:29:40.891Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-31T01:29:40.891Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF a3953617-1798 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-31T01:29:40.891Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:29:40.891Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OrWXL8e42LwVUaRBGun2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:29:40.891Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:29:40.891Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OrWXL8e42LwVUaRBGun2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:29:40.891Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:29:40.891Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OrWXL8e42LwVUaRBGun2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:29:40.891Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:29:40.891Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OrWXL8e42LwVUaRBGun2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:29:40.892Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:29:40.892Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OrWXL8e42LwVUaRBGun2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:29:40.892Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_OrWXL8e42LwVUaRBGun2 Description:catalog service description Model UUID:c91e7abd-75af-4ea1-8b7a-a4602532c919 Model Version:NULL Model InvariantUuid:6b80c45d-578e-48e9-9c7c-a4de7b1a2675 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-31T01:29:40.896Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: c55099be-ef1c-48c4-9eaf-ec3c2a64b5a6 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-31T01:29:40.898Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||pNF a3953617-1798 0 2021-05-31T01:29:40.899Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c55099be-ef1c-48c4-9eaf-ec3c2a64b5a6 2021-05-31T01:29:40.899Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||No resources found for Service: c91e7abd-75af-4ea1-8b7a-a4602532c919 2021-05-31T01:29:40.899Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: c91e7abd-75af-4ea1-8b7a-a4602532c919 2021-05-31T01:29:40.899Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a3953617-1798 0 c55099be-ef1c-48c4-9eaf-ec3c2a64b5a6 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-31T01:29:40.901Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:29:40.902Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OrWXL8e42LwVUaRBGun2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:29:40.902Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid c91e7abd-75af-4ea1-8b7a-a4602532c919: pNF a3953617-1798 2021-05-31T01:29:40.902Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||Processing PNF resource: c55099be-ef1c-48c4-9eaf-ec3c2a64b5a6 2021-05-31T01:29:40.902Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:29:40.902Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OrWXL8e42LwVUaRBGun2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:29:40.902Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||Resource customization UUID: ae17331d-c5be-4e62-979c-218a800bf2c5 is the same as notified resource customizationUUID: ae17331d-c5be-4e62-979c-218a800bf2c5 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-31T01:29:40.937Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a3953617-1798 c55099be-ef1c-48c4-9eaf-ec3c2a64b5a6 0 ASDC deployResourceStructure 2021-05-31T01:29:40.938Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar ASDC sendASDCNotification 2021-05-31T01:29:40.938Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar 2021-05-31T01:29:40.938Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-31T01:29:40.938Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:29:40.939Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:29:40.940Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424580938, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:29:41.040Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:29:41.040Z||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-31T01:29:41.040Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:29:41.048Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:29:41.048Z||pool-33-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:29:41.941Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c069a4-c009-4a1f-86e3-6ef82cc5ff43 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T01:29:41.951Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c069a4-c009-4a1f-86e3-6ef82cc5ff43 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-31T01:29:41.953Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-31T01:29:41.953Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-31T01:29:41.954Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-31T01:29:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:29:47.225Z||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-31T01:29:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:29:47.245Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:29:47.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:29:47.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "aai-ml", "timestamp": 1622424401366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:29:47.246Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:29:47.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:29:47.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "aai-ml", "timestamp": 1622424401366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:29:47.246Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:29:47.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:29:47.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "aai-ml", "timestamp": 1622424410581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:29:47.246Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:29:47.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:29:47.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "aai-ml", "timestamp": 1622424414416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:29:47.246Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:29:47.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:29:47.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "aai-ml", "timestamp": 1622424415420, "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-31T01:29:47.253Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b4c069a4-c009-4a1f-86e3-6ef82cc5ff43 2021-05-31T01:29:47.253Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c069a4-c009-4a1f-86e3-6ef82cc5ff43 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-31T01:30:11.954Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c069a4-c009-4a1f-86e3-6ef82cc5ff43 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T01:30:11.963Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c069a4-c009-4a1f-86e3-6ef82cc5ff43 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-31T01:30:11.965Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-31T01:30:11.966Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-31T01:30:11.966Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-31T01:30:11.966Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-31T01:30:11.966Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:30:11.966Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:30:11.966Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:30:11.966Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:30:11.966Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:30:11.966Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:30:11.966Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:30:11.966Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||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-31T01:30:11.970Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-31T01:30:41.971Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b4c069a4-c009-4a1f-86e3-6ef82cc5ff43 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-31T01:30:41.975Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b4c069a4-c009-4a1f-86e3-6ef82cc5ff43 and serviceModelVersionId: c91e7abd-75af-4ea1-8b7a-a4602532c919 2021-05-31T01:30:41.975Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6b80c45d-578e-48e9-9c7c-a4de7b1a2675 2021-05-31T01:30:41.976Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6b80c45d-578e-48e9-9c7c-a4de7b1a2675/model-vers/model-ver/c91e7abd-75af-4ea1-8b7a-a4602532c919?depth=0 2021-05-31T01:30:41.979Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-05-31T01:30:42.011Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b80c45d-578e-48e9-9c7c-a4de7b1a2675/model-vers/model-ver/c91e7abd-75af-4ea1-8b7a-a4602532c919?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-31T01:30:42.011Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b80c45d-578e-48e9-9c7c-a4de7b1a2675/model-vers/model-ver/c91e7abd-75af-4ea1-8b7a-a4602532c919?depth=0|INFO|500||Invoke 2021-05-31T01:30:42.032Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b80c45d-578e-48e9-9c7c-a4de7b1a2675/model-vers/model-ver/c91e7abd-75af-4ea1-8b7a-a4602532c919?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-31T01:30:42.180Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b80c45d-578e-48e9-9c7c-a4de7b1a2675/model-vers/model-ver/c91e7abd-75af-4ea1-8b7a-a4602532c919?depth=0|INFO|500||InvokeReturn 2021-05-31T01:30:42.180Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b80c45d-578e-48e9-9c7c-a4de7b1a2675/model-vers/model-ver/c91e7abd-75af-4ea1-8b7a-a4602532c919?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210531-01:30:42:041-79960], vertex-id=[360472], Content-Length=[0], Date=[Mon, 31 May 2021 01:30:42 GMT], Content-Type=[application/json]} 2021-05-31T01:30:42.180Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-05-31T01:30:42.181Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-31T01:30:42.181Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||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-31T01:30:42.184Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||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-31T01:30:42.184Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b4c069a4-c009-4a1f-86e3-6ef82cc5ff43 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-31T01:30:42.185Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-31T01:30:42.185Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:30:42.187Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:30:42.187Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424642185, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-31T01:30:42.287Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:30:42.288Z||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-31T01:30:42.288Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:30:42.300Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:30:42.300Z||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-31T01:30:43.197Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-31T01:30:43.198Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"a5716900-bdb2-4688-8b14-6160561f2832","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"8e1efca3-7927-4501-bee0-2a617f24c335","serviceDescription":"service","serviceInvariantUUID":"c1ba60d9-0b15-4f1b-aa45-c3e3e191e6bf","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c9e4ef3b-c477-41a2-a565-d2f99cb3dbb5","resourceInvariantUUID":"1ff94cd1-9fe9-4ae5-a980-1a1e1b2632d2","resourceCustomizationUUID":"8e2df050-e615-4b12-8885-0bc2918974d8","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":"ZTA1ZmEzMzFhOTliZjM1NzlhZDY1NWE1OGJhYzI1NzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d93dc46e-47d3-40f9-a44c-077bb4e97f24","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":"MDhlZmZiMWVhMDE1YjIyYWVlMzYxYzYxOWE1M2NlMTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"17cb33b0-f184-4e42-a5a3-119dbd3fed77","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":"42ee058e-62c4-4acd-9644-0404ebf5eb3e","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":"8c68023e-ed15-4a5d-9ee5-581e0467b710","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":"2d8773d5-4093-4dcb-b116-95c1756c1b88","artifactVersion":"2","generatedFromUUID":"42ee058e-62c4-4acd-9644-0404ebf5eb3e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Mzk1MDQxMTgzZTE1YjRmOGE1YTMwYWQ4OThmYmNiYTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f88794ff-7fca-4ec9-a3f5-45f0de21ee49","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MmRjZjBhOGQxMTEyMzM2ZDdjM2RjZDZkZjIzMjEzNTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"80c3ce79-7684-4770-8516-2151b2cab9ef","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-31T01:30:43.199Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:30:43.199Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:30:43.200Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:30:43.201Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:43.301Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:30:43.302Z||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-31T01:30:43.302Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:30:43.311Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:30:43.311Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:30:44.201Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:30:44.202Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:30:44.203Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:30:44.203Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-31T01:30:44.303Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:30:44.304Z||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-31T01:30:44.304Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:30:44.313Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:30:44.313Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:30:45.204Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:30:45.204Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:30:45.206Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:30:45.206Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-31T01:30:45.306Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:30:45.307Z||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-31T01:30:45.307Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:30:45.315Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:30:45.315Z||pool-37-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:30:46.207Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:30:46.207Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:30:46.209Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:30:46.209Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:46.309Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-31T01:30:46.310Z||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-31T01:30:46.310Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:30:46.320Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:30:46.320Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:30:47.210Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:30:47.211Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:30:47.212Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:30:47.213Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-31T01:30:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:30:47.225Z||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-31T01:30:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:30:47.236Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:30:47.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "clamp", "timestamp": 1622424553681, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "cds", "timestamp": 1622424553569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "dcae-sch", "timestamp": 1622424551782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "ves-openapi-manager", "timestamp": 1622424555564, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424557046, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-k8s-id", "timestamp": 1622424555923, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "aai-ml", "timestamp": 1622424551367, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424559666, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "cds", "timestamp": 1622424553569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "clamp", "timestamp": 1622424553681, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-31T01:30:47.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-k8s-id", "timestamp": 1622424555923, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-31T01:30:47.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "dcae-sch", "timestamp": 1622424551782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "ves-openapi-manager", "timestamp": 1622424555564, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424557046, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "aai-ml", "timestamp": 1622424551367, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424559666, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-31T01:30:47.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "cds", "timestamp": 1622424553569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "clamp", "timestamp": 1622424553681, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-k8s-id", "timestamp": 1622424555923, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-31T01:30:47.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "ves-openapi-manager", "timestamp": 1622424555564, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "dcae-sch", "timestamp": 1622424551782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424557046, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "aai-ml", "timestamp": 1622424551367, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424559666, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-31T01:30:47.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "cds", "timestamp": 1622424553569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "ves-openapi-manager", "timestamp": 1622424555564, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "dcae-sch", "timestamp": 1622424551782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-k8s-id", "timestamp": 1622424555923, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424557046, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "aai-ml", "timestamp": 1622424551367, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "clamp", "timestamp": 1622424553681, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424559666, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "cds", "timestamp": 1622424553569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "ves-openapi-manager", "timestamp": 1622424555564, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-k8s-id", "timestamp": 1622424555923, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-31T01:30:47.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "dcae-sch", "timestamp": 1622424551782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "aai-ml", "timestamp": 1622424551367, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424557046, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "clamp", "timestamp": 1622424553681, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "179d38b0-3a01-48d2-84da-4aec72263055", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424563973, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-31T01:30:47.255Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "policy-id", "timestamp": 1622424563427, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424559666, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-31T01:30:47.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "cds", "timestamp": 1622424553569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "ves-openapi-manager", "timestamp": 1622424555564, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "dcae-sch", "timestamp": 1622424551782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-k8s-id", "timestamp": 1622424555923, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424557046, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "aai-ml", "timestamp": 1622424551367, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "clamp", "timestamp": 1622424553681, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "policy-id", "timestamp": 1622424563427, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424559666, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "cds", "timestamp": 1622424553569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:30:47.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-k8s-id", "timestamp": 1622424555923, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:30:47.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "dcae-sch", "timestamp": 1622424551782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "ves-openapi-manager", "timestamp": 1622424555564, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424557046, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:30:47.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "aai-ml", "timestamp": 1622424551367, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:30:47.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "clamp", "timestamp": 1622424553681, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:30:47.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "policy-id", "timestamp": 1622424563427, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-31T01:30:47.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424559666, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:30:47.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "policy-id", "timestamp": 1622424563427, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-windriver-id", "timestamp": 1622424566476, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-k8s-id", "timestamp": 1622424567231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-31T01:30:47.260Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "cds", "timestamp": 1622424567235, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:30:47.260Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424567243, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:30:47.260Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "aai-ml", "timestamp": 1622424567259, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:30:47.260Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424567480, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-31T01:30:47.261Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "policy-id", "timestamp": 1622424563427, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-windriver-id", "timestamp": 1622424566476, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-31T01:30:47.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "cds", "timestamp": 1622424568239, "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-31T01:30:47.274Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a5716900-bdb2-4688-8b14-6160561f2832 2021-05-31T01:30:47.274Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5716900-bdb2-4688-8b14-6160561f2832 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-31T01:30:47.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-k8s-id", "timestamp": 1622424568423, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-31T01:30:47.280Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424568722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-31T01:30:47.280Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "policy-id", "timestamp": 1622424563427, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-windriver-id", "timestamp": 1622424566476, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-31T01:30:47.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424569279, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:30:47.281Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-k8s-id", "timestamp": 1622424569667, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-31T01:30:47.281Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "cds", "timestamp": 1622424569242, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424570009, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-31T01:30:47.282Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "policy-id", "timestamp": 1622424563427, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:30:47.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-windriver-id", "timestamp": 1622424566476, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424570282, "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-31T01:30:47.286Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a5716900-bdb2-4688-8b14-6160561f2832 2021-05-31T01:30:47.287Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5716900-bdb2-4688-8b14-6160561f2832 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-31T01:30:47.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-k8s-id", "timestamp": 1622424570683, "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-31T01:30:47.297Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a5716900-bdb2-4688-8b14-6160561f2832 2021-05-31T01:30:47.298Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5716900-bdb2-4688-8b14-6160561f2832 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-31T01:30:47.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "cds", "timestamp": 1622424569242, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424571013, "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-31T01:30:47.309Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a5716900-bdb2-4688-8b14-6160561f2832 2021-05-31T01:30:47.309Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5716900-bdb2-4688-8b14-6160561f2832 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-31T01:30:47.313Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:30:47.313Z||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-31T01:30:47.313Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:30:47.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-windriver-id", "timestamp": 1622424566476, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-31T01:30:47.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.315Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-k8s-id", "timestamp": 1622424571686, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-31T01:30:47.315Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "policy-id", "timestamp": 1622424571680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:30:47.316Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "cds", "timestamp": 1622424569242, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.316Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424572016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-31T01:30:47.317Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "dcae-sch", "timestamp": 1622424571782, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-05-31T01:30:47.317Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-windriver-id", "timestamp": 1622424566476, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.317Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.318Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "policy-id", "timestamp": 1622424572683, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:30:47.318Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "cds", "timestamp": 1622424569242, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.318Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424559666, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.319Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "dcae-sch", "timestamp": 1622424571782, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.319Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-windriver-id", "timestamp": 1622424566476, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:30:47.319Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.320Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "policy-id", "timestamp": 1622424573686, "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-31T01:30:47.327Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a5716900-bdb2-4688-8b14-6160561f2832 2021-05-31T01:30:47.327Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5716900-bdb2-4688-8b14-6160561f2832 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-31T01:30:47.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.332Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "aai-ml", "timestamp": 1622424573760, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:30:47.333Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "cds", "timestamp": 1622424569242, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.333Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424559666, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.333Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "dcae-sch", "timestamp": 1622424571782, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.333Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/resourceInstances/pnfa395361717980/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-windriver-id", "timestamp": 1622424574537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-31T01:30:47.334Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "policy-id", "timestamp": 1622424563427, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "aai-ml", "timestamp": 1622424574765, "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-31T01:30:47.337Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:30:47.337Z||pool-39-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:30:47.338Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a5716900-bdb2-4688-8b14-6160561f2832 2021-05-31T01:30:47.338Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5716900-bdb2-4688-8b14-6160561f2832 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-31T01:30:47.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "cds", "timestamp": 1622424569242, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424559666, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-31T01:30:47.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "dcae-sch", "timestamp": 1622424571782, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "ves-openapi-manager", "timestamp": 1622424575564, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-windriver-id", "timestamp": 1622424575706, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-31T01:30:47.353Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "policy-id", "timestamp": 1622424563427, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "cds", "timestamp": 1622424569242, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-k8s-id", "timestamp": 1622424575923, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424559666, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-31T01:30:47.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "dcae-sch", "timestamp": 1622424571782, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:30:47.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "ves-openapi-manager", "timestamp": 1622424575564, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "policy-id", "timestamp": 1622424563427, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "cds", "timestamp": 1622424569242, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:30:47.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-k8s-id", "timestamp": 1622424575923, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424559666, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "dcae-sch", "timestamp": 1622424571782, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-windriver-id", "timestamp": 1622424577268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-31T01:30:47.356Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "clamp", "timestamp": 1622424577275, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:30:47.357Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "ves-openapi-manager", "timestamp": 1622424575564, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "policy-id", "timestamp": 1622424563427, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-31T01:30:47.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-k8s-id", "timestamp": 1622424575923, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-31T01:30:47.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424559666, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-31T01:30:47.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "dcae-sch", "timestamp": 1622424571782, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-windriver-id", "timestamp": 1622424578273, "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-31T01:30:47.362Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a5716900-bdb2-4688-8b14-6160561f2832 2021-05-31T01:30:47.362Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5716900-bdb2-4688-8b14-6160561f2832 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-31T01:30:47.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "ves-openapi-manager", "timestamp": 1622424575564, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "policy-id", "timestamp": 1622424563427, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424578910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:30:47.368Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-k8s-id", "timestamp": 1622424575923, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-31T01:30:47.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424559666, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "dcae-sch", "timestamp": 1622424571782, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "multicloud-windriver-id", "timestamp": 1622424579276, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-31T01:30:47.369Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "clamp", "timestamp": 1622424579281, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:30:47.369Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "ves-openapi-manager", "timestamp": 1622424575564, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "cds", "timestamp": 1622424579714, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:30:47.370Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "policy-id", "timestamp": 1622424563427, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-k8s-id", "timestamp": 1622424575923, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424559666, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:30:47.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-windriver-id", "timestamp": 1622424566476, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "clamp", "timestamp": 1622424580285, "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-31T01:30:47.377Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a5716900-bdb2-4688-8b14-6160561f2832 2021-05-31T01:30:47.377Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5716900-bdb2-4688-8b14-6160561f2832 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-31T01:30:47.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "ves-openapi-manager", "timestamp": 1622424575564, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "cds", "timestamp": 1622424580719, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-31T01:30:47.395Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8812535e-cff8-40d3-a564-031e2033dae8 2021-05-31T01:30:47.395Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8812535e-cff8-40d3-a564-031e2033dae8 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-31T01:30:47.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "policy-id", "timestamp": 1622424563427, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.401Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424580938, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOrwxl8e42lwvuarbgun2/1.0/artifacts/service-DemoPnfOrwxl8e42lwvuarbgun2-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:30:47.402Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-k8s-id", "timestamp": 1622424575923, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-31T01:30:47.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-windriver-id", "timestamp": 1622424566476, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "aai-ml", "timestamp": 1622424581366, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "ves-openapi-manager", "timestamp": 1622424575564, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "policy-id", "timestamp": 1622424563427, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:30:47.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-k8s-id", "timestamp": 1622424575923, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424582073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-31T01:30:47.405Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-windriver-id", "timestamp": 1622424566476, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-31T01:30:47.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "aai-ml", "timestamp": 1622424581366, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "ves-openapi-manager", "timestamp": 1622424575564, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-k8s-id", "timestamp": 1622424575923, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:30:47.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "dcae-sch", "timestamp": 1622424583093, "artifactURL": "/sdc/v1/catalog/services/c4c1658d-0246-4ea9-9e0c-f667a89f1ac8/resourceInstances/basicclamp0/artifacts/b3fa8561-d5ba-4c0b-84fc-023cd23342b2", "status": "DOWNLOAD_OK" } 2021-05-31T01:30:47.406Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-windriver-id", "timestamp": 1622424566476, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-31T01:30:47.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "aai-ml", "timestamp": 1622424581366, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "clamp", "timestamp": 1622424583681, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "cds", "timestamp": 1622424583569, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-windriver-id", "timestamp": 1622424566476, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "aai-ml", "timestamp": 1622424581366, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "dcae-sch", "timestamp": 1622424584381, "artifactURL": "/sdc/v1/catalog/services/c4c1658d-0246-4ea9-9e0c-f667a89f1ac8/resourceInstances/basicclamp0/artifacts/b3fa8561-d5ba-4c0b-84fc-023cd23342b2", "status": "DEPLOY_OK" } 2021-05-31T01:30:47.407Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "policy-id", "timestamp": 1622424584626, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:30:47.407Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "clamp", "timestamp": 1622424583681, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424584713, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-31T01:30:47.407Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "cds", "timestamp": 1622424583569, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-windriver-id", "timestamp": 1622424566476, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-31T01:30:47.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "aai-ml", "timestamp": 1622424581366, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "dcae-sch", "timestamp": 1622424585388, "artifactURL": "/sdc/v1/catalog/services/c4c1658d-0246-4ea9-9e0c-f667a89f1ac8/resourceInstances/basicclamp0/artifacts/b3fa8561-d5ba-4c0b-84fc-023cd23342b2", "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-31T01:30:47.411Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 8812535e-cff8-40d3-a564-031e2033dae8 2021-05-31T01:30:47.412Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8812535e-cff8-40d3-a564-031e2033dae8 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-31T01:30:47.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "policy-id", "timestamp": 1622424585629, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:30:47.418Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-k8s-id", "timestamp": 1622424585656, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-31T01:30:47.418Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "clamp", "timestamp": 1622424583681, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-31T01:30:47.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "cds", "timestamp": 1622424583569, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-windriver-id", "timestamp": 1622424566476, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "aai-ml", "timestamp": 1622424581366, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424586535, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-31T01:30:47.419Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:30:47.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "policy-id", "timestamp": 1622424586631, "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-31T01:30:47.423Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8812535e-cff8-40d3-a564-031e2033dae8 2021-05-31T01:30:47.423Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8812535e-cff8-40d3-a564-031e2033dae8 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-31T01:30:47.431Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.431Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "clamp", "timestamp": 1622424583681, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.431Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:47.431Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:30:47.431Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424587045, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:47.431Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:30:48.213Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:30:48.214Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:30:48.216Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:30:48.216Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:30:48.316Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:30:48.317Z||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-31T01:30:48.317Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:30:48.325Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:30:48.325Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:30:49.216Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:30:49.217Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:30:49.219Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:30:49.219Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:30:49.319Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:30:49.319Z||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-31T01:30:49.320Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:30:49.328Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:30:49.328Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:30:50.220Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "8e1efca3-7927-4501-bee0-2a617f24c335", "serviceDescription": "service", "serviceInvariantUUID": "c1ba60d9-0b15-4f1b-aa45-c3e3e191e6bf", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "8e2df050-e615-4b12-8885-0bc2918974d8", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c9e4ef3b-c477-41a2-a565-d2f99cb3dbb5", "resourceInvariantUUID": "1ff94cd1-9fe9-4ae5-a980-1a1e1b2632d2", "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": "MDhlZmZiMWVhMDE1YjIyYWVlMzYxYzYxOWE1M2NlMTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "17cb33b0-f184-4e42-a5a3-119dbd3fed77", "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": "42ee058e-62c4-4acd-9644-0404ebf5eb3e", "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": "2d8773d5-4093-4dcb-b116-95c1756c1b88", "generatedFromUUID": "42ee058e-62c4-4acd-9644-0404ebf5eb3e" }, "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": "2d8773d5-4093-4dcb-b116-95c1756c1b88", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MmRjZjBhOGQxMTEyMzM2ZDdjM2RjZDZkZjIzMjEzNTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "80c3ce79-7684-4770-8516-2151b2cab9ef" } ], "workloadContext": "Production" } 2021-05-31T01:30:50.220Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-31T01:30:50.220Z|b4c069a4-c009-4a1f-86e3-6ef82cc5ff43|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8e1efca3-7927-4501-bee0-2a617f24c335 ASDC 2021-05-31T01:30:50.221Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:a5716900-bdb2-4688-8b14-6160561f2832 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:8e1efca3-7927-4501-bee0-2a617f24c335 ServiceInvariantUUID:c1ba60d9-0b15-4f1b-aa45-c3e3e191e6bf 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:80c3ce79-7684-4770-8516-2151b2cab9ef ArtifactChecksum:MmRjZjBhOGQxMTEyMzM2ZDdjM2RjZDZkZjIzMjEzNTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:8e2df050-e615-4b12-8885-0bc2918974d8 ResourceInvariantUUID:1ff94cd1-9fe9-4ae5-a980-1a1e1b2632d2 ResourceName:basic_vm ResourceType:VF ResourceUUID:c9e4ef3b-c477-41a2-a565-d2f99cb3dbb5 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:17cb33b0-f184-4e42-a5a3-119dbd3fed77 ArtifactChecksum:MDhlZmZiMWVhMDE1YjIyYWVlMzYxYzYxOWE1M2NlMTI= 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:42ee058e-62c4-4acd-9644-0404ebf5eb3e 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:2d8773d5-4093-4dcb-b116-95c1756c1b88 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:2d8773d5-4093-4dcb-b116-95c1756c1b88 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-31T01:30:50.221Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8e1efca3-7927-4501-bee0-2a617f24c335 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-31T01:30:50.248Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-31T01:30:50.248Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-31T01:30:50.248Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-31T01:30:50.249Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 80c3ce79-7684-4770-8516-2151b2cab9ef from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-31T01:30:50.249Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-31T01:30:50.249Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-31T01:30:50.875Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-31T01:30:50.878Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 80c3ce79-7684-4770-8516-2151b2cab9ef 74267 2021-05-31T01:30:50.879Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:30:50.879Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:30:50.879Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-31T01:30:50.879Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:30:50.881Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:30:50.881Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424650879, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:30:50.982Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-31T01:30:50.982Z||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-31T01:30:50.983Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:30:50.992Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:30:50.992Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:30:51.881Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-31T01:30:51.882Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-31T01:30:51.882Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 80c3ce79-7684-4770-8516-2151b2cab9ef, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-05-31T01:30:51.882Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-05-31T01:30:51.883Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-05-31T01:30:51.883Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-05-31T01:30:52.036Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13911907681131011440/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-31T01:30:52.932Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-31T01:30:52.932Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-31T01:30:52.932Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-31T01:30:52.932Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-31T01:30:52.933Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:30:52.933Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:30:52.933Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:30:52.933Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:30:52.933Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:30:52.933Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:30:52.933Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:30:52.933Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:30:52.933Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:30:52.933Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:30:52.933Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-31T01:30:52.933Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:30:52.933Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:30:52.933Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-31T01:30:52.934Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-31T01:30:52.934Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-31T01:30:52.934Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:30:52.934Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:30:52.934Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-31T01:30:52.934Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-31T01:30:52.934Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-31T01:30:52.934Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:30:52.934Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:30:52.934Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:30:52.934Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-31T01:30:52.934Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-31T01:30:52.935Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-05-31T01:30:52.935Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-05-31T01:30:52.935Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-05-31T01:30:52.935Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-31T01:30:52.935Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:30:52.935Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-31T01:30:52.935Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:30:52.935Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-31T01:30:52.935Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:30:52.935Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:30:52.936Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-31T01:30:52.936Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:30:52.936Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:30:52.936Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-31T01:30:52.936Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:30:52.936Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:30:52.936Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-31T01:30:52.936Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-31T01:30:52.936Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-31T01:30:52.936Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4b2e0425-525e-449f-89a9-c0ae203a9a06 2021-05-31T01:30:52.936Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:30:52.936Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:30:52.937Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:30:52.937Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:30:52.937Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:30:52.937Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:30:52.937Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:30:52.937Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:30:52.937Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:8e1efca3-7927-4501-bee0-2a617f24c335 Model Version:NULL Model InvariantUuid:c1ba60d9-0b15-4f1b-aa45-c3e3e191e6bf Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:5aba5e6f-66e8-4d3c-a851-63c82d7ef052 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1ff94cd1-9fe9-4ae5-a980-1a1e1b2632d2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8e2df050-e615-4b12-8885-0bc2918974d8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5f90f38d-b743-44e7-9bb4-47664a98b294 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:c3746821-edc6-46c5-9d49-4b806f0a8043 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4b2e0425-525e-449f-89a9-c0ae203a9a06 ModelInvariantUuid:9f3016e7-b207-47c3-9b03-2525b59e1147 ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:911bbea8-d1aa-47b3-8734-9278320fed20 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:ba4bd44b-701d-42b0-9e4c-8eae4d3663a9 ModelInvariantUuid:86808809-df6c-45db-aac7-626868d523b0 ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:29fe16b0-3b99-42ec-b920-792763a1e6a4 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-31T01:30:52.943Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c9e4ef3b-c477-41a2-a565-d2f99cb3dbb5 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-31T01:30:52.945Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||basic_vm 0 2021-05-31T01:30:52.946Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c9e4ef3b-c477-41a2-a565-d2f99cb3dbb5 2021-05-31T01:30:52.946Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 17cb33b0-f184-4e42-a5a3-119dbd3fed77 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-05-31T01:30:52.946Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-31T01:30:52.946Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:30:53.320Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-31T01:30:53.321Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 17cb33b0-f184-4e42-a5a3-119dbd3fed77 787 2021-05-31T01:30:53.321Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:30:53.321Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:30:53.321Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-31T01:30:53.321Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:30:53.323Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:30:53.323Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424653321, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-31T01:30:53.423Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:30:53.424Z||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-31T01:30:53.424Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:30:53.433Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:30:53.433Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:30:54.323Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5f90f38d-b743-44e7-9bb4-47664a98b294", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c3746821-edc6-46c5-9d49-4b806f0a8043", "vfModuleModelCustomizationUUID": "61c21cab-0a2a-4d01-afc7-610bbaa00840", "isBase": true, "artifacts": [ "42ee058e-62c4-4acd-9644-0404ebf5eb3e", "2d8773d5-4093-4dcb-b116-95c1756c1b88" ], "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-31T01:30:54.327Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c3746821-edc6-46c5-9d49-4b806f0a8043 VfModuleModelInvariantUUID:5f90f38d-b743-44e7-9bb4-47664a98b294 VfModuleModelDescription:NULL Artifacts UUID List:{ 42ee058e-62c4-4acd-9644-0404ebf5eb3e , 2d8773d5-4093-4dcb-b116-95c1756c1b88 } 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-31T01:30:54.329Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5f90f38d-b743-44e7-9bb4-47664a98b294", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c3746821-edc6-46c5-9d49-4b806f0a8043", "vfModuleModelCustomizationUUID": "61c21cab-0a2a-4d01-afc7-610bbaa00840", "isBase": true, "artifacts": [ "42ee058e-62c4-4acd-9644-0404ebf5eb3e", "2d8773d5-4093-4dcb-b116-95c1756c1b88" ], "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-31T01:30:54.329Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c3746821-edc6-46c5-9d49-4b806f0a8043 VfModuleModelInvariantUUID:5f90f38d-b743-44e7-9bb4-47664a98b294 VfModuleModelDescription:NULL Artifacts UUID List:{ 42ee058e-62c4-4acd-9644-0404ebf5eb3e , 2d8773d5-4093-4dcb-b116-95c1756c1b88 } 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-31T01:30:54.329Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 42ee058e-62c4-4acd-9644-0404ebf5eb3e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-31T01:30:54.329Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-31T01:30:54.329Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:30:54.488Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-31T01:30:54.488Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 42ee058e-62c4-4acd-9644-0404ebf5eb3e 5033 2021-05-31T01:30:54.488Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:30:54.488Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:30:54.488Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-31T01:30:54.489Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:30:54.490Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:30:54.490Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424654488, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-31T01:30:54.591Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-31T01:30:54.591Z||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-31T01:30:54.591Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:30:54.599Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:30:54.599Z||pool-44-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:30:55.491Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2d8773d5-4093-4dcb-b116-95c1756c1b88 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-31T01:30:55.491Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-31T01:30:55.491Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:30:55.657Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-31T01:30:55.657Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2d8773d5-4093-4dcb-b116-95c1756c1b88 903 2021-05-31T01:30:55.658Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:30:55.658Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:30:55.658Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-31T01:30:55.658Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:30:55.660Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:30:55.660Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424655658, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-31T01:30:55.760Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:30:55.760Z||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-31T01:30:55.761Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:30:55.768Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:30:55.769Z||pool-45-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:30:56.660Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 8e1efca3-7927-4501-bee0-2a617f24c335 2021-05-31T01:30:56.661Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 c9e4ef3b-c477-41a2-a565-d2f99cb3dbb5 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-31T01:30:56.671Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:30:56.671Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:30:56.671Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-05-31T01:30:56.671Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 8e2df050-e615-4b12-8885-0bc2918974d8 2021-05-31T01:30:56.671Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8e2df050-e615-4b12-8885-0bc2918974d8 matches Tosca VF Customization UUID: 8e2df050-e615-4b12-8885-0bc2918974d8 2021-05-31T01:30:56.671Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 8e2df050-e615-4b12-8885-0bc2918974d8 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-31T01:30:56.673Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:30:56.673Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:30:56.673Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 8e2df050-e615-4b12-8885-0bc2918974d8: {\"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-31T01:30:56.673Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2432de44 2021-05-31T01:30:56.673Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:30:56.674Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-31T01:30:56.674Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 61c21cab-0a2a-4d01-afc7-610bbaa00840 2021-05-31T01:30:56.674Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 61c21cab-0a2a-4d01-afc7-610bbaa00840 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-31T01:30:56.675Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:30:56.676Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-31T01:30:56.676Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:30:56.676Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:30:56.676Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-31T01:30:56.676Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:30:56.676Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:30:56.676Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-31T01:30:56.676Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-31T01:30:56.677Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-31T01:30:56.677Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4b2e0425-525e-449f-89a9-c0ae203a9a06 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-31T01:30:56.678Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:30:56.678Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-31T01:30:56.678Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:30:56.678Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:30:56.679Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-31T01:30:56.679Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=8e2df050-e615-4b12-8885-0bc2918974d8 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-31T01:30:56.680Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:30:56.680Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:30:56.680Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 8e1efca3-7927-4501-bee0-2a617f24c335: basic_vm 2021-05-31T01:30:56.680Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:30:56.680Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:30:56.680Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:30:56.681Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:30:56.681Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:30:56.681Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:30:56.681Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:30:56.681Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:30:56.681Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:30:56.681Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:30:56.681Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:30:56.733Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm c9e4ef3b-c477-41a2-a565-d2f99cb3dbb5 1 ASDC deployResourceStructure 2021-05-31T01:30:56.734Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:30:56.734Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:30:56.734Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-31T01:30:56.734Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:30:56.735Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:30:56.735Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424656734, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-31T01:30:56.836Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:30:56.836Z||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-31T01:30:56.837Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:30:56.846Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:30:56.846Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:30:57.736Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:30:57.737Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:30:57.737Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-31T01:30:57.737Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:30:57.739Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:30:57.739Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424657736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-31T01:30:57.839Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:30:57.840Z||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-31T01:30:57.840Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:30:57.849Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:30:57.849Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:30:58.740Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:30:58.740Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:30:58.740Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-31T01:30:58.740Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:30:58.742Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:30:58.743Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424658739, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-31T01:30:58.843Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:30:58.843Z||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-31T01:30:58.843Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:30:58.853Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:30:58.853Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:30:59.743Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:30:59.744Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:30:59.744Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-31T01:30:59.744Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:30:59.746Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:30:59.746Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424659743, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:30:59.846Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:30:59.846Z||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-31T01:30:59.847Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:30:59.855Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:30:59.855Z||pool-49-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:31:00.747Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a5716900-bdb2-4688-8b14-6160561f2832 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T01:31:00.756Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a5716900-bdb2-4688-8b14-6160561f2832 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-31T01:31:00.758Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-31T01:31:00.758Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-31T01:31:00.758Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-31T01:31:00.758Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-31T01:31:00.758Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:31:00.758Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:31:00.758Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:31:00.758Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:31:00.758Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:31:00.759Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:31:00.759Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:31:00.763Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-31T01:31:30.764Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a5716900-bdb2-4688-8b14-6160561f2832 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-31T01:31:30.768Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a5716900-bdb2-4688-8b14-6160561f2832 and serviceModelVersionId: 8e1efca3-7927-4501-bee0-2a617f24c335 2021-05-31T01:31:30.768Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1ba60d9-0b15-4f1b-aa45-c3e3e191e6bf 2021-05-31T01:31:30.769Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1ba60d9-0b15-4f1b-aa45-c3e3e191e6bf/model-vers/model-ver/8e1efca3-7927-4501-bee0-2a617f24c335?depth=0 2021-05-31T01:31:30.773Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-05-31T01:31:30.808Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c1ba60d9-0b15-4f1b-aa45-c3e3e191e6bf/model-vers/model-ver/8e1efca3-7927-4501-bee0-2a617f24c335?depth=0|INFO|500||Invoke 2021-05-31T01:31:30.808Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c1ba60d9-0b15-4f1b-aa45-c3e3e191e6bf/model-vers/model-ver/8e1efca3-7927-4501-bee0-2a617f24c335?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c1ba60d9-0b15-4f1b-aa45-c3e3e191e6bf/model-vers/model-ver/8e1efca3-7927-4501-bee0-2a617f24c335?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a5716900-bdb2-4688-8b14-6160561f2832], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d0592155-6c3c-4700-a879-74347a5644b4], X-ECOMP-RequestID=[a5716900-bdb2-4688-8b14-6160561f2832], X-TransactionId=[], X-ONAP-RequestID=[a5716900-bdb2-4688-8b14-6160561f2832], Content-Type=[application/merge-patch+json]} 2021-05-31T01:31:30.824Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c1ba60d9-0b15-4f1b-aa45-c3e3e191e6bf/model-vers/model-ver/8e1efca3-7927-4501-bee0-2a617f24c335?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-31T01:31:31.070Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c1ba60d9-0b15-4f1b-aa45-c3e3e191e6bf/model-vers/model-ver/8e1efca3-7927-4501-bee0-2a617f24c335?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/c1ba60d9-0b15-4f1b-aa45-c3e3e191e6bf/model-vers/model-ver/8e1efca3-7927-4501-bee0-2a617f24c335?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210531-01:31:30:833-39329], vertex-id=[217272], Content-Length=[0], Date=[Mon, 31 May 2021 01:31:30 GMT], Content-Type=[application/json]} 2021-05-31T01:31:31.070Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c1ba60d9-0b15-4f1b-aa45-c3e3e191e6bf/model-vers/model-ver/8e1efca3-7927-4501-bee0-2a617f24c335?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-31T01:31:31.071Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c1ba60d9-0b15-4f1b-aa45-c3e3e191e6bf/model-vers/model-ver/8e1efca3-7927-4501-bee0-2a617f24c335?depth=0|INFO|500||InvokeReturn 2021-05-31T01:31:31.071Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-31T01:31:31.071Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:31:31.076Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||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-31T01:31:31.077Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a5716900-bdb2-4688-8b14-6160561f2832 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-31T01:31:31.077Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-31T01:31:31.077Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:31:31.078Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:31:31.078Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424691077, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-31T01:31:31.179Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-31T01:31:31.179Z||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-31T01:31:31.179Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:31:31.190Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:31:31.190Z||pool-50-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-31T01:31:32.089Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-31T01:31:32.090Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"8812535e-cff8-40d3-a564-031e2033dae8","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"c4c1658d-0246-4ea9-9e0c-f667a89f1ac8","serviceDescription":"service","serviceInvariantUUID":"1ce84d73-0997-4a5f-b671-2108811d991f","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"97a684cc-bf7a-43f5-bf75-bc8a5c2f0ced","resourceInvariantUUID":"7db56dfd-6e2d-4a68-9ec1-10b360b6f7f6","resourceCustomizationUUID":"16a4335e-5c38-45fe-86d0-d4ec30de070c","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":"b3fa8561-d5ba-4c0b-84fc-023cd23342b2","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":"ZGYxYjJjNzU0YTFmMTUyMTc0MzZiYWQwZTM1MGYwYjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5766d8d1-c9a3-46b7-9b9b-56f96b446595","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":"YjVlMjA0M2I2NWVjNWQ4M2JmNjQ0NDIxOTU2Yzk3MmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f9de4d40-de35-4682-b2b0-145a11f61771","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":"b777cadb-863f-4332-b096-c80b50b57953","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":"000aee80-0d46-4fac-ba7b-ef5065758227","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":"69d612ad-3601-4906-ae07-26c93544b3a2","artifactVersion":"2","generatedFromUUID":"b777cadb-863f-4332-b096-c80b50b57953"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"Y2MxODRiOTRhZTU4NDkzYmVkNDk5Yjk3Mzk0YTM1NWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e95352e9-37c4-45bc-8fca-2ed4d02744dc","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MDVlM2NiMDAzMjFiM2ZkZDMwNTUzMTQyYWUzN2M1NTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1fdd14e8-f58b-420b-ba9d-e91b26d8e0d5","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-31T01:31:32.090Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:31:32.090Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:31:32.092Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:31:32.092Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:31:32.192Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:31:32.193Z||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-31T01:31:32.193Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:31:32.201Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:31:32.202Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-31T01:31:33.092Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:31:33.094Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:31:33.095Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:31:33.095Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:31:33.196Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:31:33.196Z||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-31T01:31:33.196Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:31:33.204Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:31:33.204Z||pool-52-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:31:34.096Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:31:34.097Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:31:34.098Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:31:34.098Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-31T01:31:34.199Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:31:34.199Z||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-31T01:31:34.199Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:31:34.207Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:31:34.207Z||pool-53-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:31:35.101Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:31:35.101Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:31:35.103Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:31:35.103Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-31T01:31:35.204Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-31T01:31:35.204Z||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-31T01:31:35.204Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:31:35.211Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:31:35.212Z||pool-54-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:31:36.104Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:31:36.105Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:31:36.106Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:31:36.106Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:31:36.207Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:31:36.207Z||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-31T01:31:36.207Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:31:36.215Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:31:36.216Z||pool-55-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:31:37.107Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:31:37.108Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:31:37.109Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:31:37.109Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-31T01:31:37.209Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:31:37.210Z||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-31T01:31:37.210Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:31:37.219Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:31:37.219Z||pool-56-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:31:38.109Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:31:38.110Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:31:38.112Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:31:38.112Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:31:38.212Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:31:38.213Z||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-31T01:31:38.213Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:31:38.222Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:31:38.222Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:31:39.112Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:31:39.113Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:31:39.115Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:31:39.115Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:31:39.215Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:31:39.216Z||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-31T01:31:39.216Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:31:39.223Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:31:39.223Z||pool-58-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:31:40.116Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "c4c1658d-0246-4ea9-9e0c-f667a89f1ac8", "serviceDescription": "service", "serviceInvariantUUID": "1ce84d73-0997-4a5f-b671-2108811d991f", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "16a4335e-5c38-45fe-86d0-d4ec30de070c", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "97a684cc-bf7a-43f5-bf75-bc8a5c2f0ced", "resourceInvariantUUID": "7db56dfd-6e2d-4a68-9ec1-10b360b6f7f6", "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": "YjVlMjA0M2I2NWVjNWQ4M2JmNjQ0NDIxOTU2Yzk3MmQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f9de4d40-de35-4682-b2b0-145a11f61771", "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": "b777cadb-863f-4332-b096-c80b50b57953", "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": "69d612ad-3601-4906-ae07-26c93544b3a2", "generatedFromUUID": "b777cadb-863f-4332-b096-c80b50b57953" }, "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": "69d612ad-3601-4906-ae07-26c93544b3a2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "MDVlM2NiMDAzMjFiM2ZkZDMwNTUzMTQyYWUzN2M1NTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1fdd14e8-f58b-420b-ba9d-e91b26d8e0d5" } ], "workloadContext": "Production" } 2021-05-31T01:31:40.117Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-31T01:31:40.117Z|a5716900-bdb2-4688-8b14-6160561f2832|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c4c1658d-0246-4ea9-9e0c-f667a89f1ac8 ASDC 2021-05-31T01:31:40.117Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:8812535e-cff8-40d3-a564-031e2033dae8 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:c4c1658d-0246-4ea9-9e0c-f667a89f1ac8 ServiceInvariantUUID:1ce84d73-0997-4a5f-b671-2108811d991f 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:1fdd14e8-f58b-420b-ba9d-e91b26d8e0d5 ArtifactChecksum:MDVlM2NiMDAzMjFiM2ZkZDMwNTUzMTQyYWUzN2M1NTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:16a4335e-5c38-45fe-86d0-d4ec30de070c ResourceInvariantUUID:7db56dfd-6e2d-4a68-9ec1-10b360b6f7f6 ResourceName:basicclamp ResourceType:VF ResourceUUID:97a684cc-bf7a-43f5-bf75-bc8a5c2f0ced 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:f9de4d40-de35-4682-b2b0-145a11f61771 ArtifactChecksum:YjVlMjA0M2I2NWVjNWQ4M2JmNjQ0NDIxOTU2Yzk3MmQ= 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:b777cadb-863f-4332-b096-c80b50b57953 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:69d612ad-3601-4906-ae07-26c93544b3a2 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:69d612ad-3601-4906-ae07-26c93544b3a2 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-31T01:31:40.117Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c4c1658d-0246-4ea9-9e0c-f667a89f1ac8 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-31T01:31:40.151Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-31T01:31:40.152Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-31T01:31:40.152Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-31T01:31:40.152Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1fdd14e8-f58b-420b-ba9d-e91b26d8e0d5 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-31T01:31:40.152Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-31T01:31:40.152Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-31T01:31:41.852Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-31T01:31:41.855Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 1fdd14e8-f58b-420b-ba9d-e91b26d8e0d5 76828 2021-05-31T01:31:41.856Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:31:41.856Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:31:41.856Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-31T01:31:41.856Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:31:41.858Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:31:41.858Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424701856, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:31:41.958Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:31:41.959Z||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-31T01:31:41.959Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:31:41.968Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:31:41.969Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:31:42.858Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-31T01:31:42.859Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-31T01:31:42.859Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 1fdd14e8-f58b-420b-ba9d-e91b26d8e0d5, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-31T01:31:42.860Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-05-31T01:31:42.860Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-31T01:31:42.860Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-31T01:31:42.985Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12388933022277132441/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-31T01:31:43.893Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-31T01:31:43.893Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-31T01:31:43.893Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-31T01:31:43.893Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-31T01:31:43.893Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:31:43.894Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:31:43.894Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:31:43.894Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:31:43.894Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:31:43.894Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:31:43.894Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:31:43.894Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:31:43.894Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:31:43.894Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:31:43.894Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-31T01:31:43.894Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:31:43.895Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:31:43.895Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-31T01:31:43.895Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-31T01:31:43.895Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-31T01:31:43.895Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:31:43.895Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:31:43.896Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-31T01:31:43.896Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-31T01:31:43.896Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-31T01:31:43.896Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:31:43.896Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:31:43.896Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:31:43.896Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-31T01:31:43.897Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-05-31T01:31:43.897Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-05-31T01:31:43.897Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-05-31T01:31:43.897Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-31T01:31:43.897Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-31T01:31:43.897Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:31:43.897Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-31T01:31:43.898Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:31:43.898Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-31T01:31:43.898Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:31:43.898Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:31:43.898Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-31T01:31:43.898Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:31:43.898Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:31:43.899Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-31T01:31:43.899Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:31:43.899Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:31:43.899Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-31T01:31:43.899Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-31T01:31:43.899Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-31T01:31:43.899Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cf565acb-52b9-4268-85ab-6dc05d4b1c7b 2021-05-31T01:31:43.900Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:31:43.900Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:31:43.900Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:31:43.900Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:31:43.900Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:31:43.900Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:31:43.900Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:31:43.900Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:31:43.901Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:c4c1658d-0246-4ea9-9e0c-f667a89f1ac8 Model Version:NULL Model InvariantUuid:1ce84d73-0997-4a5f-b671-2108811d991f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:908d7899-74eb-4729-b3b7-4dcaa34d4244 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7db56dfd-6e2d-4a68-9ec1-10b360b6f7f6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:16a4335e-5c38-45fe-86d0-d4ec30de070c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f26b9750-0a3f-4ec5-8348-91faaa446ef6 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:261c48e5-3b07-48e9-810f-627faebaed2c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:cf565acb-52b9-4268-85ab-6dc05d4b1c7b ModelInvariantUuid:f7f708e6-4be8-48a6-8152-d7ea54edf724 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:38f773a3-9f4c-4be9-b523-3bfb53736fe9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:f3568d48-3e54-4c37-b4e2-60db6c612618 ModelInvariantUuid:ece5ab0d-60d6-4876-83ef-8616b6eb199a ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:a7dc50e3-51b3-4523-bb99-e4d141843539 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-31T01:31:43.905Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 97a684cc-bf7a-43f5-bf75-bc8a5c2f0ced 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-31T01:31:43.907Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||basicclamp 0 2021-05-31T01:31:43.907Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 97a684cc-bf7a-43f5-bf75-bc8a5c2f0ced 2021-05-31T01:31:43.907Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f9de4d40-de35-4682-b2b0-145a11f61771 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-31T01:31:43.907Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-31T01:31:43.907Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:31:45.254Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-31T01:31:45.254Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json f9de4d40-de35-4682-b2b0-145a11f61771 790 2021-05-31T01:31:45.254Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:31:45.254Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:31:45.255Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-31T01:31:45.255Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:31:45.257Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:31:45.257Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424705254, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-31T01:31:45.357Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:31:45.358Z||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-31T01:31:45.358Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:31:45.366Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:31:45.366Z||pool-60-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:31:46.257Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f26b9750-0a3f-4ec5-8348-91faaa446ef6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "261c48e5-3b07-48e9-810f-627faebaed2c", "vfModuleModelCustomizationUUID": "33103ed6-2b45-4fde-bd70-8257b9aa4edd", "isBase": true, "artifacts": [ "b777cadb-863f-4332-b096-c80b50b57953", "69d612ad-3601-4906-ae07-26c93544b3a2" ], "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-31T01:31:46.260Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:261c48e5-3b07-48e9-810f-627faebaed2c VfModuleModelInvariantUUID:f26b9750-0a3f-4ec5-8348-91faaa446ef6 VfModuleModelDescription:NULL Artifacts UUID List:{ b777cadb-863f-4332-b096-c80b50b57953 , 69d612ad-3601-4906-ae07-26c93544b3a2 } 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-31T01:31:46.261Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f26b9750-0a3f-4ec5-8348-91faaa446ef6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "261c48e5-3b07-48e9-810f-627faebaed2c", "vfModuleModelCustomizationUUID": "33103ed6-2b45-4fde-bd70-8257b9aa4edd", "isBase": true, "artifacts": [ "b777cadb-863f-4332-b096-c80b50b57953", "69d612ad-3601-4906-ae07-26c93544b3a2" ], "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-31T01:31:46.261Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:261c48e5-3b07-48e9-810f-627faebaed2c VfModuleModelInvariantUUID:f26b9750-0a3f-4ec5-8348-91faaa446ef6 VfModuleModelDescription:NULL Artifacts UUID List:{ b777cadb-863f-4332-b096-c80b50b57953 , 69d612ad-3601-4906-ae07-26c93544b3a2 } 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-31T01:31:46.261Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b777cadb-863f-4332-b096-c80b50b57953 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-31T01:31:46.261Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-31T01:31:46.261Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:31:46.907Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-31T01:31:46.907Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml b777cadb-863f-4332-b096-c80b50b57953 5033 2021-05-31T01:31:46.908Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:31:46.908Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:31:46.908Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-31T01:31:46.908Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:31:46.910Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:31:46.910Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424706908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-31T01:31:47.010Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:31:47.010Z||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-31T01:31:47.010Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:31:47.019Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:31:47.019Z||pool-61-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:31:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:31:47.225Z||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-31T01:31:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:31:47.241Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:31:47.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:31:47.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "cds", "timestamp": 1622424583569, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:31:47.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:31:47.910Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 69d612ad-3601-4906-ae07-26c93544b3a2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-31T01:31:47.911Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-31T01:31:47.911Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:31:48.074Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-31T01:31:48.075Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 69d612ad-3601-4906-ae07-26c93544b3a2 909 2021-05-31T01:31:48.075Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:31:48.075Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:31:48.075Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-31T01:31:48.075Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:31:48.077Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:31:48.077Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424708075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-31T01:31:48.177Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:31:48.178Z||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-31T01:31:48.178Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:31:48.187Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:31:48.188Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:31:49.077Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: c4c1658d-0246-4ea9-9e0c-f667a89f1ac8 2021-05-31T01:31:49.078Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 97a684cc-bf7a-43f5-bf75-bc8a5c2f0ced 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-31T01:31:49.087Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:31:49.088Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:31:49.088Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-05-31T01:31:49.088Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 16a4335e-5c38-45fe-86d0-d4ec30de070c 2021-05-31T01:31:49.088Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 16a4335e-5c38-45fe-86d0-d4ec30de070c matches Tosca VF Customization UUID: 16a4335e-5c38-45fe-86d0-d4ec30de070c 2021-05-31T01:31:49.088Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 16a4335e-5c38-45fe-86d0-d4ec30de070c 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-31T01:31:49.089Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:31:49.090Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:31:49.090Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 16a4335e-5c38-45fe-86d0-d4ec30de070c: {\"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-31T01:31:49.090Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6546511e 2021-05-31T01:31:49.090Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:31:49.090Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-31T01:31:49.091Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 33103ed6-2b45-4fde-bd70-8257b9aa4edd 2021-05-31T01:31:49.091Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 33103ed6-2b45-4fde-bd70-8257b9aa4edd 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-31T01:31:49.092Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:31:49.092Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-31T01:31:49.092Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:31:49.092Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:31:49.093Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-31T01:31:49.093Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:31:49.093Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:31:49.093Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-31T01:31:49.093Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-31T01:31:49.093Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-31T01:31:49.093Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cf565acb-52b9-4268-85ab-6dc05d4b1c7b 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-31T01:31:49.095Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:31:49.095Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-31T01:31:49.095Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:31:49.095Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:31:49.095Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-31T01:31:49.095Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=16a4335e-5c38-45fe-86d0-d4ec30de070c 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-31T01:31:49.096Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:31:49.097Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:31:49.097Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid c4c1658d-0246-4ea9-9e0c-f667a89f1ac8: basicclamp 2021-05-31T01:31:49.097Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:31:49.097Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:31:49.097Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:31:49.097Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:31:49.098Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:31:49.098Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:31:49.098Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:31:49.098Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:31:49.098Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:31:49.098Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:31:49.098Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:31:49.149Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 97a684cc-bf7a-43f5-bf75-bc8a5c2f0ced 1 ASDC deployResourceStructure 2021-05-31T01:31:49.149Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:31:49.149Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:31:49.149Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-31T01:31:49.149Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:31:49.150Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:31:49.151Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424709149, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-31T01:31:49.251Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:31:49.252Z||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-31T01:31:49.252Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:31:49.260Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:31:49.261Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:31:50.151Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:31:50.152Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:31:50.152Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-31T01:31:50.152Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:31:50.153Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:31:50.154Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424710151, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-31T01:31:50.254Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:31:50.255Z||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-31T01:31:50.255Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:31:50.263Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:31:50.263Z||pool-64-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:31:51.154Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:31:51.155Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:31:51.155Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-31T01:31:51.155Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:31:51.156Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:31:51.157Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424711154, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-31T01:31:51.257Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:31:51.257Z||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-31T01:31:51.257Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:31:51.265Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:31:51.266Z||pool-65-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:31:52.157Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:31:52.158Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:31:52.158Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-31T01:31:52.158Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:31:52.159Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:31:52.159Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424712157, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:31:52.259Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:31:52.260Z||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-31T01:31:52.260Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:31:52.268Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:31:52.269Z||pool-66-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:31:53.160Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8812535e-cff8-40d3-a564-031e2033dae8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T01:31:53.168Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8812535e-cff8-40d3-a564-031e2033dae8 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-31T01:31:53.170Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-31T01:31:53.170Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-31T01:31:53.170Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-31T01:32:23.171Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8812535e-cff8-40d3-a564-031e2033dae8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T01:32:23.179Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8812535e-cff8-40d3-a564-031e2033dae8 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-31T01:32:23.181Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-31T01:32:23.181Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-31T01:32:23.181Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-31T01:32:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:32:47.225Z||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-31T01:32:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:32:47.237Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:32:47.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-k8s-id", "timestamp": 1622424587212, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-31T01:32:47.253Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-windriver-id", "timestamp": 1622424566476, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:32:47.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "aai-ml", "timestamp": 1622424581366, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424587538, "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-31T01:32:47.259Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8812535e-cff8-40d3-a564-031e2033dae8 2021-05-31T01:32:47.259Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8812535e-cff8-40d3-a564-031e2033dae8 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-31T01:32:47.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "clamp", "timestamp": 1622424583681, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424587045, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "cds", "timestamp": 1622424583569, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "policy-id", "timestamp": 1622424587634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-k8s-id", "timestamp": 1622424588399, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-31T01:32:47.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "aai-ml", "timestamp": 1622424581366, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:32:47.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-windriver-id", "timestamp": 1622424588439, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-31T01:32:47.269Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424588540, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-31T01:32:47.269Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "clamp", "timestamp": 1622424583681, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424587045, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "cds", "timestamp": 1622424583569, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "policy-id", "timestamp": 1622424587634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-k8s-id", "timestamp": 1622424589411, "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-31T01:32:47.274Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8812535e-cff8-40d3-a564-031e2033dae8 2021-05-31T01:32:47.274Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8812535e-cff8-40d3-a564-031e2033dae8 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-31T01:32:47.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "aai-ml", "timestamp": 1622424589583, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:32:47.280Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-windriver-id", "timestamp": 1622424589603, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-31T01:32:47.280Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "clamp", "timestamp": 1622424583681, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424587045, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424589544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "cds", "timestamp": 1622424583569, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "policy-id", "timestamp": 1622424587634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-31T01:32:47.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-k8s-id", "timestamp": 1622424590415, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-31T01:32:47.281Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "clamp", "timestamp": 1622424583681, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:32:47.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424587045, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-windriver-id", "timestamp": 1622424591085, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-31T01:32:47.281Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424589544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-31T01:32:47.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "cds", "timestamp": 1622424583569, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:32:47.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "policy-id", "timestamp": 1622424587634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424587045, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-windriver-id", "timestamp": 1622424592090, "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-31T01:32:47.286Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8812535e-cff8-40d3-a564-031e2033dae8 2021-05-31T01:32:47.286Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8812535e-cff8-40d3-a564-031e2033dae8 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-31T01:32:47.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424589544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-31T01:32:47.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "policy-id", "timestamp": 1622424587634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "dcae-sch", "timestamp": 1622424591782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "cds", "timestamp": 1622424592763, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:32:47.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "multicloud-windriver-id", "timestamp": 1622424593093, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-31T01:32:47.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424587045, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424589544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "policy-id", "timestamp": 1622424587634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "dcae-sch", "timestamp": 1622424591782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424587045, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:32:47.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424589544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-31T01:32:47.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "policy-id", "timestamp": 1622424587634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "dcae-sch", "timestamp": 1622424591782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-windriver-id", "timestamp": 1622424594096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "aai-ml", "timestamp": 1622424594800, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:32:47.292Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "cds", "timestamp": 1622424594818, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-31T01:32:47.302Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8895b21e-cae1-4fb2-acef-d73b4a8cf69e 2021-05-31T01:32:47.302Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8895b21e-cae1-4fb2-acef-d73b4a8cf69e 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-31T01:32:47.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424589544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424595273, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:32:47.308Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "policy-id", "timestamp": 1622424587634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:32:47.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "dcae-sch", "timestamp": 1622424591782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-windriver-id", "timestamp": 1622424594096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-31T01:32:47.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "aai-ml", "timestamp": 1622424595804, "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-31T01:32:47.312Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8812535e-cff8-40d3-a564-031e2033dae8 2021-05-31T01:32:47.312Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8812535e-cff8-40d3-a564-031e2033dae8 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-31T01:32:47.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "ves-openapi-manager", "timestamp": 1622424595564, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.319Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424589544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.319Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "dcae-sch", "timestamp": 1622424591782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.320Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-k8s-id", "timestamp": 1622424595923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.320Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-windriver-id", "timestamp": 1622424594096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-31T01:32:47.320Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "policy-id", "timestamp": 1622424597076, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:32:47.320Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "ves-openapi-manager", "timestamp": 1622424595564, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.321Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424589544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:32:47.321Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "clamp", "timestamp": 1622424597277, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:32:47.321Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424597290, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:32:47.322Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "dcae-sch", "timestamp": 1622424591782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-k8s-id", "timestamp": 1622424595923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-31T01:32:47.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-windriver-id", "timestamp": 1622424594096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "policy-id", "timestamp": 1622424598079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:32:47.323Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "ves-openapi-manager", "timestamp": 1622424595564, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "clamp", "timestamp": 1622424598280, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-31T01:32:47.324Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424598293, "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-31T01:32:47.328Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8812535e-cff8-40d3-a564-031e2033dae8 2021-05-31T01:32:47.328Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8812535e-cff8-40d3-a564-031e2033dae8 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-31T01:32:47.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "dcae-sch", "timestamp": 1622424591782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-k8s-id", "timestamp": 1622424595923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-31T01:32:47.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-windriver-id", "timestamp": 1622424594096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-31T01:32:47.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "policy-id", "timestamp": 1622424599081, "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-31T01:32:47.339Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8895b21e-cae1-4fb2-acef-d73b4a8cf69e 2021-05-31T01:32:47.339Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8895b21e-cae1-4fb2-acef-d73b4a8cf69e 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-31T01:32:47.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "ves-openapi-manager", "timestamp": 1622424595564, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.345Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "dcae-sch", "timestamp": 1622424591782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.346Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-k8s-id", "timestamp": 1622424595923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.346Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-windriver-id", "timestamp": 1622424594096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.346Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424599919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-31T01:32:47.347Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "ves-openapi-manager", "timestamp": 1622424595564, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.347Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-k8s-id", "timestamp": 1622424595923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-31T01:32:47.347Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-windriver-id", "timestamp": 1622424594096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "ves-openapi-manager", "timestamp": 1622424595564, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-k8s-id", "timestamp": 1622424595923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424601488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-31T01:32:47.348Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-windriver-id", "timestamp": 1622424594096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:32:47.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "ves-openapi-manager", "timestamp": 1622424595564, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "clamp", "timestamp": 1622424602390, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:32:47.349Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-k8s-id", "timestamp": 1622424595923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.350Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "ves-openapi-manager", "timestamp": 1622424595564, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.350Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "clamp", "timestamp": 1622424603393, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-31T01:32:47.350Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-k8s-id", "timestamp": 1622424595923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:32:47.350Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424603958, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-31T01:32:47.351Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-windriver-id", "timestamp": 1622424604163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-31T01:32:47.351Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "clamp", "timestamp": 1622424604396, "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-31T01:32:47.355Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8812535e-cff8-40d3-a564-031e2033dae8 2021-05-31T01:32:47.355Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8812535e-cff8-40d3-a564-031e2033dae8 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-31T01:32:47.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424604960, "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-31T01:32:47.366Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8895b21e-cae1-4fb2-acef-d73b4a8cf69e 2021-05-31T01:32:47.366Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8895b21e-cae1-4fb2-acef-d73b4a8cf69e 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-31T01:32:47.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-k8s-id", "timestamp": 1622424605811, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-31T01:32:47.372Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424605965, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-31T01:32:47.373Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-windriver-id", "timestamp": 1622424606511, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-31T01:32:47.373Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-k8s-id", "timestamp": 1622424606990, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-31T01:32:47.373Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-windriver-id", "timestamp": 1622424607695, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-31T01:32:47.374Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-k8s-id", "timestamp": 1622424608155, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-31T01:32:47.374Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-windriver-id", "timestamp": 1622424608699, "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-31T01:32:47.378Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8895b21e-cae1-4fb2-acef-d73b4a8cf69e 2021-05-31T01:32:47.378Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8895b21e-cae1-4fb2-acef-d73b4a8cf69e 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-31T01:32:47.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-k8s-id", "timestamp": 1622424609168, "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-31T01:32:47.387Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8895b21e-cae1-4fb2-acef-d73b4a8cf69e 2021-05-31T01:32:47.387Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8895b21e-cae1-4fb2-acef-d73b4a8cf69e 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-31T01:32:47.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-windriver-id", "timestamp": 1622424609702, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-31T01:32:47.392Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "multicloud-k8s-id", "timestamp": 1622424610171, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-31T01:32:47.393Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "aai-ml", "timestamp": 1622424611366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.393Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "aai-ml", "timestamp": 1622424611366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.393Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "aai-ml", "timestamp": 1622424611366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.393Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "clamp", "timestamp": 1622424613681, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "aai-ml", "timestamp": 1622424611366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "clamp", "timestamp": 1622424613681, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-31T01:32:47.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "aai-ml", "timestamp": 1622424611366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.395Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "clamp", "timestamp": 1622424613681, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.395Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "aai-ml", "timestamp": 1622424611366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.395Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "clamp", "timestamp": 1622424613681, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.395Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424617046, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.396Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "aai-ml", "timestamp": 1622424611366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.396Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "clamp", "timestamp": 1622424613681, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.396Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424617046, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.397Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "aai-ml", "timestamp": 1622424611366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:32:47.397Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "clamp", "timestamp": 1622424613681, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.397Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424617046, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.398Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "clamp", "timestamp": 1622424613681, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.398Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424617046, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.398Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "aai-ml", "timestamp": 1622424621020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:32:47.399Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "clamp", "timestamp": 1622424613681, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:32:47.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424617046, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424617046, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424617046, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424617046, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:32:47.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424626144, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:32:47.400Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "aai-ml", "timestamp": 1622424627037, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:32:47.401Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "aai-ml", "timestamp": 1622424628042, "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-31T01:32:47.406Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8895b21e-cae1-4fb2-acef-d73b4a8cf69e 2021-05-31T01:32:47.406Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8895b21e-cae1-4fb2-acef-d73b4a8cf69e 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-31T01:32:47.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424628135, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:32:47.413Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424629137, "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-31T01:32:47.417Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8895b21e-cae1-4fb2-acef-d73b4a8cf69e 2021-05-31T01:32:47.417Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8895b21e-cae1-4fb2-acef-d73b4a8cf69e 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-31T01:32:47.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "clamp", "timestamp": 1622424631283, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:32:47.424Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "clamp", "timestamp": 1622424634286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:32:47.424Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "clamp", "timestamp": 1622424635289, "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-31T01:32:47.428Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8895b21e-cae1-4fb2-acef-d73b4a8cf69e 2021-05-31T01:32:47.428Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8895b21e-cae1-4fb2-acef-d73b4a8cf69e 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-31T01:32:47.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.434Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4c069a4-c009-4a1f-86e3-6ef82cc5ff43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424642185, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-31T01:32:47.434Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:32:47.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.434Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.434Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-31T01:32:47.435Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-31T01:32:47.435Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:47.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:32:47.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:32:47.435Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:32:53.181Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8812535e-cff8-40d3-a564-031e2033dae8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T01:32:53.191Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8812535e-cff8-40d3-a564-031e2033dae8 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-31T01:32:53.193Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-31T01:32:53.193Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-31T01:32:53.193Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-31T01:32:53.193Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-31T01:32:53.193Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:32:53.193Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:32:53.194Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:32:53.194Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:32:53.194Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:32:53.194Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:32:53.194Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:32:53.194Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:32:53.198Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-31T01:33:23.198Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8812535e-cff8-40d3-a564-031e2033dae8 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-31T01:33:23.202Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8812535e-cff8-40d3-a564-031e2033dae8 and serviceModelVersionId: c4c1658d-0246-4ea9-9e0c-f667a89f1ac8 2021-05-31T01:33:23.202Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ce84d73-0997-4a5f-b671-2108811d991f 2021-05-31T01:33:23.203Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ce84d73-0997-4a5f-b671-2108811d991f/model-vers/model-ver/c4c1658d-0246-4ea9-9e0c-f667a89f1ac8?depth=0 2021-05-31T01:33:23.206Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-05-31T01:33:23.235Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1ce84d73-0997-4a5f-b671-2108811d991f/model-vers/model-ver/c4c1658d-0246-4ea9-9e0c-f667a89f1ac8?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-31T01:33:23.236Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1ce84d73-0997-4a5f-b671-2108811d991f/model-vers/model-ver/c4c1658d-0246-4ea9-9e0c-f667a89f1ac8?depth=0|INFO|500||Invoke 2021-05-31T01:33:23.247Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1ce84d73-0997-4a5f-b671-2108811d991f/model-vers/model-ver/c4c1658d-0246-4ea9-9e0c-f667a89f1ac8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-31T01:33:24.070Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1ce84d73-0997-4a5f-b671-2108811d991f/model-vers/model-ver/c4c1658d-0246-4ea9-9e0c-f667a89f1ac8?depth=0|INFO|500||InvokeReturn 2021-05-31T01:33:24.070Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1ce84d73-0997-4a5f-b671-2108811d991f/model-vers/model-ver/c4c1658d-0246-4ea9-9e0c-f667a89f1ac8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210531-01:33:23:257-85122], vertex-id=[180368], Content-Length=[0], Date=[Mon, 31 May 2021 01:33:23 GMT], Content-Type=[application/json]} 2021-05-31T01:33:24.070Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-05-31T01:33:24.071Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-31T01:33:24.071Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:33:24.074Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||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-31T01:33:24.074Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8812535e-cff8-40d3-a564-031e2033dae8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-31T01:33:24.075Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-31T01:33:24.075Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:33:24.076Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:33:24.077Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424804074, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-31T01:33:24.177Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:33:24.177Z||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-31T01:33:24.177Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:33:24.187Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:33:24.187Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-31T01:33:25.088Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:33:25.089Z|8812535e-cff8-40d3-a564-031e2033dae8|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-31T01:33:25.089Z|8812535e-cff8-40d3-a564-031e2033dae8|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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:33:29.364Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:33:29.365Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-31T01:33:29.365Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"8895b21e-cae1-4fb2-acef-d73b4a8cf69e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"3b50f49c-a9e4-427c-83ff-bfdb361e0d71","serviceDescription":"service","serviceInvariantUUID":"954d4fbb-7cf5-47d2-a803-1ada7a9658f9","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"97c5aa33-498d-4467-8a97-19b1637b4a0f","resourceInvariantUUID":"8e37492e-f709-43e4-9ed9-968470f850bb","resourceCustomizationUUID":"ab031c64-d9e0-4b37-aea1-a06d1c63eea1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"OTEyMWY5NmYwYjAyZmViNzZhYjNjNDE5NjdjZGQ1YWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe244902-97e6-4061-8b21-157227ca02cc","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"NTk2MGYxMjY2MzZiOTdjMTJjZGJhYTU1MjIwN2E4NGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6aad4e9a-eae5-45e2-9c82-becfe7d66d2e","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"146891c1-9b18-44de-842b-a13ba4a55673","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"03a8b0cf-dc0b-4da5-918d-bf6839691e78","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"85b66567-fab2-4df5-9742-f1c78e019240","artifactVersion":"2","generatedFromUUID":"146891c1-9b18-44de-842b-a13ba4a55673"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"MmU1NjNmZDBmZjE3ZTZiN2NkOTliZjMwZDMwM2ZkMTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"13839edd-d757-497c-b2b7-f0af06fc7665","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"MzNkYzQxNTI3YmI2ZDVkODMwOTMwODQ1Y2NkYTJhNGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"117699e2-f69f-4bcb-8115-006f93da07c5","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODI4YzdiZDVkZjg0ZWRmMzU1Y2Q5Njk1NTlkNTY2MDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3595969e-522b-49aa-83c8-de71652893da","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-31T01:33:29.366Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:33:29.366Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:33:29.368Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:33:29.368Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:33:29.468Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:33:29.468Z||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-31T01:33:29.469Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:33:29.477Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:33:29.477Z||pool-68-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:33:30.368Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:33:30.369Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:33:30.371Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:33:30.371Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-31T01:33:30.472Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:33:30.472Z||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-31T01:33:30.472Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:33:30.480Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:33:30.480Z||pool-69-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:33:31.371Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:33:31.372Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:33:31.374Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:33:31.374Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-31T01:33:31.474Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:33:31.474Z||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-31T01:33:31.474Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:33:31.483Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:33:31.483Z||pool-70-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:33:32.374Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:33:32.375Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:33:32.376Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:33:32.376Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:33:32.476Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:33:32.477Z||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-31T01:33:32.477Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:33:32.486Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:33:32.486Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-31T01:33:33.377Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:33:33.377Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:33:33.379Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:33:33.379Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-31T01:33:33.479Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:33:33.480Z||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-31T01:33:33.480Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:33:33.488Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:33:33.488Z||pool-72-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-05-31T01:33:34.380Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:33:34.380Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:33:34.382Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:33:34.382Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-31T01:33:34.482Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:33:34.482Z||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-31T01:33:34.483Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:33:34.492Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:33:34.492Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:33:35.382Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:33:35.383Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:33:35.384Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:33:35.384Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:33:35.485Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:33:35.485Z||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-31T01:33:35.486Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:33:35.493Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:33:35.494Z||pool-74-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:33:36.385Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:33:36.386Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:33:36.387Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:33:36.387Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:33:36.487Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:33:36.488Z||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-31T01:33:36.488Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:33:36.495Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:33:36.495Z||pool-75-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-05-31T01:33:37.390Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "3b50f49c-a9e4-427c-83ff-bfdb361e0d71", "serviceDescription": "service", "serviceInvariantUUID": "954d4fbb-7cf5-47d2-a803-1ada7a9658f9", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "ab031c64-d9e0-4b37-aea1-a06d1c63eea1", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "97c5aa33-498d-4467-8a97-19b1637b4a0f", "resourceInvariantUUID": "8e37492e-f709-43e4-9ed9-968470f850bb", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "NTk2MGYxMjY2MzZiOTdjMTJjZGJhYTU1MjIwN2E4NGM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6aad4e9a-eae5-45e2-9c82-becfe7d66d2e", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "146891c1-9b18-44de-842b-a13ba4a55673", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "85b66567-fab2-4df5-9742-f1c78e019240", "generatedFromUUID": "146891c1-9b18-44de-842b-a13ba4a55673" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "85b66567-fab2-4df5-9742-f1c78e019240", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ODI4YzdiZDVkZjg0ZWRmMzU1Y2Q5Njk1NTlkNTY2MDM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3595969e-522b-49aa-83c8-de71652893da" } ], "workloadContext": "Production" } 2021-05-31T01:33:37.390Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-31T01:33:37.390Z|8812535e-cff8-40d3-a564-031e2033dae8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3b50f49c-a9e4-427c-83ff-bfdb361e0d71 ASDC 2021-05-31T01:33:37.391Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:8895b21e-cae1-4fb2-acef-d73b4a8cf69e ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:3b50f49c-a9e4-427c-83ff-bfdb361e0d71 ServiceInvariantUUID:954d4fbb-7cf5-47d2-a803-1ada7a9658f9 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:3595969e-522b-49aa-83c8-de71652893da ArtifactChecksum:ODI4YzdiZDVkZjg0ZWRmMzU1Y2Q5Njk1NTlkNTY2MDM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:ab031c64-d9e0-4b37-aea1-a06d1c63eea1 ResourceInvariantUUID:8e37492e-f709-43e4-9ed9-968470f850bb ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:97c5aa33-498d-4467-8a97-19b1637b4a0f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:6aad4e9a-eae5-45e2-9c82-becfe7d66d2e ArtifactChecksum:NTk2MGYxMjY2MzZiOTdjMTJjZGJhYTU1MjIwN2E4NGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:146891c1-9b18-44de-842b-a13ba4a55673 ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:85b66567-fab2-4df5-9742-f1c78e019240 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:85b66567-fab2-4df5-9742-f1c78e019240 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-31T01:33:37.391Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b50f49c-a9e4-427c-83ff-bfdb361e0d71 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-31T01:33:37.419Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-31T01:33:37.420Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-31T01:33:37.420Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-31T01:33:37.420Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3595969e-522b-49aa-83c8-de71652893da from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-05-31T01:33:37.420Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-31T01:33:37.420Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-05-31T01:33:38.854Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-31T01:33:38.858Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 3595969e-522b-49aa-83c8-de71652893da 82052 2021-05-31T01:33:38.858Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-05-31T01:33:38.858Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-05-31T01:33:38.858Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-31T01:33:38.858Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:33:38.860Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:33:38.860Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424818858, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:33:38.960Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:33:38.961Z||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-31T01:33:38.961Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:33:38.969Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:33:38.969Z||pool-76-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:33:39.861Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-31T01:33:39.862Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-31T01:33:39.862Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 3595969e-522b-49aa-83c8-de71652893da, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-31T01:33:39.862Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-05-31T01:33:39.862Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-31T01:33:39.862Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-31T01:33:39.977Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1505199000212190395/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided 2021-05-31T01:33:40.809Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-31T01:33:40.810Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-31T01:33:40.810Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-31T01:33:40.810Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-31T01:33:40.810Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-31T01:33:40.810Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-31T01:33:40.810Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-31T01:33:40.810Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-31T01:33:40.810Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-31T01:33:40.810Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-31T01:33:40.810Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-31T01:33:40.810Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-31T01:33:40.810Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-31T01:33:40.810Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-31T01:33:40.811Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-31T01:33:40.811Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:33:40.811Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:33:40.811Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-31T01:33:40.811Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-31T01:33:40.811Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-31T01:33:40.811Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:33:40.811Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:33:40.811Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-31T01:33:40.811Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-31T01:33:40.812Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-31T01:33:40.812Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:33:40.812Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:33:40.812Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:33:40.812Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-05-31T01:33:40.812Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-31T01:33:40.812Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-05-31T01:33:40.812Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-05-31T01:33:40.812Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-05-31T01:33:40.812Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-31T01:33:40.813Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:33:40.813Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-31T01:33:40.813Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:33:40.813Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-31T01:33:40.813Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:33:40.813Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:33:40.813Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-31T01:33:40.813Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:33:40.813Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:33:40.814Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-31T01:33:40.814Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:33:40.814Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:33:40.814Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-05-31T01:33:40.814Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-31T01:33:40.814Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-31T01:33:40.814Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fa09bada-a71c-4cf4-8c56-6cd07e305b0c 2021-05-31T01:33:40.814Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:33:40.814Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:33:40.814Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:33:40.815Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:33:40.815Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:33:40.815Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:33:40.815Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:33:40.815Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:33:40.815Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:3b50f49c-a9e4-427c-83ff-bfdb361e0d71 Model Version:NULL Model InvariantUuid:954d4fbb-7cf5-47d2-a803-1ada7a9658f9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:177c7b6c-082e-4aff-a55e-c6af9b491efa Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:8e37492e-f709-43e4-9ed9-968470f850bb Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ab031c64-d9e0-4b37-aea1-a06d1c63eea1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dff080ff-276f-468b-be7c-454ecfa8208b ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:eb6e7880-a11c-4290-b43b-88656cd120c5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:fa09bada-a71c-4cf4-8c56-6cd07e305b0c ModelInvariantUuid:799c57c1-216c-4b1e-a260-f712277fd070 ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc ModelUuid:89563843-781a-40dd-af4a-e59d30569a6c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:ab9d3807-9712-460e-91f4-ff0ba39216bf ModelInvariantUuid:d6c6caa8-67d6-4615-9f89-7bc7d3cb1190 ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20 ModelUuid:2fecd512-a366-4b68-be5b-cf1a1a1e4c5f 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-31T01:33:40.821Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 97c5aa33-498d-4467-8a97-19b1637b4a0f 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-31T01:33:40.823Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||basic_vm_macro 0 2021-05-31T01:33:40.823Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 97c5aa33-498d-4467-8a97-19b1637b4a0f 2021-05-31T01:33:40.824Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6aad4e9a-eae5-45e2-9c82-becfe7d66d2e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-05-31T01:33:40.824Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-31T01:33:40.824Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-05-31T01:33:41.905Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-31T01:33:41.906Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 6aad4e9a-eae5-45e2-9c82-becfe7d66d2e 792 2021-05-31T01:33:41.906Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-05-31T01:33:41.906Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-05-31T01:33:41.906Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-31T01:33:41.907Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:33:41.908Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:33:41.908Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424821906, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-31T01:33:42.008Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:33:42.009Z||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-31T01:33:42.009Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:33:42.016Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:33:42.016Z||pool-77-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-05-31T01:33:42.909Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "dff080ff-276f-468b-be7c-454ecfa8208b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "eb6e7880-a11c-4290-b43b-88656cd120c5", "vfModuleModelCustomizationUUID": "fe06dc2d-75ba-4af5-8ce4-00861cdb5caf", "isBase": true, "artifacts": [ "146891c1-9b18-44de-842b-a13ba4a55673", "85b66567-fab2-4df5-9742-f1c78e019240" ], "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-31T01:33:42.912Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:eb6e7880-a11c-4290-b43b-88656cd120c5 VfModuleModelInvariantUUID:dff080ff-276f-468b-be7c-454ecfa8208b VfModuleModelDescription:NULL Artifacts UUID List:{ 146891c1-9b18-44de-842b-a13ba4a55673 , 85b66567-fab2-4df5-9742-f1c78e019240 } 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-31T01:33:42.913Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "dff080ff-276f-468b-be7c-454ecfa8208b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "eb6e7880-a11c-4290-b43b-88656cd120c5", "vfModuleModelCustomizationUUID": "fe06dc2d-75ba-4af5-8ce4-00861cdb5caf", "isBase": true, "artifacts": [ "146891c1-9b18-44de-842b-a13ba4a55673", "85b66567-fab2-4df5-9742-f1c78e019240" ], "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-31T01:33:42.914Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:eb6e7880-a11c-4290-b43b-88656cd120c5 VfModuleModelInvariantUUID:dff080ff-276f-468b-be7c-454ecfa8208b VfModuleModelDescription:NULL Artifacts UUID List:{ 146891c1-9b18-44de-842b-a13ba4a55673 , 85b66567-fab2-4df5-9742-f1c78e019240 } 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-31T01:33:42.914Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 146891c1-9b18-44de-842b-a13ba4a55673 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-05-31T01:33:42.914Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-31T01:33:42.914Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-05-31T01:33:45.164Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-31T01:33:45.164Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 146891c1-9b18-44de-842b-a13ba4a55673 5033 2021-05-31T01:33:45.165Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-05-31T01:33:45.165Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-05-31T01:33:45.165Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-31T01:33:45.165Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:33:45.167Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:33:45.167Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424825165, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-31T01:33:45.267Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:33:45.268Z||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-31T01:33:45.268Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:33:45.276Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:33:45.276Z||pool-78-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:33:46.167Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 85b66567-fab2-4df5-9742-f1c78e019240 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-05-31T01:33:46.168Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-31T01:33:46.168Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-05-31T01:33:46.652Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-31T01:33:46.653Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 85b66567-fab2-4df5-9742-f1c78e019240 903 2021-05-31T01:33:46.653Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-05-31T01:33:46.653Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-05-31T01:33:46.653Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-31T01:33:46.654Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:33:46.656Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:33:46.656Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424826653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-31T01:33:46.756Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:33:46.757Z||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-31T01:33:46.757Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:33:46.784Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:33:46.785Z||pool-79-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:33:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:33:47.225Z||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-31T01:33:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:33:47.243Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:33:47.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:33:47.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-31T01:33:47.244Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:33:47.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:33:47.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:33:47.244Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:33:47.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:33:47.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:33:47.244Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:33:47.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:33:47.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424650879, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:33:47.244Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:33:47.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:33:47.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424653321, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-31T01:33:47.244Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:33:47.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:33:47.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424654488, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-31T01:33:47.244Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:33:47.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:33:47.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424655658, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-31T01:33:47.245Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:33:47.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:33:47.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424656734, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-31T01:33:47.245Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:33:47.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:33:47.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424657736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-31T01:33:47.245Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:33:47.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:33:47.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424658739, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-31T01:33:47.245Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:33:47.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:33:47.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424659743, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:33:47.245Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:33:47.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:33:47.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a5716900-bdb2-4688-8b14-6160561f2832", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424691077, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-31T01:33:47.245Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:33:47.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:33:47.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:33:47.246Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:33:47.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:33:47.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:33:47.246Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:33:47.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:33:47.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-31T01:33:47.246Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:33:47.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:33:47.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-31T01:33:47.246Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:33:47.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:33:47.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:33:47.246Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:33:47.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:33:47.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-31T01:33:47.246Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:33:47.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:33:47.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:33:47.246Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:33:47.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:33:47.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424564985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:33:47.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:33:47.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:33:47.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424701856, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:33:47.247Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:33:47.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:33:47.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424705254, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-31T01:33:47.247Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:33:47.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:33:47.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424706908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-31T01:33:47.247Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:33:47.657Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 3b50f49c-a9e4-427c-83ff-bfdb361e0d71 2021-05-31T01:33:47.657Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 97c5aa33-498d-4467-8a97-19b1637b4a0f 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-31T01:33:47.666Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:33:47.667Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:33:47.667Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-05-31T01:33:47.667Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= ab031c64-d9e0-4b37-aea1-a06d1c63eea1 2021-05-31T01:33:47.667Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ab031c64-d9e0-4b37-aea1-a06d1c63eea1 matches Tosca VF Customization UUID: ab031c64-d9e0-4b37-aea1-a06d1c63eea1 2021-05-31T01:33:47.667Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: ab031c64-d9e0-4b37-aea1-a06d1c63eea1 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-31T01:33:47.669Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:33:47.669Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:33:47.669Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id ab031c64-d9e0-4b37-aea1-a06d1c63eea1: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-05-31T01:33:47.669Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@20301e36 2021-05-31T01:33:47.670Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:33:47.670Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-31T01:33:47.670Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fe06dc2d-75ba-4af5-8ce4-00861cdb5caf 2021-05-31T01:33:47.670Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fe06dc2d-75ba-4af5-8ce4-00861cdb5caf 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-31T01:33:47.671Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:33:47.671Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-31T01:33:47.672Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:33:47.672Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:33:47.672Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-31T01:33:47.672Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:33:47.672Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:33:47.672Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-05-31T01:33:47.673Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-31T01:33:47.673Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-31T01:33:47.673Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fa09bada-a71c-4cf4-8c56-6cd07e305b0c 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-31T01:33:47.674Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:33:47.674Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-31T01:33:47.674Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:33:47.674Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:33:47.674Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-31T01:33:47.675Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ab031c64-d9e0-4b37-aea1-a06d1c63eea1 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-31T01:33:47.676Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:33:47.676Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:33:47.676Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 3b50f49c-a9e4-427c-83ff-bfdb361e0d71: basic_vm_macro 2021-05-31T01:33:47.676Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:33:47.676Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:33:47.677Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:33:47.677Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:33:47.677Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:33:47.677Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:33:47.677Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:33:47.677Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:33:47.677Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:33:47.677Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:33:47.677Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-31T01:33:47.729Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 97c5aa33-498d-4467-8a97-19b1637b4a0f 1 ASDC deployResourceStructure 2021-05-31T01:33:47.730Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-05-31T01:33:47.730Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-05-31T01:33:47.730Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-31T01:33:47.730Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:33:47.731Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:33:47.731Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424827730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-31T01:33:47.831Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:33:47.832Z||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-31T01:33:47.832Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:33:47.840Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:33:47.840Z||pool-80-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-05-31T01:33:48.732Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-05-31T01:33:48.733Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-05-31T01:33:48.733Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-31T01:33:48.733Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:33:48.735Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:33:48.735Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424828732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-31T01:33:48.835Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:33:48.835Z||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-31T01:33:48.836Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:33:48.844Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:33:48.844Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:33:49.736Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-05-31T01:33:49.736Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-05-31T01:33:49.736Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-31T01:33:49.736Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:33:49.738Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:33:49.738Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424829735, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-31T01:33:49.838Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:33:49.839Z||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-31T01:33:49.839Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:33:49.847Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:33:49.848Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:33:50.739Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-05-31T01:33:50.739Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-05-31T01:33:50.739Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-31T01:33:50.740Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:33:50.741Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:33:50.741Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424830739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:33:50.842Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:33:50.842Z||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-31T01:33:50.842Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:33:50.851Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:33:50.851Z||pool-83-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:33:51.742Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8895b21e-cae1-4fb2-acef-d73b4a8cf69e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T01:33:51.755Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8895b21e-cae1-4fb2-acef-d73b4a8cf69e 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-31T01:33:51.757Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-31T01:33:51.757Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-31T01:33:51.758Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-31T01:33:51.758Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-31T01:33:51.758Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:33:51.758Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:33:51.758Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:33:51.758Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:33:51.758Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:33:51.758Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:33:51.758Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||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-31T01:33:51.763Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-31T01:34:21.764Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8895b21e-cae1-4fb2-acef-d73b4a8cf69e 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-31T01:34:21.769Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8895b21e-cae1-4fb2-acef-d73b4a8cf69e and serviceModelVersionId: 3b50f49c-a9e4-427c-83ff-bfdb361e0d71 2021-05-31T01:34:21.769Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 954d4fbb-7cf5-47d2-a803-1ada7a9658f9 2021-05-31T01:34:21.770Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/954d4fbb-7cf5-47d2-a803-1ada7a9658f9/model-vers/model-ver/3b50f49c-a9e4-427c-83ff-bfdb361e0d71?depth=0 2021-05-31T01:34:21.775Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-05-31T01:34:21.807Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/954d4fbb-7cf5-47d2-a803-1ada7a9658f9/model-vers/model-ver/3b50f49c-a9e4-427c-83ff-bfdb361e0d71?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-31T01:34:21.808Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/954d4fbb-7cf5-47d2-a803-1ada7a9658f9/model-vers/model-ver/3b50f49c-a9e4-427c-83ff-bfdb361e0d71?depth=0|INFO|500||Invoke 2021-05-31T01:34:21.820Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/954d4fbb-7cf5-47d2-a803-1ada7a9658f9/model-vers/model-ver/3b50f49c-a9e4-427c-83ff-bfdb361e0d71?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-31T01:34:22.166Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/954d4fbb-7cf5-47d2-a803-1ada7a9658f9/model-vers/model-ver/3b50f49c-a9e4-427c-83ff-bfdb361e0d71?depth=0|INFO|500||InvokeReturn 2021-05-31T01:34:22.166Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/954d4fbb-7cf5-47d2-a803-1ada7a9658f9/model-vers/model-ver/3b50f49c-a9e4-427c-83ff-bfdb361e0d71?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210531-01:34:21:829-14987], vertex-id=[241864], Content-Length=[0], Date=[Mon, 31 May 2021 01:34:21 GMT], Content-Type=[application/json]} 2021-05-31T01:34:22.167Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-05-31T01:34:22.167Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-31T01:34:22.167Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||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-31T01:34:22.170Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||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-31T01:34:22.170Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8895b21e-cae1-4fb2-acef-d73b4a8cf69e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-31T01:34:22.170Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-31T01:34:22.171Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:34:22.172Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:34:22.172Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424862170, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-31T01:34:22.272Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:34:22.273Z||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-31T01:34:22.273Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:34:22.283Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:34:22.283Z||pool-84-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-31T01:34:23.182Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-31T01:34:23.182Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"479c1ac0-29b5-4e8b-91bc-dcd5e66e76a9","serviceDescription":"service","serviceInvariantUUID":"de98c79a-b94c-4593-bc4c-6d3ee4db8797","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"84fd4e4e-3777-47ca-98fe-78106f80b139","resourceInvariantUUID":"75da1064-a099-45bf-adaa-52a063c91411","resourceCustomizationUUID":"c5a97363-6097-4fa6-a1f8-ff7ef35bbc9a","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":"ZTkwZWRmMWU4MDA4NjcyODI0M2QyN2ZkMWRjNDAwMTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e091fc3b-f91c-479f-9048-743064e8dba0","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":"7ab9caae-9590-4c5d-a1c0-4f45918bf65e","artifactVersion":"2","generatedFromUUID":"52c3b97a-3163-43dc-8963-62588f3f022e"},{"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":"52c3b97a-3163-43dc-8963-62588f3f022e","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":"NGRmNTRkYTUxY2NjN2U5NzhkZTM0NTI1NWQ2YzcwOGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0e99a24a-5991-4f3e-ac5d-f8ada2affd43","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":"4c4f38fe-d59b-4a44-abeb-98bdae90779e","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":"a7933e72-139c-4dce-bbf2-79288372701a","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":"27283861-f773-4539-bcc3-955be3433e9d","artifactVersion":"2","generatedFromUUID":"4c4f38fe-d59b-4a44-abeb-98bdae90779e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZTQzZjQ4Y2E0OWU5Y2U4MzI4ZWI0Zjg5OTBhMzUzZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"352d8d79-28a5-4de7-9b42-3dca7345135b","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NGVkMDA1MGQ2ZjRiOTk2MjRhMDFlZGM2NjZkYTg0NDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"43ee1603-c6ee-4565-bc1e-628dc004c3d2","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-31T01:34:23.182Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:34:23.182Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:34:23.184Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:34:23.184Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:34:23.284Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:34:23.285Z||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-31T01:34:23.285Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:34:23.293Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:34:23.293Z||pool-85-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:34:24.184Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:34:24.185Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:34:24.187Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:34:24.187Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-31T01:34:24.287Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:34:24.287Z||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-31T01:34:24.287Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:34:24.295Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:34:24.295Z||pool-86-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:34:25.187Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:34:25.188Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:34:25.189Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:34:25.189Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-31T01:34:25.289Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:34:25.290Z||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-31T01:34:25.290Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:34:25.299Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:34:25.299Z||pool-87-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:34:26.190Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:34:26.190Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:34:26.192Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:34:26.192Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-31T01:34:26.292Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:34:26.293Z||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-31T01:34:26.293Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:34:26.300Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:34:26.300Z||pool-88-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-05-31T01:34:27.193Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:34:27.193Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:34:27.195Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:34:27.195Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-31T01:34:27.295Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:34:27.296Z||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-31T01:34:27.296Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:34:27.304Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:34:27.305Z||pool-89-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-31T01:34:28.196Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:34:28.196Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:34:28.198Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:34:28.198Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:34:28.299Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:34:28.299Z||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-31T01:34:28.299Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:34:28.307Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:34:28.308Z||pool-90-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:34:29.199Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:34:29.200Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:34:29.201Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:34:29.201Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-31T01:34:29.301Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:34:29.302Z||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-31T01:34:29.302Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:34:29.309Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:34:29.309Z||pool-91-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:34:30.202Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:34:30.202Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:34:30.204Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:34:30.204Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:34:30.305Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:34:30.305Z||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-31T01:34:30.305Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:34:30.314Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:34:30.314Z||pool-92-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:34:31.205Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:34:31.206Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:34:31.207Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:34:31.207Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:34:31.307Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:34:31.308Z||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-31T01:34:31.308Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:34:31.316Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:34:31.317Z||pool-93-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:34:32.208Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "479c1ac0-29b5-4e8b-91bc-dcd5e66e76a9", "serviceDescription": "service", "serviceInvariantUUID": "de98c79a-b94c-4593-bc4c-6d3ee4db8797", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "c5a97363-6097-4fa6-a1f8-ff7ef35bbc9a", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "84fd4e4e-3777-47ca-98fe-78106f80b139", "resourceInvariantUUID": "75da1064-a099-45bf-adaa-52a063c91411", "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": "7ab9caae-9590-4c5d-a1c0-4f45918bf65e", "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": "52c3b97a-3163-43dc-8963-62588f3f022e", "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": "NGRmNTRkYTUxY2NjN2U5NzhkZTM0NTI1NWQ2YzcwOGE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0e99a24a-5991-4f3e-ac5d-f8ada2affd43", "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": "4c4f38fe-d59b-4a44-abeb-98bdae90779e", "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": "27283861-f773-4539-bcc3-955be3433e9d", "generatedFromUUID": "4c4f38fe-d59b-4a44-abeb-98bdae90779e" }, "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": "27283861-f773-4539-bcc3-955be3433e9d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NGVkMDA1MGQ2ZjRiOTk2MjRhMDFlZGM2NjZkYTg0NDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "43ee1603-c6ee-4565-bc1e-628dc004c3d2" } ], "workloadContext": "Production" } 2021-05-31T01:34:32.209Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-31T01:34:32.209Z|8895b21e-cae1-4fb2-acef-d73b4a8cf69e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 479c1ac0-29b5-4e8b-91bc-dcd5e66e76a9 ASDC 2021-05-31T01:34:32.209Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:479c1ac0-29b5-4e8b-91bc-dcd5e66e76a9 ServiceInvariantUUID:de98c79a-b94c-4593-bc4c-6d3ee4db8797 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:43ee1603-c6ee-4565-bc1e-628dc004c3d2 ArtifactChecksum:NGVkMDA1MGQ2ZjRiOTk2MjRhMDFlZGM2NjZkYTg0NDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:c5a97363-6097-4fa6-a1f8-ff7ef35bbc9a ResourceInvariantUUID:75da1064-a099-45bf-adaa-52a063c91411 ResourceName:basic_cnf ResourceType:VF ResourceUUID:84fd4e4e-3777-47ca-98fe-78106f80b139 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:7ab9caae-9590-4c5d-a1c0-4f45918bf65e 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:52c3b97a-3163-43dc-8963-62588f3f022e 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:0e99a24a-5991-4f3e-ac5d-f8ada2affd43 ArtifactChecksum:NGRmNTRkYTUxY2NjN2U5NzhkZTM0NTI1NWQ2YzcwOGE= 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:4c4f38fe-d59b-4a44-abeb-98bdae90779e 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:27283861-f773-4539-bcc3-955be3433e9d 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:27283861-f773-4539-bcc3-955be3433e9d ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-31T01:34:32.209Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 479c1ac0-29b5-4e8b-91bc-dcd5e66e76a9 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-31T01:34:32.234Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-31T01:34:32.235Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-31T01:34:32.235Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-31T01:34:32.235Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 43ee1603-c6ee-4565-bc1e-628dc004c3d2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-31T01:34:32.235Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-31T01:34:32.235Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-31T01:34:32.971Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-31T01:34:32.974Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 43ee1603-c6ee-4565-bc1e-628dc004c3d2 71159 2021-05-31T01:34:32.974Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:32.974Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:32.974Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-31T01:34:32.974Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:34:32.976Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:34:32.976Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424872974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:34:33.076Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:34:33.077Z||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-31T01:34:33.077Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:34:33.086Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:34:33.086Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:34:33.976Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-31T01:34:33.978Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-31T01:34:33.978Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 43ee1603-c6ee-4565-bc1e-628dc004c3d2, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-31T01:34:33.978Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-05-31T01:34:33.979Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-31T01:34:33.979Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-31T01:34:34.065Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11235723674859565514/Definitions/service-BasicCnf-template.yml 2021-05-31T01:34:34.914Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-31T01:34:34.914Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-31T01:34:34.914Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-31T01:34:34.914Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred... 2021-05-31T01:34:34.914Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:34.914Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:34.914Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:34.914Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:34.914Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:34.914Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-31T01:34:34.915Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:34:34.915Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:34:34.915Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-31T01:34:34.915Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-31T01:34:34.915Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-31T01:34:34.915Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:34:34.915Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:34:34.915Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-31T01:34:34.915Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-31T01:34:34.915Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-31T01:34:34.916Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:34:34.916Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:34:34.916Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:34:34.916Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-31T01:34:34.916Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-05-31T01:34:34.916Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria 2021-05-31T01:34:34.916Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-31T01:34:34.916Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:34:34.916Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-31T01:34:34.916Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:34:34.917Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-31T01:34:34.917Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:34:34.917Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:34:34.917Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-31T01:34:34.917Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:34:34.917Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:34:34.917Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-31T01:34:34.917Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:34:34.917Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:34:34.918Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-31T01:34:34.918Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-05-31T01:34:34.918Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3d77037c-46a3-444e-8f53-9079befcf017 2021-05-31T01:34:34.918Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:34:34.918Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:34:34.918Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:34:34.918Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:34:34.918Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:34:34.918Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:34:34.918Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:34:34.918Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:34:34.918Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:479c1ac0-29b5-4e8b-91bc-dcd5e66e76a9 Model Version:NULL Model InvariantUuid:de98c79a-b94c-4593-bc4c-6d3ee4db8797 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:f8309030-5142-4293-ba25-7999012d27ca Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:75da1064-a099-45bf-adaa-52a063c91411 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c5a97363-6097-4fa6-a1f8-ff7ef35bbc9a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ab23541c-efb0-48a4-8eda-a2c4c61784ab ModelName:BasicCnf..base_dummy..module-0 ModelUuid:9680b9c1-e2d7-45c2-813f-d6e8aa0ec5ec ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3d77037c-46a3-444e-8f53-9079befcf017 ModelInvariantUuid:c71d098d-deaf-426d-ae3b-b05a38d10b3e ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:a13ae805-0f66-4821-a5ee-a0d12382ed11 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:59d020df-5a17-4ec4-9dcd-e2b635dd3009 ModelInvariantUuid:1429bbcb-b040-4a08-96c2-79efa657d642 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:43bc20a1-aad3-46b5-a394-c3001ddaa7a0 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-31T01:34:34.923Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 84fd4e4e-3777-47ca-98fe-78106f80b139 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-31T01:34:34.924Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||basic_cnf 0 2021-05-31T01:34:34.924Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 84fd4e4e-3777-47ca-98fe-78106f80b139 2021-05-31T01:34:34.925Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7ab9caae-9590-4c5d-a1c0-4f45918bf65e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-05-31T01:34:34.925Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-31T01:34:34.925Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:35.076Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-31T01:34:35.077Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 7ab9caae-9590-4c5d-a1c0-4f45918bf65e 12 2021-05-31T01:34:35.077Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:35.077Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:35.077Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-31T01:34:35.077Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:34:35.079Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:34:35.079Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424875077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-05-31T01:34:35.179Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:34:35.180Z||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-31T01:34:35.180Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:34:35.189Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:34:35.189Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:34:36.079Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 52c3b97a-3163-43dc-8963-62588f3f022e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-05-31T01:34:36.080Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-31T01:34:36.080Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:36.362Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-31T01:34:36.363Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 52c3b97a-3163-43dc-8963-62588f3f022e 2688 2021-05-31T01:34:36.363Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:36.363Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:36.363Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-31T01:34:36.363Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:34:36.365Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:34:36.365Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424876363, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-31T01:34:36.465Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:34:36.466Z||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-31T01:34:36.466Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:34:36.474Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:34:36.475Z||pool-96-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:34:37.366Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0e99a24a-5991-4f3e-ac5d-f8ada2affd43 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-31T01:34:37.366Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-31T01:34:37.367Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:38.858Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-31T01:34:38.858Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 0e99a24a-5991-4f3e-ac5d-f8ada2affd43 828 2021-05-31T01:34:38.858Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:38.858Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:38.858Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-31T01:34:38.858Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:34:38.860Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:34:38.860Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424878858, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-31T01:34:38.960Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:34:38.961Z||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-31T01:34:38.961Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:34:38.969Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:34:38.969Z||pool-97-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:34:39.861Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "ab23541c-efb0-48a4-8eda-a2c4c61784ab", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9680b9c1-e2d7-45c2-813f-d6e8aa0ec5ec", "vfModuleModelCustomizationUUID": "4a41eb34-4e6e-4807-bed8-85f2a8d192de", "isBase": true, "artifacts": [ "52c3b97a-3163-43dc-8963-62588f3f022e", "4c4f38fe-d59b-4a44-abeb-98bdae90779e", "27283861-f773-4539-bcc3-955be3433e9d" ], "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-31T01:34:39.863Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9680b9c1-e2d7-45c2-813f-d6e8aa0ec5ec VfModuleModelInvariantUUID:ab23541c-efb0-48a4-8eda-a2c4c61784ab VfModuleModelDescription:NULL Artifacts UUID List:{ 52c3b97a-3163-43dc-8963-62588f3f022e , 4c4f38fe-d59b-4a44-abeb-98bdae90779e , 27283861-f773-4539-bcc3-955be3433e9d } 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-31T01:34:39.864Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "ab23541c-efb0-48a4-8eda-a2c4c61784ab", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9680b9c1-e2d7-45c2-813f-d6e8aa0ec5ec", "vfModuleModelCustomizationUUID": "4a41eb34-4e6e-4807-bed8-85f2a8d192de", "isBase": true, "artifacts": [ "52c3b97a-3163-43dc-8963-62588f3f022e", "4c4f38fe-d59b-4a44-abeb-98bdae90779e", "27283861-f773-4539-bcc3-955be3433e9d" ], "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-31T01:34:39.865Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9680b9c1-e2d7-45c2-813f-d6e8aa0ec5ec VfModuleModelInvariantUUID:ab23541c-efb0-48a4-8eda-a2c4c61784ab VfModuleModelDescription:NULL Artifacts UUID List:{ 52c3b97a-3163-43dc-8963-62588f3f022e , 4c4f38fe-d59b-4a44-abeb-98bdae90779e , 27283861-f773-4539-bcc3-955be3433e9d } 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-31T01:34:39.865Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4c4f38fe-d59b-4a44-abeb-98bdae90779e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-31T01:34:39.865Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-31T01:34:39.865Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:41.355Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-31T01:34:41.355Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 4c4f38fe-d59b-4a44-abeb-98bdae90779e 1164 2021-05-31T01:34:41.355Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:41.355Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:41.355Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-31T01:34:41.355Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:34:41.357Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:34:41.357Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424881355, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-31T01:34:41.457Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:34:41.458Z||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-31T01:34:41.458Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:34:41.465Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:34:41.466Z||pool-98-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:34:42.357Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 27283861-f773-4539-bcc3-955be3433e9d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-31T01:34:42.358Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-31T01:34:42.358Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:42.974Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-31T01:34:42.975Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 27283861-f773-4539-bcc3-955be3433e9d 200 2021-05-31T01:34:42.975Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:42.975Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:42.975Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-31T01:34:42.975Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:34:42.976Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:34:42.977Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424882975, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-31T01:34:43.077Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:34:43.077Z||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-31T01:34:43.077Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:34:43.086Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:34:43.086Z||pool-99-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:34:43.977Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 479c1ac0-29b5-4e8b-91bc-dcd5e66e76a9 2021-05-31T01:34:43.978Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 84fd4e4e-3777-47ca-98fe-78106f80b139 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=? 2021-05-31T01:34:43.987Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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 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-31T01:34:43.992Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:34:43.993Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:34:43.993Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-05-31T01:34:43.993Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= c5a97363-6097-4fa6-a1f8-ff7ef35bbc9a 2021-05-31T01:34:43.993Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c5a97363-6097-4fa6-a1f8-ff7ef35bbc9a matches Tosca VF Customization UUID: c5a97363-6097-4fa6-a1f8-ff7ef35bbc9a 2021-05-31T01:34:43.993Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: c5a97363-6097-4fa6-a1f8-ff7ef35bbc9a 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-31T01:34:43.994Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:34:43.994Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:34:43.995Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id c5a97363-6097-4fa6-a1f8-ff7ef35bbc9a: {\"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-31T01:34:43.995Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@368bb4b0 2021-05-31T01:34:43.995Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:34:43.995Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-31T01:34:43.995Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4a41eb34-4e6e-4807-bed8-85f2a8d192de 2021-05-31T01:34:43.995Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4a41eb34-4e6e-4807-bed8-85f2a8d192de 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-31T01:34:43.997Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:34:43.997Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-31T01:34:43.997Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:34:43.997Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:34:43.997Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-31T01:34:43.997Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:34:43.997Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:34:43.997Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-31T01:34:43.997Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-05-31T01:34:43.998Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3d77037c-46a3-444e-8f53-9079befcf017 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-31T01:34:43.999Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:34:43.999Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-31T01:34:43.999Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-31T01:34:43.999Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:34:44.000Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-31T01:34:44.000Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=c5a97363-6097-4fa6-a1f8-ff7ef35bbc9a 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-31T01:34:44.001Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:34:44.001Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:34:44.001Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 479c1ac0-29b5-4e8b-91bc-dcd5e66e76a9: basic_cnf 2021-05-31T01:34:44.001Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:34:44.002Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:34:44.002Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:34:44.002Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:34:44.002Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:34:44.002Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:34:44.002Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:34:44.002Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:34:44.002Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:34:44.002Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:34:44.003Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:44.044Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 84fd4e4e-3777-47ca-98fe-78106f80b139 1 ASDC deployResourceStructure 2021-05-31T01:34:44.045Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:44.045Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:44.045Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-05-31T01:34:44.045Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:34:44.046Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:34:44.047Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424884044, "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-31T01:34:44.147Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:34:44.148Z||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-31T01:34:44.148Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:34:44.157Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:34:44.158Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:34:45.047Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:45.048Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:45.048Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-05-31T01:34:45.048Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:34:45.049Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:34:45.049Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424885047, "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-31T01:34:45.150Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-31T01:34:45.150Z||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-31T01:34:45.150Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:34:45.158Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:34:45.158Z||pool-101-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-05-31T01:34:46.051Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:46.051Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:46.051Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-31T01:34:46.051Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:34:46.053Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:34:46.053Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424886051, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-31T01:34:46.153Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:34:46.154Z||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-31T01:34:46.154Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:34:46.161Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:34:46.161Z||pool-102-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:34:47.054Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:47.054Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:47.054Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-31T01:34:47.054Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:34:47.056Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:34:47.056Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424887054, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-05-31T01:34:47.157Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-31T01:34:47.157Z||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-31T01:34:47.157Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:34:47.166Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:34:47.166Z||pool-103-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:34:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:34:47.225Z||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-31T01:34:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:34:47.240Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:34:47.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:34:47.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424708075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-31T01:34:47.240Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:34:47.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:34:47.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424709149, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-31T01:34:47.241Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:34:47.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:34:47.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424710151, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-31T01:34:47.241Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:34:47.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:34:47.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424711154, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-31T01:34:47.241Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:34:47.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:34:47.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424712157, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:34:47.241Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:34:48.056Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:48.057Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:48.057Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-31T01:34:48.057Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:34:48.058Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:34:48.059Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424888056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-05-31T01:34:48.159Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:34:48.159Z||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-31T01:34:48.159Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:34:48.167Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:34:48.168Z||pool-104-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:34:49.059Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:49.060Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:34:49.060Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-31T01:34:49.060Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:34:49.061Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:34:49.061Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424889059, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:34:49.162Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:34:49.162Z||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-31T01:34:49.162Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:34:49.169Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:34:49.170Z||pool-105-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:34:50.062Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T01:34:50.072Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f 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-31T01:34:50.073Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-31T01:34:50.074Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-31T01:34:50.074Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-31T01:35:20.074Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T01:35:20.082Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f 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-31T01:35:20.084Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-31T01:35:20.084Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-31T01:35:20.084Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-31T01:35:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:35:47.225Z||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-31T01:35:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:35:47.239Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:35:47.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-windriver-id", "timestamp": 1622424786476, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "dcae-sch", "timestamp": 1622424791782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "aai-ml", "timestamp": 1622424791367, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "policy-id", "timestamp": 1622424783427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "cds", "timestamp": 1622424793569, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-windriver-id", "timestamp": 1622424786476, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-31T01:35:47.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "aai-ml", "timestamp": 1622424791367, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "dcae-sch", "timestamp": 1622424791782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "clamp", "timestamp": 1622424793681, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "policy-id", "timestamp": 1622424783427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "cds", "timestamp": 1622424793569, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-windriver-id", "timestamp": 1622424786476, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-31T01:35:47.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "dcae-sch", "timestamp": 1622424791782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "aai-ml", "timestamp": 1622424791367, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "clamp", "timestamp": 1622424793681, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "policy-id", "timestamp": 1622424783427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "ves-openapi-manager", "timestamp": 1622424795564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "cds", "timestamp": 1622424793569, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-windriver-id", "timestamp": 1622424786476, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-31T01:35:47.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "dcae-sch", "timestamp": 1622424791782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "aai-ml", "timestamp": 1622424791367, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "clamp", "timestamp": 1622424793681, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "policy-id", "timestamp": 1622424783427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-k8s-id", "timestamp": 1622424795923, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "ves-openapi-manager", "timestamp": 1622424795564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "cds", "timestamp": 1622424793569, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-windriver-id", "timestamp": 1622424786476, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-31T01:35:47.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "dcae-sch", "timestamp": 1622424791782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "aai-ml", "timestamp": 1622424791367, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "clamp", "timestamp": 1622424793681, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-31T01:35:47.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "policy-id", "timestamp": 1622424783427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-31T01:35:47.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-k8s-id", "timestamp": 1622424795923, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-31T01:35:47.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424797046, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "ves-openapi-manager", "timestamp": 1622424795564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "cds", "timestamp": 1622424793569, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-windriver-id", "timestamp": 1622424786476, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "dcae-sch", "timestamp": 1622424791782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "aai-ml", "timestamp": 1622424791367, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "clamp", "timestamp": 1622424793681, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "policy-id", "timestamp": 1622424783427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-k8s-id", "timestamp": 1622424795923, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-31T01:35:47.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424797046, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "ves-openapi-manager", "timestamp": 1622424795564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "cds", "timestamp": 1622424793569, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.265Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-windriver-id", "timestamp": 1622424786476, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-31T01:35:47.265Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "dcae-sch", "timestamp": 1622424791782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.265Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "clamp", "timestamp": 1622424793681, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.265Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "aai-ml", "timestamp": 1622424791367, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.265Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "policy-id", "timestamp": 1622424783427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.265Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-k8s-id", "timestamp": 1622424795923, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-31T01:35:47.266Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424797046, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.266Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "ves-openapi-manager", "timestamp": 1622424795564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.266Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "cds", "timestamp": 1622424793569, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.266Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424799666, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.266Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-windriver-id", "timestamp": 1622424786476, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "dcae-sch", "timestamp": 1622424791782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "clamp", "timestamp": 1622424793681, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "policy-id", "timestamp": 1622424783427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "aai-ml", "timestamp": 1622424791367, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-k8s-id", "timestamp": 1622424795923, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-31T01:35:47.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424797046, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "ves-openapi-manager", "timestamp": 1622424795564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "cds", "timestamp": 1622424793569, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424799666, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-31T01:35:47.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-windriver-id", "timestamp": 1622424786476, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:35:47.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "dcae-sch", "timestamp": 1622424791782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "policy-id", "timestamp": 1622424783427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:35:47.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "clamp", "timestamp": 1622424793681, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "aai-ml", "timestamp": 1622424791367, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:35:47.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-k8s-id", "timestamp": 1622424795923, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424797046, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "ves-openapi-manager", "timestamp": 1622424795564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "cds", "timestamp": 1622424793569, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:35:47.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424799666, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-31T01:35:47.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "clamp", "timestamp": 1622424793681, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:35:47.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-k8s-id", "timestamp": 1622424795923, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-31T01:35:47.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424797046, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "ves-openapi-manager", "timestamp": 1622424795564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424799666, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-31T01:35:47.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-k8s-id", "timestamp": 1622424795923, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424797046, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8812535e-cff8-40d3-a564-031e2033dae8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424804074, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-31T01:35:47.272Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:35:47.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "ves-openapi-manager", "timestamp": 1622424795564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "aai-ml", "timestamp": 1622424804217, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:35:47.272Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:35:47.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424799666, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-31T01:35:47.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "policy-id", "timestamp": 1622424804360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:35:47.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:35:47.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-windriver-id", "timestamp": 1622424804410, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-31T01:35:47.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:35:47.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-k8s-id", "timestamp": 1622424795923, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:35:47.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424797046, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424799666, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "policy-id", "timestamp": 1622424805363, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:35:47.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:35:47.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424797046, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:35:47.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "cds", "timestamp": 1622424805960, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:35:47.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:35:47.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424799666, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-31T01:35:47.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "policy-id", "timestamp": 1622424806365, "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-31T01:35:47.281Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f 2021-05-31T01:35:47.281Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f 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-31T01:35:47.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-k8s-id", "timestamp": 1622424806618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-31T01:35:47.292Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:35:47.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-windriver-id", "timestamp": 1622424806622, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-31T01:35:47.292Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:35:47.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "cds", "timestamp": 1622424806964, "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-31T01:35:47.297Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f 2021-05-31T01:35:47.297Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f 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-31T01:35:47.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424799666, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424807331, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:35:47.305Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:35:47.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-k8s-id", "timestamp": 1622424807790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-31T01:35:47.305Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:35:47.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-windriver-id", "timestamp": 1622424807799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-31T01:35:47.305Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:35:47.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424799666, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:35:47.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "clamp", "timestamp": 1622424808310, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:35:47.306Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:35:47.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-k8s-id", "timestamp": 1622424808967, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-31T01:35:47.306Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:35:47.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-windriver-id", "timestamp": 1622424808970, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-31T01:35:47.306Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:35:47.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424809274, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:35:47.306Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:35:47.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "clamp", "timestamp": 1622424809326, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:35:47.306Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:35:47.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "aai-ml", "timestamp": 1622424809656, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:35:47.307Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:35:47.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424809668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-31T01:35:47.307Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:35:47.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-windriver-id", "timestamp": 1622424809974, "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-31T01:35:47.311Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f 2021-05-31T01:35:47.311Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f 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-31T01:35:47.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424810277, "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-31T01:35:47.320Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f 2021-05-31T01:35:47.320Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f 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-31T01:35:47.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "clamp", "timestamp": 1622424810335, "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-31T01:35:47.331Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f 2021-05-31T01:35:47.331Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f 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-31T01:35:47.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-31T01:35:47.337Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-k8s-id", "timestamp": 1622424810380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-31T01:35:47.338Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:35:47.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "aai-ml", "timestamp": 1622424810661, "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-31T01:35:47.341Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f 2021-05-31T01:35:47.342Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f 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-31T01:35:47.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-windriver-id", "timestamp": 1622424810976, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-31T01:35:47.349Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:35:47.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-31T01:35:47.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424811377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-31T01:35:47.349Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:35:47.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-k8s-id", "timestamp": 1622424811405, "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-31T01:35:47.353Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f 2021-05-31T01:35:47.353Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f 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-31T01:35:47.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-k8s-id", "timestamp": 1622424812407, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-31T01:35:47.358Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:35:47.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424812995, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-31T01:35:47.358Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:35:47.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-31T01:35:47.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424814154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-31T01:35:47.358Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:35:47.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424815157, "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-31T01:35:47.362Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f 2021-05-31T01:35:47.362Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f 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-31T01:35:47.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:35:47.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424816159, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-31T01:35:47.367Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:35:47.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:35:47.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:35:47.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424818858, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:35:47.367Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:35:47.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424821906, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-31T01:35:47.368Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:35:47.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424825165, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-31T01:35:47.368Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:35:47.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:35:47.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424826653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-31T01:35:47.368Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:35:50.084Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T01:35:50.094Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f 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-31T01:35:50.096Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-31T01:35:50.097Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-31T01:35:50.097Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-31T01:35:50.097Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-31T01:35:50.097Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:35:50.097Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:35:50.097Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:35:50.097Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:35:50.097Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:35:50.097Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:35:50.097Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:35:50.102Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-31T01:36:20.102Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f 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-31T01:36:20.108Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f and serviceModelVersionId: 479c1ac0-29b5-4e8b-91bc-dcd5e66e76a9 2021-05-31T01:36:20.108Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de98c79a-b94c-4593-bc4c-6d3ee4db8797 2021-05-31T01:36:20.108Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de98c79a-b94c-4593-bc4c-6d3ee4db8797/model-vers/model-ver/479c1ac0-29b5-4e8b-91bc-dcd5e66e76a9?depth=0 2021-05-31T01:36:20.112Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-05-31T01:36:20.137Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de98c79a-b94c-4593-bc4c-6d3ee4db8797/model-vers/model-ver/479c1ac0-29b5-4e8b-91bc-dcd5e66e76a9?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-31T01:36:20.138Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de98c79a-b94c-4593-bc4c-6d3ee4db8797/model-vers/model-ver/479c1ac0-29b5-4e8b-91bc-dcd5e66e76a9?depth=0|INFO|500||Invoke 2021-05-31T01:36:20.151Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de98c79a-b94c-4593-bc4c-6d3ee4db8797/model-vers/model-ver/479c1ac0-29b5-4e8b-91bc-dcd5e66e76a9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-31T01:36:20.653Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de98c79a-b94c-4593-bc4c-6d3ee4db8797/model-vers/model-ver/479c1ac0-29b5-4e8b-91bc-dcd5e66e76a9?depth=0|INFO|500||InvokeReturn 2021-05-31T01:36:20.653Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de98c79a-b94c-4593-bc4c-6d3ee4db8797/model-vers/model-ver/479c1ac0-29b5-4e8b-91bc-dcd5e66e76a9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210531-01:36:20:160-59721], vertex-id=[204944], Content-Length=[0], Date=[Mon, 31 May 2021 01:36:20 GMT], Content-Type=[application/json]} 2021-05-31T01:36:20.653Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-05-31T01:36:20.653Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-31T01:36:20.654Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:36:20.658Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||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-31T01:36:20.659Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-31T01:36:20.659Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-31T01:36:20.659Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:36:20.660Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:36:20.661Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424980659, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-31T01:36:20.761Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:36:20.761Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-31T01:36:20.761Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:36:20.771Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:36:20.771Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-31T01:36:21.670Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:36:21.671Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|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-31T01:36:21.671Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:36:25.949Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:36:25.950Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-31T01:36:25.950Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"245b2649-5e06-43ba-9dbc-6493e0b67c8c","serviceName":"Demo_pNF_nVwNzy4vkKZaXeZcb4Gw","serviceVersion":"1.0","serviceUUID":"8bb92aca-9af0-486d-b9ff-9a0a14d1e6dd","serviceDescription":"catalog service description","serviceInvariantUUID":"00a401eb-9dd2-4890-864a-75bb23d39747","resources":[{"resourceInstanceName":"pNF 2c745fcf-c431 0","resourceName":"pNF 2c745fcf-c431","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ea0b41bf-d03a-4654-9781-afe5180bc57e","resourceInvariantUUID":"da4c2e7b-9519-44a5-9725-755762072d35","resourceCustomizationUUID":"a8c7d4bb-af4e-4e0b-adda-e0be6dbcb242","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/vf-license-model.xml","artifactChecksum":"MmJhYzY1ZTQ2MTFmZWNjYzFhZDNjMGIxNmVmODRkMzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68d87b78-3fe8-4c5b-aaa7-dd83bb2001df","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/pNF.csar","artifactChecksum":"ZDc3OTc1OTM3NGZmMDk2NjM0NzYwMjY1MjI1OGE2Zjg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5d33ad02-8a20-48c5-a557-49b61bf054be","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2dade630-d4b8-4261-8fbc-a9ec356643ad","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/vendor-license-model.xml","artifactChecksum":"OGIxYWVhOTMxZTBlZTIyYzMwZjVlNzQ0NGI4NmUzYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c2f33f32-d3ef-46d3-857c-39c1d7beddeb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c8afd6b8-9d09-407e-af83-7a77df3342db","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f6b67d1a-f75a-4287-8a1b-7452ac97db84","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNvwnzy4vkkzaxezcb4gw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-template.yml","artifactChecksum":"ZjAyYzlhNTMyNzBhNGY5NTc0N2ExOTkwNWFmODU5ZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"095b4d67-2802-495d-a8f3-20fa34e077f8","artifactVersion":"1"},{"artifactName":"service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar","artifactChecksum":"NDZhMGVkMzllNTI3MzljOTE4YmY1NWFjZDE3MmQ2ZjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6e53b164-7667-41ca-8472-dc333b6cf117","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-31T01:36:25.951Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:36:25.951Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:36:25.953Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:36:25.953Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424981670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:36:26.053Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:36:26.053Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-31T01:36:26.053Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:36:26.062Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:36:26.062Z||pool-107-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:36:26.953Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:36:26.954Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:36:26.955Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:36:26.955Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424981670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:36:27.055Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:36:27.056Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-31T01:36:27.056Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:36:27.065Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:36:27.065Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:36:27.955Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:36:27.956Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:36:27.957Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:36:27.958Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424981670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-31T01:36:28.058Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:36:28.058Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-31T01:36:28.058Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:36:28.065Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:36:28.065Z||pool-109-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:36:28.958Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:36:28.958Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:36:28.960Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:36:28.960Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424981670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:36:29.060Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:36:29.061Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-31T01:36:29.061Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:36:29.069Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:36:29.069Z||pool-110-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:36:29.960Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:36:29.961Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:36:29.962Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:36:29.962Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424981670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:36:30.063Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-31T01:36:30.063Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-31T01:36:30.063Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:36:30.071Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:36:30.071Z||pool-111-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-05-31T01:36:30.963Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:36:30.963Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:36:30.964Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:36:30.965Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424981670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:36:31.065Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:36:31.065Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-31T01:36:31.065Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:36:31.073Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:36:31.073Z||pool-112-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:36:31.965Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:36:31.966Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:36:31.967Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:36:31.967Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424981670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:36:32.067Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:36:32.068Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-31T01:36:32.068Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:36:32.076Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:36:32.076Z||pool-113-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:36:32.968Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-31T01:36:32.968Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:36:32.969Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:36:32.970Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424981670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:36:33.070Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:36:33.070Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-31T01:36:33.070Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:36:33.079Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:36:33.079Z||pool-114-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:36:33.970Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "serviceName": "Demo_pNF_nVwNzy4vkKZaXeZcb4Gw", "serviceVersion": "1.0", "serviceUUID": "8bb92aca-9af0-486d-b9ff-9a0a14d1e6dd", "serviceDescription": "catalog service description", "serviceInvariantUUID": "00a401eb-9dd2-4890-864a-75bb23d39747", "resources": [ { "resourceInstanceName": "pNF 2c745fcf-c431 0", "resourceCustomizationUUID": "a8c7d4bb-af4e-4e0b-adda-e0be6dbcb242", "resourceName": "pNF 2c745fcf-c431", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ea0b41bf-d03a-4654-9781-afe5180bc57e", "resourceInvariantUUID": "da4c2e7b-9519-44a5-9725-755762072d35", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar", "artifactChecksum": "NDZhMGVkMzllNTI3MzljOTE4YmY1NWFjZDE3MmQ2ZjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6e53b164-7667-41ca-8472-dc333b6cf117" } ], "workloadContext": "Production" } 2021-05-31T01:36:33.971Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-31T01:36:33.971Z|fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8bb92aca-9af0-486d-b9ff-9a0a14d1e6dd ASDC 2021-05-31T01:36:33.971Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:245b2649-5e06-43ba-9dbc-6493e0b67c8c ServiceName:Demo_pNF_nVwNzy4vkKZaXeZcb4Gw ServiceVersion:1.0 ServiceUUID:8bb92aca-9af0-486d-b9ff-9a0a14d1e6dd ServiceInvariantUUID:00a401eb-9dd2-4890-864a-75bb23d39747 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar ArtifactUUID:6e53b164-7667-41ca-8472-dc333b6cf117 ArtifactChecksum:NDZhMGVkMzllNTI3MzljOTE4YmY1NWFjZDE3MmQ2ZjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 2c745fcf-c431 0 ResourceCustomizationUUID:a8c7d4bb-af4e-4e0b-adda-e0be6dbcb242 ResourceInvariantUUID:da4c2e7b-9519-44a5-9725-755762072d35 ResourceName:pNF 2c745fcf-c431 ResourceType:PNF ResourceUUID:ea0b41bf-d03a-4654-9781-afe5180bc57e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-05-31T01:36:33.971Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8bb92aca-9af0-486d-b9ff-9a0a14d1e6dd 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-31T01:36:33.994Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-31T01:36:33.994Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-31T01:36:33.995Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-31T01:36:33.995Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6e53b164-7667-41ca-8472-dc333b6cf117 from URL: /sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar 2021-05-31T01:36:33.995Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-05-31T01:36:33.995Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar 2021-05-31T01:36:34.151Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-05-31T01:36:34.155Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar 6e53b164-7667-41ca-8472-dc333b6cf117 83328 2021-05-31T01:36:34.155Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar ASDC sendASDCNotification 2021-05-31T01:36:34.155Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar 2021-05-31T01:36:34.156Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-31T01:36:34.156Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:36:34.158Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:36:34.158Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424994155, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:36:34.258Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:36:34.258Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-31T01:36:34.259Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:36:34.267Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:36:34.267Z||pool-115-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:36:35.158Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-31T01:36:35.159Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-05-31T01:36:35.159Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 6e53b164-7667-41ca-8472-dc333b6cf117, URL: /sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar to file: /app/ASDC/1/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar 2021-05-31T01:36:35.160Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar 2021-05-31T01:36:35.160Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar 2021-05-31T01:36:35.160Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar 2021-05-31T01:36:35.238Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6581837512736619490/Definitions/service-DemoPnfNvwnzy4vkkzaxezcb4gw-template.yml 2021-05-31T01:36:35.832Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-31T01:36:35.833Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-31T01:36:35.833Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar 2021-05-31T01:36:35.833Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-31T01:36:35.833Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2c745fcf-c431 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar 2021-05-31T01:36:35.833Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||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-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar 2021-05-31T01:36:35.833Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar 2021-05-31T01:36:35.833Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||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-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar 2021-05-31T01:36:35.833Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||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-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar 2021-05-31T01:36:35.833Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||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-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar 2021-05-31T01:36:35.833Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||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-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar 2021-05-31T01:36:35.833Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2c745fcf-c431 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-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar 2021-05-31T01:36:35.833Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-05-31T01:36:35.833Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:36:35.833Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_nVwNzy4vkKZaXeZcb4Gw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:36:35.833Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Node template pNF 2c745fcf-c431 0 is matching search criteria 2021-05-31T01:36:35.834Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-31T01:36:35.834Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 2c745fcf-c431 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-31T01:36:35.834Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:36:35.834Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_nVwNzy4vkKZaXeZcb4Gw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:36:35.834Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Node template pNF 2c745fcf-c431 0 is matching search criteria 2021-05-31T01:36:35.834Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-05-31T01:36:35.834Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 2c745fcf-c431 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-31T01:36:35.834Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:36:35.834Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_nVwNzy4vkKZaXeZcb4Gw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:36:35.834Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:36:35.834Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_nVwNzy4vkKZaXeZcb4Gw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:36:35.834Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:36:35.835Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_nVwNzy4vkKZaXeZcb4Gw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:36:35.835Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:36:35.835Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_nVwNzy4vkKZaXeZcb4Gw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:36:35.835Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:36:35.835Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_nVwNzy4vkKZaXeZcb4Gw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:36:35.835Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_nVwNzy4vkKZaXeZcb4Gw Description:catalog service description Model UUID:8bb92aca-9af0-486d-b9ff-9a0a14d1e6dd Model Version:NULL Model InvariantUuid:00a401eb-9dd2-4890-864a-75bb23d39747 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-31T01:36:35.841Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: ea0b41bf-d03a-4654-9781-afe5180bc57e 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-31T01:36:35.843Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||INFO|500||pNF 2c745fcf-c431 0 2021-05-31T01:36:35.843Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ea0b41bf-d03a-4654-9781-afe5180bc57e 2021-05-31T01:36:35.843Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 8bb92aca-9af0-486d-b9ff-9a0a14d1e6dd 2021-05-31T01:36:35.843Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 8bb92aca-9af0-486d-b9ff-9a0a14d1e6dd 2021-05-31T01:36:35.843Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2c745fcf-c431 0 ea0b41bf-d03a-4654-9781-afe5180bc57e 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-31T01:36:35.846Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:36:35.846Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_nVwNzy4vkKZaXeZcb4Gw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:36:35.847Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 8bb92aca-9af0-486d-b9ff-9a0a14d1e6dd: pNF 2c745fcf-c431 2021-05-31T01:36:35.847Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||INFO|500||Processing PNF resource: ea0b41bf-d03a-4654-9781-afe5180bc57e 2021-05-31T01:36:35.847Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-31T01:36:35.847Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_nVwNzy4vkKZaXeZcb4Gw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-31T01:36:35.847Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||INFO|500||Resource customization UUID: a8c7d4bb-af4e-4e0b-adda-e0be6dbcb242 is the same as notified resource customizationUUID: a8c7d4bb-af4e-4e0b-adda-e0be6dbcb242 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-31T01:36:35.873Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2c745fcf-c431 ea0b41bf-d03a-4654-9781-afe5180bc57e 0 ASDC deployResourceStructure 2021-05-31T01:36:35.873Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar ASDC sendASDCNotification 2021-05-31T01:36:35.873Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar 2021-05-31T01:36:35.873Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-31T01:36:35.873Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:36:35.875Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:36:35.875Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424995873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:36:35.975Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:36:35.976Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-31T01:36:35.976Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:36:35.984Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:36:35.984Z||pool-116-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-31T01:36:36.875Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 245b2649-5e06-43ba-9dbc-6493e0b67c8c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T01:36:36.885Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 245b2649-5e06-43ba-9dbc-6493e0b67c8c 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-31T01:36:36.887Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-31T01:36:36.887Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-31T01:36:36.887Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-31T01:36:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:36:47.225Z||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-31T01:36:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:36:47.242Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:36:47.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:36:47.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424827730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-31T01:36:47.243Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:36:47.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:36:47.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424828732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-31T01:36:47.243Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:36:47.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:36:47.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424829735, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-31T01:36:47.243Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:36:47.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:36:47.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424830739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:36:47.243Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:36:47.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:36:47.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8895b21e-cae1-4fb2-acef-d73b4a8cf69e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424862170, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-31T01:36:47.243Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:36:47.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:36:47.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:36:47.243Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:36:47.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:36:47.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-31T01:36:47.243Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:36:47.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:36:47.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-31T01:36:47.243Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:36:47.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:36:47.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-31T01:36:47.244Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:36:47.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:36:47.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-31T01:36:47.244Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:36:47.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:36:47.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:36:47.244Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:36:47.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:36:47.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-31T01:36:47.244Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:36:47.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:36:47.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:36:47.244Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:36:47.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:36:47.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424805088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:36:47.244Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:36:47.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:36:47.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424872974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:36:47.244Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:36:47.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:36:47.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424875077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-05-31T01:36:47.244Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:36:47.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:36:47.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424876363, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-31T01:36:47.245Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:36:47.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:36:47.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424878858, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-31T01:36:47.245Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:36:47.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:36:47.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424881355, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-31T01:36:47.245Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:36:47.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:36:47.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424882975, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-31T01:36:47.245Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:36:47.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:36:47.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424884044, "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-31T01:36:47.245Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:36:47.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:36:47.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424885047, "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-31T01:36:47.245Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:36:47.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:36:47.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424886051, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-31T01:36:47.245Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:36:47.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:36:47.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424887054, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-05-31T01:36:47.245Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:37:06.887Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 245b2649-5e06-43ba-9dbc-6493e0b67c8c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T01:37:06.895Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 245b2649-5e06-43ba-9dbc-6493e0b67c8c 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-31T01:37:06.897Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-31T01:37:06.897Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-31T01:37:06.897Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-31T01:37:36.898Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 245b2649-5e06-43ba-9dbc-6493e0b67c8c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T01:37:36.907Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 245b2649-5e06-43ba-9dbc-6493e0b67c8c 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-31T01:37:36.909Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-31T01:37:36.909Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-31T01:37:36.909Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-31T01:37:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:37:47.225Z||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-31T01:37:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:37:47.246Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:37:47.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424888056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-05-31T01:37:47.248Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:37:47.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "cds", "timestamp": 1622424883569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "multicloud-windriver-id", "timestamp": 1622424886476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424879666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424887046, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "aai-ml", "timestamp": 1622424881366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "policy-id", "timestamp": 1622424883427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424889059, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:37:47.249Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:37:47.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "clamp", "timestamp": 1622424883681, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "multicloud-windriver-id", "timestamp": 1622424886476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424887046, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "aai-ml", "timestamp": 1622424881366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424879666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "cds", "timestamp": 1622424883569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "policy-id", "timestamp": 1622424883427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "clamp", "timestamp": 1622424883681, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "multicloud-windriver-id", "timestamp": 1622424886476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "aai-ml", "timestamp": 1622424881366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424887046, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424879666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "cds", "timestamp": 1622424883569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "policy-id", "timestamp": 1622424883427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "clamp", "timestamp": 1622424883681, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "multicloud-windriver-id", "timestamp": 1622424886476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424879666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "aai-ml", "timestamp": 1622424881366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424887046, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "cds", "timestamp": 1622424883569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "policy-id", "timestamp": 1622424883427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "clamp", "timestamp": 1622424883681, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "dcae-sch", "timestamp": 1622424891782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "multicloud-windriver-id", "timestamp": 1622424886476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424879666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "aai-ml", "timestamp": 1622424881366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424887046, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "cds", "timestamp": 1622424883569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "policy-id", "timestamp": 1622424883427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "clamp", "timestamp": 1622424883681, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "dcae-sch", "timestamp": 1622424891782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "multicloud-windriver-id", "timestamp": 1622424886476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424879666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "aai-ml", "timestamp": 1622424881366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424887046, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "cds", "timestamp": 1622424883569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "policy-id", "timestamp": 1622424883427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "clamp", "timestamp": 1622424883681, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "dcae-sch", "timestamp": 1622424891782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "multicloud-windriver-id", "timestamp": 1622424886476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424879666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "aai-ml", "timestamp": 1622424881366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424887046, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "cds", "timestamp": 1622424883569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "policy-id", "timestamp": 1622424883427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "clamp", "timestamp": 1622424883681, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "dcae-sch", "timestamp": 1622424891782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "multicloud-windriver-id", "timestamp": 1622424886476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:37:47.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "multicloud-starlingx-id", "timestamp": 1622424879666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:37:47.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424887046, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:37:47.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "aai-ml", "timestamp": 1622424881366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:37:47.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "cds", "timestamp": 1622424883569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:37:47.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "policy-id", "timestamp": 1622424883427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:37:47.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "clamp", "timestamp": 1622424883681, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:37:47.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "ves-openapi-manager", "timestamp": 1622424895564, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "dcae-sch", "timestamp": 1622424891782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "multicloud-k8s-id", "timestamp": 1622424895923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "ves-openapi-manager", "timestamp": 1622424895564, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "dcae-sch", "timestamp": 1622424891782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "multicloud-k8s-id", "timestamp": 1622424895923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "policy-id", "timestamp": 1622424898128, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:37:47.257Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:37:47.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "cds", "timestamp": 1622424898160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:37:47.257Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:37:47.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "ves-openapi-manager", "timestamp": 1622424895564, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "aai-ml", "timestamp": 1622424898416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:37:47.258Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:37:47.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "dcae-sch", "timestamp": 1622424891782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424898514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:37:47.258Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:37:47.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "multicloud-k8s-id", "timestamp": 1622424895923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "policy-id", "timestamp": 1622424899130, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:37:47.258Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:37:47.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "cds", "timestamp": 1622424899166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-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-31T01:37:47.264Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 245b2649-5e06-43ba-9dbc-6493e0b67c8c 2021-05-31T01:37:47.264Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 245b2649-5e06-43ba-9dbc-6493e0b67c8c 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-31T01:37:47.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "ves-openapi-manager", "timestamp": 1622424895564, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "dcae-sch", "timestamp": 1622424891782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "multicloud-k8s-id", "timestamp": 1622424895923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "policy-id", "timestamp": 1622424900132, "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-31T01:37:47.277Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 245b2649-5e06-43ba-9dbc-6493e0b67c8c 2021-05-31T01:37:47.277Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 245b2649-5e06-43ba-9dbc-6493e0b67c8c 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-31T01:37:47.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "ves-openapi-manager", "timestamp": 1622424895564, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424900200, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:37:47.285Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:37:47.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "multicloud-k8s-id", "timestamp": 1622424895923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "ves-openapi-manager", "timestamp": 1622424895564, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-05-31T01:37:47.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622424901204, "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-31T01:37:47.290Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 245b2649-5e06-43ba-9dbc-6493e0b67c8c 2021-05-31T01:37:47.290Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 245b2649-5e06-43ba-9dbc-6493e0b67c8c 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-31T01:37:47.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "multicloud-k8s-id", "timestamp": 1622424895923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.297Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "ves-openapi-manager", "timestamp": 1622424895564, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.297Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "multicloud-k8s-id", "timestamp": 1622424895923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.297Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "aai-ml", "timestamp": 1622424903061, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:37:47.298Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:37:47.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "ves-openapi-manager", "timestamp": 1622424895564, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:37:47.298Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "multicloud-k8s-id", "timestamp": 1622424895923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:37:47.298Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-31T01:37:47.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "aai-ml", "timestamp": 1622424904065, "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-31T01:37:47.303Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 245b2649-5e06-43ba-9dbc-6493e0b67c8c 2021-05-31T01:37:47.303Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 245b2649-5e06-43ba-9dbc-6493e0b67c8c 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-31T01:37:47.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "ves-openapi-manager", "timestamp": 1622424905733, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-05-31T01:37:47.310Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:37:47.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "ves-openapi-manager", "timestamp": 1622424906752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-05-31T01:37:47.310Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:37:47.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "clamp", "timestamp": 1622424907325, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:37:47.310Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:37:47.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "ves-openapi-manager", "timestamp": 1622424907754, "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-31T01:37:47.314Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 245b2649-5e06-43ba-9dbc-6493e0b67c8c 2021-05-31T01:37:47.314Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 245b2649-5e06-43ba-9dbc-6493e0b67c8c 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-31T01:37:47.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "clamp", "timestamp": 1622424908340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:37:47.321Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:37:47.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:37:47.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "clamp", "timestamp": 1622424909342, "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-31T01:37:47.326Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 245b2649-5e06-43ba-9dbc-6493e0b67c8c 2021-05-31T01:37:47.326Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 245b2649-5e06-43ba-9dbc-6493e0b67c8c 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-31T01:38:06.909Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 245b2649-5e06-43ba-9dbc-6493e0b67c8c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-31T01:38:06.917Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 245b2649-5e06-43ba-9dbc-6493e0b67c8c 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-31T01:38:06.919Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-31T01:38:06.919Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-31T01:38:06.919Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-31T01:38:06.919Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-31T01:38:06.919Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:38:06.919Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:38:06.919Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:38:06.919Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:38:06.919Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:38:06.919Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:38:06.919Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-31T01:38:06.919Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||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-31T01:38:06.923Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-31T01:38:36.923Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 245b2649-5e06-43ba-9dbc-6493e0b67c8c 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-31T01:38:36.929Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 245b2649-5e06-43ba-9dbc-6493e0b67c8c and serviceModelVersionId: 8bb92aca-9af0-486d-b9ff-9a0a14d1e6dd 2021-05-31T01:38:36.930Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 00a401eb-9dd2-4890-864a-75bb23d39747 2021-05-31T01:38:36.930Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/00a401eb-9dd2-4890-864a-75bb23d39747/model-vers/model-ver/8bb92aca-9af0-486d-b9ff-9a0a14d1e6dd?depth=0 2021-05-31T01:38:36.933Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-05-31T01:38:36.960Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00a401eb-9dd2-4890-864a-75bb23d39747/model-vers/model-ver/8bb92aca-9af0-486d-b9ff-9a0a14d1e6dd?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-31T01:38:36.960Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00a401eb-9dd2-4890-864a-75bb23d39747/model-vers/model-ver/8bb92aca-9af0-486d-b9ff-9a0a14d1e6dd?depth=0|INFO|500||Invoke 2021-05-31T01:38:36.971Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00a401eb-9dd2-4890-864a-75bb23d39747/model-vers/model-ver/8bb92aca-9af0-486d-b9ff-9a0a14d1e6dd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-31T01:38:37.096Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00a401eb-9dd2-4890-864a-75bb23d39747/model-vers/model-ver/8bb92aca-9af0-486d-b9ff-9a0a14d1e6dd?depth=0|INFO|500||InvokeReturn 2021-05-31T01:38:37.096Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00a401eb-9dd2-4890-864a-75bb23d39747/model-vers/model-ver/8bb92aca-9af0-486d-b9ff-9a0a14d1e6dd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210531-01:38:36:980-57555], vertex-id=[221200], Content-Length=[0], Date=[Mon, 31 May 2021 01:38:36 GMT], Content-Type=[application/json]} 2021-05-31T01:38:37.096Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-05-31T01:38:37.096Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-31T01:38:37.097Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||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-31T01:38:37.101Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||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-31T01:38:37.101Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 245b2649-5e06-43ba-9dbc-6493e0b67c8c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-31T01:38:37.101Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-31T01:38:37.101Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-05-31T01:38:37.102Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-31T01:38:37.102Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622425117101, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-31T01:38:37.203Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-31T01:38:37.203Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-31T01:38:37.203Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:38:37.213Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:38:37.213Z||pool-117-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-31T01:38:38.113Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:38:38.114Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T01:38:38.114Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:38:47.224Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:38:47.225Z||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-31T01:38:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:38:47.244Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:38:47.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-31T01:38:47.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2bd748-2147-44f1-9bec-1ccf1fdbaa8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424980659, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-31T01:38:47.245Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:38:47.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-31T01:38:47.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424981670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:38:47.245Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-31T01:38:47.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-31T01:38:47.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424981670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-31T01:38:47.245Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-31T01:38:47.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-31T01:38:47.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424981670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-31T01:38:47.245Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-31T01:38:47.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-31T01:38:47.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424981670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-31T01:38:47.246Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-31T01:38:47.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-31T01:38:47.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424981670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:38:47.246Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-31T01:38:47.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-31T01:38:47.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424981670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/resourceInstances/pnf2c745fcfc4310/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-31T01:38:47.246Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-31T01:38:47.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-31T01:38:47.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424981670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-template.yml", "status": "NOT_NOTIFIED" } 2021-05-31T01:38:47.246Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-31T01:38:47.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-31T01:38:47.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424981670, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar", "status": "NOTIFIED" } 2021-05-31T01:38:47.246Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-05-31T01:38:47.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-31T01:38:47.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424994155, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-31T01:38:47.246Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:38:47.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-31T01:38:47.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622424995873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNvwnzy4vkkzaxezcb4gw/1.0/artifacts/service-DemoPnfNvwnzy4vkkzaxezcb4gw-csar.csar", "status": "DEPLOY_OK" } 2021-05-31T01:38:47.246Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:38:48.291Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:38:48.291Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:38:48.292Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T01:38:48.292Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:38:57.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:38:57.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:38:57.821Z||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-31T01:38:57.821Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:39:07.350Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:39:07.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:39:07.350Z||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-31T01:39:07.351Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:39:16.884Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:39:16.885Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:39:16.885Z||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-31T01:39:16.885Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:39:26.415Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:39:26.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:39:26.415Z||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-31T01:39:26.416Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:39:35.946Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:39:35.946Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:39:35.947Z||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-31T01:39:35.947Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:39:45.476Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:39:45.476Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:39:45.476Z||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-31T01:39:45.476Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:39:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:39:47.225Z||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-31T01:39:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:39:47.745Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:39:47.745Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-31T01:39:47.745Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "245b2649-5e06-43ba-9dbc-6493e0b67c8c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622425117101, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-31T01:39:47.746Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-31T01:39:55.006Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:39:55.007Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:39:55.007Z||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-31T01:39:55.007Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:40:04.536Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:40:04.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:40:04.539Z||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-31T01:40:04.539Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:40:14.070Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:40:14.071Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:40:14.071Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T01:40:14.071Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:40:23.600Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:40:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:40:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T01:40:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:40:47.224Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:40:47.224Z||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-31T01:40:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:40:56.756Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:40:56.758Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:41:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:41:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T01:41:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:41:47.224Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:41:47.225Z||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-31T01:41:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:41:56.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:41:56.762Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:42:47.222Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:42:47.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T01:42:47.223Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:42:47.224Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:42:47.225Z||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-31T01:42:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:42:56.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:42:56.764Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:43:47.222Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:43:47.223Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T01:43:47.223Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:43:47.224Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:43:47.225Z||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-31T01:43:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:43:56.760Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:43:56.761Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:44:47.222Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:44:47.223Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T01:44:47.223Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:44:47.224Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:44:47.225Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|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-31T01:44:47.225Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:44:56.758Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:44:56.761Z|245b2649-5e06-43ba-9dbc-6493e0b67c8c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:45:47.222Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:45:47.223Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T01:45:47.223Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:45:47.224Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:45:47.225Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T01:45:47.225Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:45:56.759Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:45:56.762Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:46:47.222Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:46:47.223Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T01:46:47.223Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:46:47.224Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:46:47.224Z||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-31T01:46:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:46:56.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:46:56.759Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:47:47.222Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:47:47.223Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-31T01:47:47.223Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hys8HIyTzRvvONVq) ... 2021-05-31T01:47:47.224Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-31T01:47:47.225Z||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-31T01:47:47.225Z||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 Hys8HIyTzRvvONVq) ... 2021-05-31T01:47:56.756Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-31T01:47:56.772Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK