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-06-15T10:41:58.216Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-65b67f9bc-9krgq with PID 14 (/app/app.jar started by so in /app) 2021-06-15T10:41:58.222Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-06-15T10:41:58.222Z||main|||||INFO|500||The following profiles are active: basic 2021-06-15T10:42:05.274Z||main|||||INFO|500||Starting service [Tomcat] 2021-06-15T10:42:05.274Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-06-15T10:42:05.372Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-06-15T10:42:06.794Z||main|||||INFO|500||catdb-pool - Starting... 2021-06-15T10:42:06.951Z||main|||||INFO|500||catdb-pool - Start completed. 2021-06-15T10:42:07.270Z||main|||||INFO|500||reqdb-pool - Starting... 2021-06-15T10:42:07.276Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-06-15T10:42:07.361Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-06-15T10:42:07.482Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-06-15T10:42:07.911Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-06-15T10:42:08.749Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-06-15T10:42:10.589Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-06-15T10:42:10.630Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-06-15T10:42:11.165Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-06-15T10:42:11.363Z||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-06-15T10:42:12.593Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-06-15T10:42:13.507Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-06-15T10:42:13.525Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$f0e1b4c.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2021-06-15T10:42:13.526Z||main|||||WARN|500||The sdc end point is not alive 2021-06-15T10:42:15.540Z||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-06-15T10:42:17.760Z||main|||||WARN|500||--- 2021-06-15T10:42:17.760Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-06-15T10:42:17.761Z||main|||||WARN|500||--- 2021-06-15T10:42:18.058Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-06-15T10:42:20.925Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T10:42:20.926Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T10:42:20.926Z||main|||||INFO|500||Started Application in 24.677 seconds (JVM running for 25.784) 2021-06-15T10:42:20.936Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T10:42:20.960Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T10:42:21.037Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7e72f2db-7d6d-4233-b3d6-ef803cf9f7cf url= /sdc/v1/artifactTypes 2021-06-15T10:42:21.037Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T10:42:22.164Z||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.36.186] 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-06-15T10:42:22.169Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@237b8692 2021-06-15T10:42:22.169Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-15T10:42:22.178Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-15T10:42:22.180Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-15T10:42:22.183Z||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-06-15T10:43:10.921Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T10:43:10.922Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T10:43:10.922Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T10:43:10.928Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T10:43:10.935Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3be67202-63da-4b20-912c-27796a55c933 url= /sdc/v1/artifactTypes 2021-06-15T10:43:10.936Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T10:43:11.955Z||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.36.186] 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-06-15T10:43:11.956Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@85bb0a8 2021-06-15T10:43:11.956Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-15T10:43:11.957Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-15T10:43:11.957Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-15T10:43:11.958Z||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-06-15T10:44:00.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T10:44:00.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T10:44:00.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T10:44:00.924Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T10:44:00.948Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 30b7c73c-3e8d-42c2-8f2d-d66888df512c url= /sdc/v1/artifactTypes 2021-06-15T10:44:00.948Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T10:44:01.971Z||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.36.186] 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-06-15T10:44:01.971Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@99daccb 2021-06-15T10:44:01.971Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-15T10:44:01.971Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-15T10:44:01.972Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-15T10:44:01.972Z||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-06-15T10:44:50.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T10:44:50.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T10:44:50.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T10:44:50.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T10:44:50.929Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 05d8167e-7b24-4b4d-9da2-76dd8d687f9b url= /sdc/v1/artifactTypes 2021-06-15T10:44:50.929Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T10:44:51.969Z||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.36.186] 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-06-15T10:44:51.970Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@eeb6e4a 2021-06-15T10:44:51.971Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-15T10:44:51.971Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-15T10:44:51.972Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-15T10:44:51.973Z||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-06-15T10:45:40.921Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T10:45:40.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T10:45:40.922Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T10:45:40.924Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T10:45:40.931Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4a5e7049-56e9-43e5-9890-f5b817362804 url= /sdc/v1/artifactTypes 2021-06-15T10:45:40.931Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T10:45:41.971Z||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.36.186] 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-06-15T10:45:41.971Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5c206d51 2021-06-15T10:45:41.972Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-15T10:45:41.972Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-15T10:45:41.972Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-15T10:45:41.973Z||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-06-15T10:46:30.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T10:46:30.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T10:46:30.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T10:46:30.925Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T10:46:30.930Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 56cb4354-3b8d-46e5-a409-c20b4c3eaf03 url= /sdc/v1/artifactTypes 2021-06-15T10:46:30.930Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T10:46:31.954Z||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.36.186] 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-06-15T10:46:31.955Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@783ca959 2021-06-15T10:46:31.955Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-15T10:46:31.956Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-15T10:46:31.956Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-15T10:46:31.956Z||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-06-15T10:47:20.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T10:47:20.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T10:47:20.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T10:47:20.925Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T10:47:20.930Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 03657d60-9548-4ed5-8275-9aaf5029c1ca url= /sdc/v1/artifactTypes 2021-06-15T10:47:20.931Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T10:47:21.971Z||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.36.186] 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-06-15T10:47:21.971Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@40360541 2021-06-15T10:47:21.971Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-15T10:47:21.972Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-15T10:47:21.972Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-15T10:47:21.972Z||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-06-15T10:48:10.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T10:48:10.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T10:48:10.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T10:48:10.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T10:48:10.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 850a2d12-05d6-42c6-88a5-8a59e9c81d6e url= /sdc/v1/artifactTypes 2021-06-15T10:48:10.929Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T10:48:11.955Z||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.36.186] 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-06-15T10:48:11.955Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4578849d 2021-06-15T10:48:11.955Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-15T10:48:11.955Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-15T10:48:11.956Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-15T10:48:11.956Z||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-06-15T10:49:00.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T10:49:00.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T10:49:00.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T10:49:00.927Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T10:49:00.932Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6d6e6dce-81f4-4298-9040-1a30d4f26647 url= /sdc/v1/artifactTypes 2021-06-15T10:49:00.932Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T10:49:01.970Z||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.36.186] 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-06-15T10:49:01.971Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6dc995a2 2021-06-15T10:49:01.971Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-15T10:49:01.971Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-15T10:49:01.971Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-15T10:49:01.972Z||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-06-15T10:49:50.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T10:49:50.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T10:49:50.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T10:49:50.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T10:49:50.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7afcf60c-ec15-49a2-89bf-ba32810e542a url= /sdc/v1/artifactTypes 2021-06-15T10:49:50.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T10:49:51.955Z||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.36.186] 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-06-15T10:49:51.955Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4f86e75f 2021-06-15T10:49:51.955Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-15T10:49:51.955Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-15T10:49:51.955Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-15T10:49:51.956Z||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-06-15T10:50:40.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T10:50:40.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T10:50:40.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T10:50:40.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T10:50:40.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 654e2bb4-ab8c-4602-8c0f-85d28b369c6b url= /sdc/v1/artifactTypes 2021-06-15T10:50:40.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T10:50:41.971Z||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.36.186] 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-06-15T10:50:41.971Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7642e9e5 2021-06-15T10:50:41.971Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-15T10:50:41.971Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-15T10:50:41.971Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-15T10:50:41.972Z||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-06-15T10:51:30.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T10:51:30.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T10:51:30.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T10:51:30.941Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T10:51:30.947Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= de713183-7aba-476a-9159-6d124763a509 url= /sdc/v1/artifactTypes 2021-06-15T10:51:30.948Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T10:51:31.988Z||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.36.186] 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-06-15T10:51:31.989Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@65d80010 2021-06-15T10:51:31.989Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-15T10:51:31.989Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-15T10:51:31.989Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-15T10:51:31.990Z||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-06-15T10:52:20.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T10:52:20.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T10:52:20.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T10:52:20.922Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T10:52:20.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cfd48f70-25be-432b-bfc6-8f7a73ddefda url= /sdc/v1/artifactTypes 2021-06-15T10:52:20.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T10:52:21.970Z||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.36.186] 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-06-15T10:52:21.971Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@50ecff93 2021-06-15T10:52:21.971Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-15T10:52:21.971Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-15T10:52:21.972Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-15T10:52:21.972Z||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-06-15T10:52:37.857Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-06-15T10:53:10.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T10:53:10.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T10:53:10.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T10:53:10.924Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T10:53:10.932Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5d7727d2-bf0c-4d0f-a55e-ec198e391e29 url= /sdc/v1/artifactTypes 2021-06-15T10:53:10.932Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T10:53:11.955Z||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.36.186] 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-06-15T10:53:11.956Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@780efbc8 2021-06-15T10:53:11.956Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-15T10:53:11.956Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-15T10:53:11.957Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-15T10:53:11.957Z||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-06-15T10:54:00.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T10:54:00.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T10:54:00.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T10:54:00.925Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T10:54:00.932Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9a1a8985-4a98-48bd-8eb7-a531ed1b719b url= /sdc/v1/artifactTypes 2021-06-15T10:54:00.932Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T10:54:01.971Z||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.36.186] 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-06-15T10:54:01.972Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@65b7f722 2021-06-15T10:54:01.972Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-15T10:54:01.972Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-15T10:54:01.972Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-15T10:54:01.972Z||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-06-15T10:54:50.921Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T10:54:50.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T10:54:50.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T10:54:50.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T10:54:50.929Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 40419a34-3038-4a87-adff-10a1232991ae url= /sdc/v1/artifactTypes 2021-06-15T10:54:50.929Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T10:54:51.955Z||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.36.186] 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-06-15T10:54:51.956Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@fb9fc86 2021-06-15T10:54:51.956Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-15T10:54:51.956Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-15T10:54:51.956Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-15T10:54:51.957Z||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-06-15T10:55:40.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T10:55:40.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T10:55:40.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T10:55:40.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T10:55:40.927Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 65610b37-7f08-4202-8668-51b4d0361d4e url= /sdc/v1/artifactTypes 2021-06-15T10:55:40.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T10:55:41.971Z||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.36.186] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 28 common frames omitted 2021-06-15T10:55:41.973Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2ce89e8e 2021-06-15T10:55:41.973Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-15T10:55:41.973Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-15T10:55:41.973Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-15T10:55:41.974Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 11 common frames omitted 2021-06-15T10:56:30.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T10:56:30.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T10:56:30.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T10:56:30.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T10:56:30.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a2b27e4b-c094-41d9-8b40-bbadcd63c67d url= /sdc/v1/artifactTypes 2021-06-15T10:56:30.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T10:56:31.954Z||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.36.186] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 28 common frames omitted 2021-06-15T10:56:31.955Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1cb961fe 2021-06-15T10:56:31.955Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-15T10:56:31.955Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-15T10:56:31.955Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-15T10:56:31.956Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 11 common frames omitted 2021-06-15T10:57:20.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T10:57:20.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T10:57:20.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T10:57:20.922Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T10:57:20.926Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4f925afd-e57f-4f76-9dcc-fdb57f038dce url= /sdc/v1/artifactTypes 2021-06-15T10:57:20.927Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T10:57:21.943Z||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.36.186] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 28 common frames omitted 2021-06-15T10:57:21.943Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6dd4ca7b 2021-06-15T10:57:21.943Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-15T10:57:21.943Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-15T10:57:21.943Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-15T10:57:21.944Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 11 common frames omitted 2021-06-15T10:58:10.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T10:58:10.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T10:58:10.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T10:58:10.922Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T10:58:10.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3619aac0-4c94-4022-a97a-39bdac10b143 url= /sdc/v1/artifactTypes 2021-06-15T10:58:10.929Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T10:58:11.986Z||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.36.186] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 28 common frames omitted 2021-06-15T10:58:11.987Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@fcb5e6d 2021-06-15T10:58:11.987Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-15T10:58:11.988Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-15T10:58:11.988Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-15T10:58:11.988Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 11 common frames omitted 2021-06-15T10:59:00.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T10:59:00.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T10:59:00.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T10:59:00.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T10:59:00.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5be3d7f3-77ed-4f15-8283-8f78857864fa url= /sdc/v1/artifactTypes 2021-06-15T10:59:00.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T10:59:01.971Z||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.36.186] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 28 common frames omitted 2021-06-15T10:59:01.971Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@21b093c1 2021-06-15T10:59:01.972Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-15T10:59:01.972Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-15T10:59:01.972Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-15T10:59:01.973Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 11 common frames omitted 2021-06-15T10:59:50.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T10:59:50.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T10:59:50.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T10:59:50.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T10:59:50.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a9551e2a-9edd-4ef3-8a0b-42b330955354 url= /sdc/v1/artifactTypes 2021-06-15T10:59:50.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T10:59:51.959Z||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.36.186] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 28 common frames omitted 2021-06-15T10:59:51.959Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@13b8898a 2021-06-15T10:59:51.960Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-15T10:59:51.960Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-15T10:59:51.960Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-15T10:59:51.960Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 11 common frames omitted 2021-06-15T11:00:40.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T11:00:40.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T11:00:40.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T11:00:40.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T11:00:40.927Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= efa96571-d2be-4945-b6a1-37ce9d4b3471 url= /sdc/v1/artifactTypes 2021-06-15T11:00:40.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T11:00:41.971Z||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.36.186] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 28 common frames omitted 2021-06-15T11:00:41.971Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6871478 2021-06-15T11:00:41.971Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-15T11:00:41.972Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-15T11:00:41.972Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-15T11:00:41.972Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 11 common frames omitted 2021-06-15T11:01:30.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T11:01:30.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T11:01:30.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T11:01:30.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T11:01:30.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7c4395ea-3b23-4f8c-bde6-f01a670cb63c url= /sdc/v1/artifactTypes 2021-06-15T11:01:30.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T11:01:31.955Z||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.36.186] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 28 common frames omitted 2021-06-15T11:01:31.955Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7933d265 2021-06-15T11:01:31.955Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-15T11:01:31.955Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-15T11:01:31.956Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-15T11:01:31.956Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 11 common frames omitted 2021-06-15T11:02:20.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T11:02:20.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T11:02:20.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T11:02:20.922Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T11:02:20.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ae09cb0d-7388-47f6-b510-edded80760c4 url= /sdc/v1/artifactTypes 2021-06-15T11:02:20.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T11:02:21.971Z||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.36.186] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 28 common frames omitted 2021-06-15T11:02:21.971Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7ba3592c 2021-06-15T11:02:21.971Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-15T11:02:21.971Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-15T11:02:21.971Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-15T11:02:21.972Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 11 common frames omitted 2021-06-15T11:03:10.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T11:03:10.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T11:03:10.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T11:03:10.922Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T11:03:10.927Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 30ca6a04-ba14-4667-8574-ea5acd29d0bb url= /sdc/v1/artifactTypes 2021-06-15T11:03:10.927Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T11:03:11.954Z||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.36.186] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 28 common frames omitted 2021-06-15T11:03:11.955Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1dd694f5 2021-06-15T11:03:11.955Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-15T11:03:11.955Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-15T11:03:11.955Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-15T11:03:11.955Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 11 common frames omitted 2021-06-15T11:04:00.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T11:04:00.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T11:04:00.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T11:04:00.922Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T11:04:00.926Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 844bd176-77a7-414b-aa5a-05570efe6f16 url= /sdc/v1/artifactTypes 2021-06-15T11:04:00.927Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T11:04:01.971Z||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.36.186] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 28 common frames omitted 2021-06-15T11:04:01.971Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2aab03bd 2021-06-15T11:04:01.971Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-15T11:04:01.971Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-15T11:04:01.972Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-15T11:04:01.972Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 11 common frames omitted 2021-06-15T11:04:50.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T11:04:50.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T11:04:50.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T11:04:50.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T11:04:50.927Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cd27ac51-755a-4c84-8236-fa1b0651b4f5 url= /sdc/v1/artifactTypes 2021-06-15T11:04:50.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T11:04:51.955Z||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.36.186] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 28 common frames omitted 2021-06-15T11:04:51.956Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@591114e9 2021-06-15T11:04:51.956Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-15T11:04:51.956Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-15T11:04:51.956Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-15T11:04:51.957Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 11 common frames omitted 2021-06-15T11:05:40.921Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T11:05:40.922Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T11:05:40.922Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T11:05:40.925Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T11:05:40.932Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8cd7125d-28a0-486c-b085-7383319d6cee url= /sdc/v1/artifactTypes 2021-06-15T11:05:40.932Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T11:05:41.971Z||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.36.186] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 28 common frames omitted 2021-06-15T11:05:41.971Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5019d75a 2021-06-15T11:05:41.971Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-15T11:05:41.972Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-15T11:05:41.972Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-15T11:05:41.972Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 11 common frames omitted 2021-06-15T11:06:30.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T11:06:30.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T11:06:30.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T11:06:30.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T11:06:30.929Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4067e25a-a486-41cd-9bd3-8b9c0fd54f1a url= /sdc/v1/artifactTypes 2021-06-15T11:06:30.929Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T11:06:31.959Z||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.36.186] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 28 common frames omitted 2021-06-15T11:06:31.959Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@29007815 2021-06-15T11:06:31.959Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-15T11:06:31.959Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-15T11:06:31.959Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-15T11:06:31.960Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 11 common frames omitted 2021-06-15T11:07:20.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T11:07:20.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T11:07:20.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T11:07:20.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T11:07:20.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 61947740-2e73-46c2-9795-ade94b7c2be3 url= /sdc/v1/artifactTypes 2021-06-15T11:07:20.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T11:07:21.119Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-06-15T11:07:21.127Z||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-06-15T11:07:21.147Z||scheduling-1|||||DEBUG|500||create keys 2021-06-15T11:07:21.153Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-06-15T11:07:22.194Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.63.171] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-06-15T11:07:22.198Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.63.171] failed: Connection refused (Connection refused)] 2021-06-15T11:07:22.198Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.63.171] failed: Connection refused (Connection refused) 2021-06-15T11:07:22.198Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.63.171] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor138.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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.63.171] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-06-15T11:08:10.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T11:08:10.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T11:08:10.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T11:08:10.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T11:08:10.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 624d74a3-af62-4066-a306-af3190840fec url= /sdc/v1/artifactTypes 2021-06-15T11:08:10.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T11:08:10.964Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-06-15T11:08:10.965Z||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-06-15T11:08:10.965Z||scheduling-1|||||DEBUG|500||create keys 2021-06-15T11:08:10.965Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-06-15T11:08:10.965Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-06-15T11:08:11.987Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.63.171] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-06-15T11:08:11.987Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.63.171] failed: Connection refused (Connection refused)] 2021-06-15T11:08:11.987Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.63.171] failed: Connection refused (Connection refused) 2021-06-15T11:08:11.988Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.63.171] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor138.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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.63.171] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-06-15T11:09:00.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T11:09:00.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T11:09:00.920Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T11:09:00.922Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T11:09:00.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fa04e134-3422-4963-a9d3-05556c63a0b8 url= /sdc/v1/artifactTypes 2021-06-15T11:09:00.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T11:09:00.967Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-06-15T11:09:00.968Z||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-06-15T11:09:00.968Z||scheduling-1|||||DEBUG|500||create keys 2021-06-15T11:09:00.968Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-06-15T11:09:00.968Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-06-15T11:09:01.160Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:09:01.174Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 97e1a9e2-fbfd-4db7-8c5c-86d3296c0d93 url= /sdc/v1/registerForDistribution 2021-06-15T11:09:01.188Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73542cf1 2021-06-15T11:09:01.188Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-06-15T11:09:01.189Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-06-15T11:09:01.193Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/gjOTZmq88C49w6IK will send credentials over a clear channel. 2021-06-15T11:09:01.194Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/gjOTZmq88C49w6IK (as gjOTZmq88C49w6IK) ... 2021-06-15T11:09:01.262Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:09:01.262Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-15T11:09:01.262Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 11 common frames omitted 2021-06-15T11:09:50.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-15T11:09:50.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-15T11:09:50.921Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-15T11:09:50.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-15T11:09:50.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 87e9c1c2-556e-45ce-b94f-1a76e612d980 url= /sdc/v1/artifactTypes 2021-06-15T11:09:50.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-15T11:09:50.969Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-06-15T11:09:50.970Z||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-06-15T11:09:50.970Z||scheduling-1|||||DEBUG|500||create keys 2021-06-15T11:09:50.970Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-06-15T11:09:50.971Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as gjOTZmq88C49w6IK) ... 2021-06-15T11:09:51.000Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:09:51.001Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 283fa313-fa53-4f7d-850a-ce9278a3c261 url= /sdc/v1/registerForDistribution 2021-06-15T11:09:51.188Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 283fa313-fa53-4f7d-850a-ce9278a3c261 url= /sdc/v1/registerForDistribution 2021-06-15T11:09:51.189Z||scheduling-1|||||INFO|500||start DistributionClient 2021-06-15T11:09:51.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:09:51.196Z||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-06-15T11:09:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:09:51.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:09:51.197Z||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-06-15T11:09:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:09:51.200Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-06-15T11:10:01.441Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:10:01.516Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:10:51.194Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:10:51.195Z||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-06-15T11:10:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:10:51.196Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:10:51.197Z||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-06-15T11:10:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:11:00.753Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:11:00.756Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:11:51.194Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:11:51.195Z||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-06-15T11:11:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:11:51.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:11:51.197Z||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-06-15T11:11:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:12:00.747Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:12:00.750Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:12:51.194Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:12:51.195Z||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-06-15T11:12:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:12:51.196Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:12:51.197Z||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-06-15T11:12:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:13:00.750Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:13:00.750Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:13:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:13:51.195Z||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-06-15T11:13:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:13:51.196Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:13:51.197Z||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-06-15T11:13:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:14:00.753Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:14:00.769Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:14:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:14:51.195Z||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-06-15T11:14:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:14:51.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:14:51.197Z||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-06-15T11:14:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:15:00.748Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:15:00.750Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:15:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:15:51.195Z||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-06-15T11:15:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:15:51.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:15:51.197Z||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-06-15T11:15:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:16:00.769Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:16:00.769Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:16:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:16:51.195Z||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-06-15T11:16:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:16:51.196Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:16:51.197Z||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-06-15T11:16:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:17:00.744Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:17:00.747Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:17:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:17:51.195Z||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-06-15T11:17:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:17:51.196Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:17:51.197Z||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-06-15T11:17:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:18:02.405Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:18:02.409Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:18:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:18:51.195Z||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-06-15T11:18:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:18:51.196Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:18:51.197Z||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-06-15T11:18:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:19:00.746Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:19:00.746Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:19:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:19:51.195Z||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-06-15T11:19:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:19:51.196Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:19:51.197Z||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-06-15T11:19:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:20:00.747Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:20:13.637Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:20:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:20:51.195Z||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-06-15T11:20:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:20:51.196Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:20:51.197Z||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-06-15T11:20:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:21:00.749Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:21:00.749Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:21:51.195Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:21:51.196Z||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-06-15T11:21:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:21:51.196Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:21:51.197Z||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-06-15T11:21:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:22:00.744Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:22:00.755Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:22:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:22:51.195Z||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-06-15T11:22:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:22:51.196Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:22:51.196Z||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-06-15T11:22:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:23:00.747Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:23:00.782Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:23:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:23:51.195Z||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-06-15T11:23:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:23:51.196Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:23:51.196Z||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-06-15T11:23:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:24:00.748Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:24:00.757Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:24:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:24:51.196Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:24:51.196Z||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-06-15T11:24:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:24:51.196Z||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-06-15T11:24:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:25:00.746Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:25:00.750Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:25:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:25:51.195Z||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-06-15T11:25:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:25:51.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:25:51.197Z||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-06-15T11:25:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:26:00.949Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:26:00.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:26:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:26:51.195Z||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-06-15T11:26:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:26:51.196Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:26:51.196Z||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-06-15T11:26:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:27:00.749Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:27:00.751Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:27:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:27:51.195Z||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-06-15T11:27:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:27:51.196Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:27:51.197Z||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-06-15T11:27:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:28:00.751Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:28:00.752Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:28:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:28:51.195Z||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-06-15T11:28:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:28:51.196Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:28:51.196Z||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-06-15T11:28:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:29:00.745Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:29:00.746Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:29:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:29:51.195Z||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-06-15T11:29:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:29:51.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:29:51.196Z||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-06-15T11:29:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:30:00.767Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:30:00.768Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:30:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:30:51.195Z||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-06-15T11:30:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:30:51.196Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:30:51.197Z||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-06-15T11:30:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:31:00.738Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:31:00.762Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:31:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:31:51.195Z||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-06-15T11:31:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:31:51.196Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:31:51.196Z||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-06-15T11:31:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:32:00.743Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:32:00.746Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:32:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:32:51.195Z||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-06-15T11:32:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:32:51.196Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:32:51.196Z||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-06-15T11:32:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:33:00.745Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:33:00.748Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:33:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:33:51.195Z||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-06-15T11:33:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:33:51.196Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:33:51.196Z||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-06-15T11:33:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:34:00.741Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:34:00.748Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:34:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:34:51.195Z||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-06-15T11:34:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:34:51.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:34:51.196Z||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-06-15T11:34:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:35:00.745Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:35:00.753Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:35:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:35:51.195Z||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-06-15T11:35:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:35:51.196Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:35:51.196Z||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-06-15T11:35:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:36:00.742Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:36:00.743Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:36:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:36:51.195Z||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-06-15T11:36:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:36:51.196Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:36:51.196Z||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-06-15T11:36:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:37:00.744Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:37:00.746Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:37:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:37:51.195Z||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-06-15T11:37:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:37:51.196Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:37:51.196Z||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-06-15T11:37:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:38:00.743Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:38:00.746Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:38:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:38:51.195Z||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-06-15T11:38:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:38:51.196Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:38:51.196Z||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-06-15T11:38:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:39:00.744Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:39:00.745Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:39:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:39:51.195Z||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-06-15T11:39:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:39:51.196Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:39:51.196Z||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-06-15T11:39:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:40:00.739Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:40:00.750Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:40:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:40:51.195Z||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-06-15T11:40:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:40:51.196Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:40:51.196Z||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-06-15T11:40:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:41:00.740Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:41:00.741Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:41:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:41:51.195Z||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-06-15T11:41:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:41:51.196Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:41:51.196Z||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-06-15T11:41:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:42:00.743Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:42:00.747Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:42:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:42:51.195Z||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-06-15T11:42:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:42:51.196Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:42:51.196Z||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-06-15T11:42:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:43:00.742Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:43:00.749Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:43:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:43:51.195Z||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-06-15T11:43:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:43:51.196Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:43:51.196Z||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-06-15T11:43:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:44:00.741Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:44:00.742Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:44:51.195Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:44:51.195Z||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-06-15T11:44:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:44:51.196Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:44:51.196Z||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-06-15T11:44:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:45:00.745Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:45:00.766Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:45:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:45:51.195Z||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-06-15T11:45:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:45:51.196Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:45:51.196Z||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-06-15T11:45:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:45:51.204Z||pool-2-thread-10|||||INFO|500||I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset 2021-06-15T11:45:51.204Z||pool-2-thread-4|||||INFO|500||I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset 2021-06-15T11:45:51.204Z||pool-2-thread-10|||||INFO|500||Retrying request to {}->http://message-router.onap:3904 2021-06-15T11:45:51.204Z||pool-2-thread-4|||||INFO|500||Retrying request to {}->http://message-router.onap:3904 2021-06-15T11:45:51.206Z||pool-2-thread-10|||||INFO|500||I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset 2021-06-15T11:45:51.206Z||pool-2-thread-10|||||INFO|500||Retrying request to {}->http://message-router.onap:3904 2021-06-15T11:45:51.206Z||pool-2-thread-4|||||INFO|500||I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset 2021-06-15T11:45:51.207Z||pool-2-thread-4|||||INFO|500||Retrying request to {}->http://message-router.onap:3904 2021-06-15T11:45:51.209Z||pool-2-thread-10|||||INFO|500||I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset 2021-06-15T11:45:51.209Z||pool-2-thread-10|||||INFO|500||Retrying request to {}->http://message-router.onap:3904 2021-06-15T11:45:51.209Z||pool-2-thread-4|||||INFO|500||I/O exception (java.net.SocketException) caught when processing request to {}->http://message-router.onap:3904: Connection reset 2021-06-15T11:45:51.209Z||pool-2-thread-4|||||INFO|500||Retrying request to {}->http://message-router.onap:3904 2021-06-15T11:45:51.211Z||pool-2-thread-10|||||WARN|500||Error executing HTTP request. Connection reset; blacklisting for 2 minutes 2021-06-15T11:45:51.211Z||pool-2-thread-10|||||ERROR|500||Error exception occured when fetching with Cambria Client:Connection reset 2021-06-15T11:45:51.211Z||pool-2-thread-4|||||WARN|500||Error executing HTTP request. Connection reset; blacklisting for 2 minutes 2021-06-15T11:45:51.211Z||pool-2-thread-4|||||ERROR|500||Error exception occured when fetching with Cambria Client:Connection reset 2021-06-15T11:45:51.211Z||pool-2-thread-10|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Connection reset java.net.SocketException: Connection reset at java.base/java.net.SocketInputStream.read(Unknown Source) at java.base/java.net.SocketInputStream.read(Unknown Source) at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139) at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155) at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261) at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165) at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622) at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380) at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364) at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87) at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:49) 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-06-15T11:45:51.212Z||pool-2-thread-4|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Connection reset java.net.SocketException: Connection reset at java.base/java.net.SocketInputStream.read(Unknown Source) at java.base/java.net.SocketInputStream.read(Unknown Source) at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139) at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155) at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261) at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165) at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) 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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622) at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380) at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364) at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87) at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:62) 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-06-15T11:46:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:46:51.195Z||pool-2-thread-4|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-06-15T11:46:51.195Z||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-06-15T11:46:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:46:51.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:46:51.196Z||pool-2-thread-2|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-06-15T11:46:51.196Z||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-06-15T11:46:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:47:00.751Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:47:00.764Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:47:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:47:51.195Z||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-06-15T11:47:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:47:51.196Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:47:51.196Z||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-06-15T11:47:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:48:00.746Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:48:00.748Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:48:51.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:48:51.196Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:48:51.196Z||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-06-15T11:48:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:48:51.196Z||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-06-15T11:48:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:49:00.751Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:49:00.751Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:49:51.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:49:51.195Z||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-06-15T11:49:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:49:51.196Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:49:51.196Z||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-06-15T11:49:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:50:00.743Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:50:00.743Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:50:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:50:51.195Z||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-06-15T11:50:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:50:51.196Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:50:51.197Z||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-06-15T11:50:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:51:00.743Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:51:00.744Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:51:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:51:51.195Z||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-06-15T11:51:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:51:51.196Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:51:51.197Z||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-06-15T11:51:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:52:00.742Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:52:00.745Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:52:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:52:51.195Z||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-06-15T11:52:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:52:51.196Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:52:51.196Z||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-06-15T11:52:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:53:00.745Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:53:00.754Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:53:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:53:51.195Z||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-06-15T11:53:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:53:51.196Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:53:51.196Z||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-06-15T11:53:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:54:00.745Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:54:00.747Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:54:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:54:51.195Z||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-06-15T11:54:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:54:51.196Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:54:51.196Z||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-06-15T11:54:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:55:00.746Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:55:00.747Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:55:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:55:51.195Z||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-06-15T11:55:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:55:51.196Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:55:51.197Z||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-06-15T11:55:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:56:00.741Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:56:00.743Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:56:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:56:51.195Z||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-06-15T11:56:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:56:51.196Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:56:51.196Z||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-06-15T11:56:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:57:00.749Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:57:00.749Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:57:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:57:51.195Z||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-06-15T11:57:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:57:51.196Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:57:51.197Z||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-06-15T11:57:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:58:00.741Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:58:00.742Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:58:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:58:51.195Z||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-06-15T11:58:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:58:51.196Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:58:51.196Z||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-06-15T11:58:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:59:00.734Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:59:00.736Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T11:59:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:59:51.195Z||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-06-15T11:59:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T11:59:51.196Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T11:59:51.196Z||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-06-15T11:59:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:00:00.751Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:00:00.855Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:00:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:00:51.195Z||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-06-15T12:00:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:00:51.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:00:51.196Z||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-06-15T12:00:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:01:00.740Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:01:00.740Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:01:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:01:51.195Z||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-06-15T12:01:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:01:51.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:01:51.196Z||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-06-15T12:01:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:02:00.742Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:02:00.752Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:02:51.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:02:51.195Z||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-06-15T12:02:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:02:51.196Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:02:51.196Z||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-06-15T12:02:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:03:00.748Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:03:00.748Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:03:51.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:03:51.195Z||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-06-15T12:03:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:03:51.196Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:03:51.197Z||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-06-15T12:03:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:04:00.746Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:04:00.753Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:04:51.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:04:51.195Z||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-06-15T12:04:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:04:51.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:04:51.196Z||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-06-15T12:04:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:05:00.743Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:05:00.744Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:05:51.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:05:51.195Z||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-06-15T12:05:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:05:51.196Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:05:51.196Z||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-06-15T12:05:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:06:00.741Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:06:00.744Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:06:51.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:06:51.195Z||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-06-15T12:06:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:06:51.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:06:51.196Z||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-06-15T12:06:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:06:51.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:06:51.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"6a0b50bf-925a-4e42-b8df-f63cdac6a3ee","serviceName":"vFW 2021-06-15 12-03-48","serviceVersion":"1.0","serviceUUID":"9b5340fe-35d6-43a5-b540-9a8f4d5357ae","serviceDescription":"catalog service description","serviceInvariantUUID":"e5f37238-a76f-4c47-bc84-eecf6ff2f031","resources":[{"resourceInstanceName":"vFW ea8c3cb8-67ab 0","resourceName":"vFW ea8c3cb8-67ab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8a7aaecd-1516-43ec-b439-54aca2ca3269","resourceInvariantUUID":"82bf5fcb-1677-47f3-8f13-9981549a6413","resourceCustomizationUUID":"9949f408-d07e-4477-a0c8-74600fb8dcab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vf-license-model.xml","artifactChecksum":"ZDgwZWZjYTdhMTQ5MzViZDVjZTRmNTkzZTdkYTJhMGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"edb0a033-d531-4bfd-98b4-69824b6fbe34","artifactVersion":"1"},{"artifactName":"vfwea8c3cb867ab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json","artifactChecksum":"MDdlYTdjNTMxMjBhOTA5ODQzNzRjMzQwNmE4NzA2Yzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"741a308d-61e1-4a63-9e85-7ae0b04fbea9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55cc36fe-525a-41d8-b64a-73cf63215121","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vendor-license-model.xml","artifactChecksum":"YzFjMmM4MmRiYzU2ZTA5MWY3N2UyYWUzMzJlZjA2YTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f0a5f460-f2ba-4cba-82a5-655f53b98665","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"45979623-2f46-4ff1-9f32-512229c51fbc","artifactVersion":"2","generatedFromUUID":"55cc36fe-525a-41d8-b64a-73cf63215121"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210615120348-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-template.yml","artifactChecksum":"NzgxMDc4ZDA2ZjFmMjEyYjJlZWNjYzBjYWVlZDMwZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7f63fb3f-7a17-4966-baa1-b471acdf55d6","artifactVersion":"1"},{"artifactName":"service-Vfw20210615120348-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar","artifactChecksum":"YjRjYjk5ZTk5YTRhMDNlZGRmZTYyNDRhYzg2NzgxZGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4d95312f-809a-4dc7-ac55-0c80cc415e6d","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-15T12:06:51.821Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:06:51.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-k8s-id", "timestamp": 1623758772745, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.828Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:06:51.834Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:06:51.842Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:06:51.842Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758811194, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "ves-openapi-manager", "timestamp": 1623758773887, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "dcae-sch", "timestamp": 1623758776587, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623758772447, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "cds", "timestamp": 1623758768950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "dcae-sch", "timestamp": 1623758776587, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623758772447, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "ves-openapi-manager", "timestamp": 1623758773887, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-k8s-id", "timestamp": 1623758772745, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json", "status": "NOTIFIED" } 2021-06-15T12:06:51.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "cds", "timestamp": 1623758768950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "aai-ml", "timestamp": 1623758778281, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "dcae-sch", "timestamp": 1623758776587, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-k8s-id", "timestamp": 1623758772745, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-06-15T12:06:51.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623758772447, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "ves-openapi-manager", "timestamp": 1623758773887, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "cds", "timestamp": 1623758768950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "aai-ml", "timestamp": 1623758778281, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "dcae-sch", "timestamp": 1623758776587, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "ves-openapi-manager", "timestamp": 1623758773887, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-k8s-id", "timestamp": 1623758772745, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623758772447, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "cds", "timestamp": 1623758768950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "aai-ml", "timestamp": 1623758778281, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-windriver-id", "timestamp": 1623758780182, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "dcae-sch", "timestamp": 1623758776587, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "ves-openapi-manager", "timestamp": 1623758773887, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623758772447, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-k8s-id", "timestamp": 1623758772745, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-06-15T12:06:51.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "clamp", "timestamp": 1623758780728, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "cds", "timestamp": 1623758768950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "aai-ml", "timestamp": 1623758778281, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-windriver-id", "timestamp": 1623758780182, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json", "status": "NOTIFIED" } 2021-06-15T12:06:51.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "dcae-sch", "timestamp": 1623758776587, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "ves-openapi-manager", "timestamp": 1623758773887, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-k8s-id", "timestamp": 1623758772745, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623758772447, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "clamp", "timestamp": 1623758780728, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json", "status": "NOTIFIED" } 2021-06-15T12:06:51.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "cds", "timestamp": 1623758768950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "aai-ml", "timestamp": 1623758778281, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-windriver-id", "timestamp": 1623758780182, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-06-15T12:06:51.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "dcae-sch", "timestamp": 1623758776587, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "ves-openapi-manager", "timestamp": 1623758773887, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-k8s-id", "timestamp": 1623758772745, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:06:51.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623758772447, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:06:51.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-starlingx-id", "timestamp": 1623758782714, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "clamp", "timestamp": 1623758780728, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "cds", "timestamp": 1623758768950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:06:51.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "aai-ml", "timestamp": 1623758778281, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-windriver-id", "timestamp": 1623758780182, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-starlingx-id", "timestamp": 1623758782714, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json", "status": "NOTIFIED" } 2021-06-15T12:06:51.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "clamp", "timestamp": 1623758780728, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "policy-id", "timestamp": 1623758783552, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "aai-ml", "timestamp": 1623758778281, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:06:51.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-windriver-id", "timestamp": 1623758780182, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-06-15T12:06:51.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "policy-id", "timestamp": 1623758783552, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-starlingx-id", "timestamp": 1623758782714, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-06-15T12:06:51.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "clamp", "timestamp": 1623758780728, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-windriver-id", "timestamp": 1623758780182, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "policy-id", "timestamp": 1623758783552, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-06-15T12:06:51.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-starlingx-id", "timestamp": 1623758782714, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "clamp", "timestamp": 1623758780728, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-windriver-id", "timestamp": 1623758780182, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:06:51.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "policy-id", "timestamp": 1623758783552, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-starlingx-id", "timestamp": 1623758782714, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-06-15T12:06:51.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "clamp", "timestamp": 1623758780728, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:06:51.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623758787425, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:06:51.858Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:06:51.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-k8s-id", "timestamp": 1623758787457, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-15T12:06:51.858Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:06:51.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "cds", "timestamp": 1623758788123, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:06:51.859Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:06:51.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "policy-id", "timestamp": 1623758783552, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-starlingx-id", "timestamp": 1623758782714, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:51.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:51.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "aai-ml", "timestamp": 1623758788708, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:06:51.859Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:06:51.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:51.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "cds", "timestamp": 1623758789136, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-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-06-15T12:06:51.942Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-06-15T12:06:51.945Z||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-06-15T12:06:51.945Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:06:51.956Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:06:51.956Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-15T12:06:51.999Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee 2021-06-15T12:06:52.015Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee 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-06-15T12:06:52.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:52.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "policy-id", "timestamp": 1623758783552, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:52.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:52.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:52.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-starlingx-id", "timestamp": 1623758782714, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:06:52.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:52.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:52.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-windriver-id", "timestamp": 1623758789423, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-15T12:06:52.031Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:06:52.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:52.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-k8s-id", "timestamp": 1623758789597, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-06-15T12:06:52.031Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:06:52.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:52.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "policy-id", "timestamp": 1623758783552, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:06:52.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:06:52.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:52.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-starlingx-id", "timestamp": 1623758791307, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-15T12:06:52.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:06:52.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:52.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-windriver-id", "timestamp": 1623758791398, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-06-15T12:06:52.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:06:52.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:52.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-k8s-id", "timestamp": 1623758791486, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-06-15T12:06:52.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:06:52.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:52.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "policy-id", "timestamp": 1623758791913, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:06:52.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:06:52.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:52.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623758792099, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:06:52.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:06:52.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:52.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-starlingx-id", "timestamp": 1623758792808, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-06-15T12:06:52.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:06:52.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:52.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-windriver-id", "timestamp": 1623758792896, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-06-15T12:06:52.033Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:06:52.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:52.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623758793102, "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-06-15T12:06:52.043Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee 2021-06-15T12:06:52.043Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee 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-06-15T12:06:52.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:52.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "policy-id", "timestamp": 1623758793084, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:06:52.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:06:52.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:52.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-windriver-id", "timestamp": 1623758793924, "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-06-15T12:06:52.053Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee 2021-06-15T12:06:52.053Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee 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-06-15T12:06:52.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:52.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-k8s-id", "timestamp": 1623758793951, "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-06-15T12:06:52.062Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee 2021-06-15T12:06:52.062Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee 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-06-15T12:06:52.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:52.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "policy-id", "timestamp": 1623758794088, "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-06-15T12:06:52.071Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee 2021-06-15T12:06:52.071Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee 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-06-15T12:06:52.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:52.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-starlingx-id", "timestamp": 1623758794300, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-06-15T12:06:52.076Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:06:52.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:52.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-windriver-id", "timestamp": 1623758794928, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json", "status": "DEPLOY_OK" } 2021-06-15T12:06:52.076Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:06:52.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:52.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-k8s-id", "timestamp": 1623758794954, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json", "status": "DEPLOY_OK" } 2021-06-15T12:06:52.076Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:06:52.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:52.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-starlingx-id", "timestamp": 1623758795307, "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-06-15T12:06:52.079Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee 2021-06-15T12:06:52.079Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee 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-06-15T12:06:52.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:52.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "multicloud-starlingx-id", "timestamp": 1623758796311, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json", "status": "DEPLOY_OK" } 2021-06-15T12:06:52.083Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:06:52.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:52.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "clamp", "timestamp": 1623758799119, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:06:52.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:06:52.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:52.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "clamp", "timestamp": 1623758800180, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:06:52.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:06:52.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:52.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "clamp", "timestamp": 1623758801183, "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-06-15T12:06:52.087Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee 2021-06-15T12:06:52.087Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee 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-06-15T12:06:52.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:52.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "aai-ml", "timestamp": 1623758801723, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:06:52.094Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:06:52.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:06:52.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "aai-ml", "timestamp": 1623758802727, "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-06-15T12:06:52.097Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee 2021-06-15T12:06:52.097Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee 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-06-15T12:06:52.846Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:06:52.847Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:06:52.848Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:06:52.848Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758811194, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json", "status": "NOTIFIED" } 2021-06-15T12:06:52.948Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:06:52.949Z||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-06-15T12:06:52.949Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:06:52.960Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:06:52.960Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:06:53.848Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:06:53.849Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:06:53.850Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:06:53.851Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758811194, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-06-15T12:06:53.951Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:06:53.951Z||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-06-15T12:06:53.951Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:06:53.961Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:06:53.961Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:06:54.851Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:06:54.852Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:06:54.853Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:06:54.853Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758811194, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:54.953Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:06:54.954Z||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-06-15T12:06:54.954Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:06:54.964Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:06:54.964Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:06:55.854Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:06:55.854Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:06:55.856Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:06:55.856Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758811194, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-06-15T12:06:55.956Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:06:55.957Z||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-06-15T12:06:55.957Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:06:55.967Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:06:55.967Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:06:56.856Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:06:56.857Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:06:56.859Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:06:56.859Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758811194, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:06:56.959Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:06:56.960Z||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-06-15T12:06:56.960Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:06:56.971Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:06:56.972Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:06:57.859Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:06:57.860Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:06:57.862Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:06:57.862Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758811194, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:06:57.962Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:06:57.963Z||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-06-15T12:06:57.963Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:06:57.975Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:06:57.975Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-06-15T12:06:58.863Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "serviceName": "vFW 2021-06-15 12-03-48", "serviceVersion": "1.0", "serviceUUID": "9b5340fe-35d6-43a5-b540-9a8f4d5357ae", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e5f37238-a76f-4c47-bc84-eecf6ff2f031", "resources": [ { "resourceInstanceName": "vFW ea8c3cb8-67ab 0", "resourceCustomizationUUID": "9949f408-d07e-4477-a0c8-74600fb8dcab", "resourceName": "vFW ea8c3cb8-67ab", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8a7aaecd-1516-43ec-b439-54aca2ca3269", "resourceInvariantUUID": "82bf5fcb-1677-47f3-8f13-9981549a6413", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwea8c3cb867ab0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json", "artifactChecksum": "MDdlYTdjNTMxMjBhOTA5ODQzNzRjMzQwNmE4NzA2Yzg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "741a308d-61e1-4a63-9e85-7ae0b04fbea9", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "55cc36fe-525a-41d8-b64a-73cf63215121", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "45979623-2f46-4ff1-9f32-512229c51fbc", "generatedFromUUID": "55cc36fe-525a-41d8-b64a-73cf63215121" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "45979623-2f46-4ff1-9f32-512229c51fbc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210615120348-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar", "artifactChecksum": "YjRjYjk5ZTk5YTRhMDNlZGRmZTYyNDRhYzg2NzgxZGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4d95312f-809a-4dc7-ac55-0c80cc415e6d" } ], "workloadContext": "Production" } 2021-06-15T12:06:58.864Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-15T12:06:58.864Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9b5340fe-35d6-43a5-b540-9a8f4d5357ae ASDC 2021-06-15T12:06:58.942Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:6a0b50bf-925a-4e42-b8df-f63cdac6a3ee ServiceName:vFW 2021-06-15 12-03-48 ServiceVersion:1.0 ServiceUUID:9b5340fe-35d6-43a5-b540-9a8f4d5357ae ServiceInvariantUUID:e5f37238-a76f-4c47-bc84-eecf6ff2f031 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210615120348-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar ArtifactUUID:4d95312f-809a-4dc7-ac55-0c80cc415e6d ArtifactChecksum:YjRjYjk5ZTk5YTRhMDNlZGRmZTYyNDRhYzg2NzgxZGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW ea8c3cb8-67ab 0 ResourceCustomizationUUID:9949f408-d07e-4477-a0c8-74600fb8dcab ResourceInvariantUUID:82bf5fcb-1677-47f3-8f13-9981549a6413 ResourceName:vFW ea8c3cb8-67ab ResourceType:VF ResourceUUID:8a7aaecd-1516-43ec-b439-54aca2ca3269 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwea8c3cb867ab0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json ArtifactUUID:741a308d-61e1-4a63-9e85-7ae0b04fbea9 ArtifactChecksum:MDdlYTdjNTMxMjBhOTA5ODQzNzRjMzQwNmE4NzA2Yzg= 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/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml ArtifactUUID:55cc36fe-525a-41d8-b64a-73cf63215121 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/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env ArtifactUUID:45979623-2f46-4ff1-9f32-512229c51fbc 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/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env ArtifactUUID:45979623-2f46-4ff1-9f32-512229c51fbc ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-06-15T12:06:58.942Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9b5340fe-35d6-43a5-b540-9a8f4d5357ae 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-06-15T12:06:58.981Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-15T12:06:58.982Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-06-15T12:06:58.982Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-06-15T12:06:58.983Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4d95312f-809a-4dc7-ac55-0c80cc415e6d from URL: /sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar 2021-06-15T12:06:58.983Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-06-15T12:06:58.983Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar 2021-06-15T12:06:59.142Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-15T12:06:59.152Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar 4d95312f-809a-4dc7-ac55-0c80cc415e6d 98697 2021-06-15T12:06:59.152Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar ASDC sendASDCNotification 2021-06-15T12:06:59.152Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar 2021-06-15T12:06:59.153Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-15T12:06:59.154Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:06:59.155Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:06:59.155Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758819152, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:06:59.255Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:06:59.256Z||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-06-15T12:06:59.256Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:06:59.268Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:06:59.268Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-06-15T12:07:00.156Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-15T12:07:00.157Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-06-15T12:07:00.157Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4d95312f-809a-4dc7-ac55-0c80cc415e6d, URL: /sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar to file: /app/ASDC/1/service-Vfw20210615120348-csar.csar 2021-06-15T12:07:00.158Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210615120348-csar.csar 2021-06-15T12:07:00.306Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210615120348-csar.csar 2021-06-15T12:07:00.306Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210615120348-csar.csar 2021-06-15T12:07:00.793Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12703783955059347847/Definitions/service-Vfw20210615120348-template.yml 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 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 2021-06-15T12:07:03.205Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-15T12:07:03.209Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-06-15T12:07:03.209Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210615120348-csar.csar 2021-06-15T12:07:03.209Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-06-15T12:07:03.209Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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-Vfw20210615120348-csar.csar 2021-06-15T12:07:03.210Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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-Vfw20210615120348-csar.csar 2021-06-15T12:07:03.210Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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-Vfw20210615120348-csar.csar 2021-06-15T12:07:03.210Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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-Vfw20210615120348-csar.csar 2021-06-15T12:07:03.210Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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-Vfw20210615120348-csar.csar 2021-06-15T12:07:03.210Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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-Vfw20210615120348-csar.csar 2021-06-15T12:07:03.210Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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-Vfw20210615120348-csar.csar 2021-06-15T12:07:03.210Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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-Vfw20210615120348-csar.csar 2021-06-15T12:07:03.210Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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-Vfw20210615120348-csar.csar 2021-06-15T12:07:03.210Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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-Vfw20210615120348-csar.csar 2021-06-15T12:07:03.210Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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-Vfw20210615120348-csar.csar 2021-06-15T12:07:03.210Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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-Vfw20210615120348-csar.csar 2021-06-15T12:07:03.210Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ea8c3cb8-67ab 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-Vfw20210615120348-csar.csar 2021-06-15T12:07:03.210Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-06-15T12:07:03.216Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:03.217Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:07:03.221Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is matching search criteria 2021-06-15T12:07:03.221Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-06-15T12:07:03.222Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ea8c3cb8-67ab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-15T12:07:03.224Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:03.224Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:07:03.224Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is matching search criteria 2021-06-15T12:07:03.224Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-06-15T12:07:03.224Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ea8c3cb8-67ab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-15T12:07:03.225Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:03.225Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:07:03.228Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:03.228Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is not matching search criteria 2021-06-15T12:07:03.228Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-15T12:07:03.228Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-06-15T12:07:03.228Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-06-15T12:07:03.229Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-06-15T12:07:03.229Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-06-15T12:07:03.229Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-06-15T12:07:03.229Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-15T12:07:03.229Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-06-15T12:07:03.229Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-06-15T12:07:03.229Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-06-15T12:07:03.229Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-06-15T12:07:03.229Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-06-15T12:07:03.229Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-06-15T12:07:03.230Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-06-15T12:07:03.230Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-06-15T12:07:03.230Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-06-15T12:07:03.230Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:03.230Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-15T12:07:03.231Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:03.231Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is matching search criteria 2021-06-15T12:07:03.231Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ea8c3cb8-67ab 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-15T12:07:03.232Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:03.232Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is matching search criteria 2021-06-15T12:07:03.232Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ea8c3cb8-67ab 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-15T12:07:03.232Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:03.232Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is matching search criteria 2021-06-15T12:07:03.232Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ea8c3cb8-67ab 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-15T12:07:03.232Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:03.233Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is not matching search criteria 2021-06-15T12:07:03.233Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-15T12:07:03.233Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-06-15T12:07:03.233Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-15T12:07:03.233Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-06-15T12:07:03.233Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-06-15T12:07:03.233Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-06-15T12:07:03.233Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-06-15T12:07:03.233Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-06-15T12:07:03.234Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-06-15T12:07:03.234Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-06-15T12:07:03.234Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-06-15T12:07:03.234Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bb33f5e8-914f-49b3-97b0-e5049e05ffed 2021-06-15T12:07:03.234Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:03.234Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is not matching search criteria 2021-06-15T12:07:03.234Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-15T12:07:03.234Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-06-15T12:07:03.234Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-06-15T12:07:03.235Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-06-15T12:07:03.235Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-06-15T12:07:03.235Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-06-15T12:07:03.235Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-15T12:07:03.235Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-06-15T12:07:03.235Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-06-15T12:07:03.235Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-06-15T12:07:03.235Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-06-15T12:07:03.235Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-06-15T12:07:03.235Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=42ee3ca2-3f31-4e30-9c3b-7c2203af0299 2021-06-15T12:07:03.236Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:03.236Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is not matching search criteria 2021-06-15T12:07:03.236Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-15T12:07:03.236Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-06-15T12:07:03.236Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-06-15T12:07:03.236Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-06-15T12:07:03.252Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-06-15T12:07:03.252Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-06-15T12:07:03.252Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-15T12:07:03.252Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-06-15T12:07:03.252Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-06-15T12:07:03.252Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-06-15T12:07:03.252Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-06-15T12:07:03.252Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-06-15T12:07:03.253Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d75ddf83-ecc8-46e6-adc2-fb4649678f58 2021-06-15T12:07:03.253Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:03.253Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:07:03.253Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:03.253Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:07:03.253Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:03.253Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:07:03.253Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:03.254Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:07:03.254Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-06-15 12-03-48 Description:catalog service description Model UUID:9b5340fe-35d6-43a5-b540-9a8f4d5357ae Model Version:NULL Model InvariantUuid:e5f37238-a76f-4c47-bc84-eecf6ff2f031 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW ea8c3cb8-67ab Model UUID:f0c8c58d-704c-43c8-999d-de5cb15ab96f Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:82bf5fcb-1677-47f3-8f13-9981549a6413 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9949f408-d07e-4477-a0c8-74600fb8dcab NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2109f5d5-cca4-4e4e-a12f-c7e2f7c7e441 ModelName:VfwEa8c3cb867ab..base_vfw..module-0 ModelUuid:226c3f62-e3d0-49ce-8e2d-e558c7a86c1e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bb33f5e8-914f-49b3-97b0-e5049e05ffed ModelInvariantUuid:13c7e541-bfa2-4a4c-97bd-c752f7a316fa ModelName:vFW ea8c3cb8-67ab-nodes.vfwCvfc ModelUuid:faeacc3a-8d80-4e8f-8bd1-a4b266ce330c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:95f9c045-42eb-47e1-b9e1-463ed54130b0 ModelInvariantUuid:1806c713-2757-4ed4-b4aa-82edc37e65f7 ModelName:VfwEa8c3cb867ab.compute.nodes.heat.vfw ModelUuid:e3eb966b-c8b8-46ad-a37e-1de742272fac ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:42ee3ca2-3f31-4e30-9c3b-7c2203af0299 ModelInvariantUuid:09a841e7-b2cc-49a9-939b-d2d5bf35014e ModelName:vFW ea8c3cb8-67ab-nodes.vsnCvfc ModelUuid:2a1906d2-d98f-440b-bb35-88e162019f38 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:4c235d90-d565-48e2-8e35-367e6081d1ff ModelInvariantUuid:7a7e239a-f919-4e12-9c69-ffd887ec43be ModelName:VfwEa8c3cb867ab.compute.nodes.heat.vsn ModelUuid:28fc6a93-093a-4252-b58f-671c48f38338 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:d75ddf83-ecc8-46e6-adc2-fb4649678f58 ModelInvariantUuid:67fb616a-8b99-4181-9be4-439b95ad507c ModelName:vFW ea8c3cb8-67ab-nodes.vpgCvfc ModelUuid:898eee25-8824-4e2a-bdf6-208b977e728d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:4375fe58-7144-46bd-916b-5e03373c3a0d ModelInvariantUuid:612dd603-86f9-41cd-81a4-c8faa79150c1 ModelName:VfwEa8c3cb867ab.compute.nodes.heat.vpg ModelUuid:745aff4f-a057-4c3f-a121-1e58989cca88 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-06-15T12:07:03.265Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 8a7aaecd-1516-43ec-b439-54aca2ca3269 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-06-15T12:07:03.339Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||vFW ea8c3cb8-67ab 0 2021-06-15T12:07:03.344Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8a7aaecd-1516-43ec-b439-54aca2ca3269 2021-06-15T12:07:03.344Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 741a308d-61e1-4a63-9e85-7ae0b04fbea9 from URL: /sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json 2021-06-15T12:07:03.344Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-06-15T12:07:03.344Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json 2021-06-15T12:07:03.567Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-15T12:07:03.567Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json 741a308d-61e1-4a63-9e85-7ae0b04fbea9 785 2021-06-15T12:07:03.567Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json ASDC sendASDCNotification 2021-06-15T12:07:03.567Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json 2021-06-15T12:07:03.568Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-15T12:07:03.568Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:07:03.570Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:07:03.570Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758823567, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-15T12:07:03.670Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:07:03.671Z||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-06-15T12:07:03.671Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:07:03.682Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:07:03.683Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:07:04.571Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwEa8c3cb867ab..base_vfw..module-0", "vfModuleModelInvariantUUID": "2109f5d5-cca4-4e4e-a12f-c7e2f7c7e441", "vfModuleModelVersion": "1", "vfModuleModelUUID": "226c3f62-e3d0-49ce-8e2d-e558c7a86c1e", "vfModuleModelCustomizationUUID": "6b8d3fe8-3b61-4a4e-aa1e-b078911e4ec7", "isBase": true, "artifacts": [ "55cc36fe-525a-41d8-b64a-73cf63215121", "45979623-2f46-4ff1-9f32-512229c51fbc" ], "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-06-15T12:07:04.589Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwEa8c3cb867ab..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:226c3f62-e3d0-49ce-8e2d-e558c7a86c1e VfModuleModelInvariantUUID:2109f5d5-cca4-4e4e-a12f-c7e2f7c7e441 VfModuleModelDescription:NULL Artifacts UUID List:{ 55cc36fe-525a-41d8-b64a-73cf63215121 , 45979623-2f46-4ff1-9f32-512229c51fbc } 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-06-15T12:07:04.591Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwEa8c3cb867ab..base_vfw..module-0", "vfModuleModelInvariantUUID": "2109f5d5-cca4-4e4e-a12f-c7e2f7c7e441", "vfModuleModelVersion": "1", "vfModuleModelUUID": "226c3f62-e3d0-49ce-8e2d-e558c7a86c1e", "vfModuleModelCustomizationUUID": "6b8d3fe8-3b61-4a4e-aa1e-b078911e4ec7", "isBase": true, "artifacts": [ "55cc36fe-525a-41d8-b64a-73cf63215121", "45979623-2f46-4ff1-9f32-512229c51fbc" ], "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-06-15T12:07:04.592Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwEa8c3cb867ab..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:226c3f62-e3d0-49ce-8e2d-e558c7a86c1e VfModuleModelInvariantUUID:2109f5d5-cca4-4e4e-a12f-c7e2f7c7e441 VfModuleModelDescription:NULL Artifacts UUID List:{ 55cc36fe-525a-41d8-b64a-73cf63215121 , 45979623-2f46-4ff1-9f32-512229c51fbc } 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-06-15T12:07:04.592Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 55cc36fe-525a-41d8-b64a-73cf63215121 from URL: /sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml 2021-06-15T12:07:04.592Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-06-15T12:07:04.592Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml 2021-06-15T12:07:06.208Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-15T12:07:06.209Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml 55cc36fe-525a-41d8-b64a-73cf63215121 20368 2021-06-15T12:07:06.209Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-06-15T12:07:06.209Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml 2021-06-15T12:07:06.209Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-15T12:07:06.210Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:07:06.211Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:07:06.211Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758826209, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-06-15T12:07:06.311Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:07:06.312Z||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-06-15T12:07:06.312Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:07:06.322Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:07:06.323Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:07:07.212Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 45979623-2f46-4ff1-9f32-512229c51fbc from URL: /sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env 2021-06-15T12:07:07.212Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-06-15T12:07:07.212Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env 2021-06-15T12:07:08.453Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-15T12:07:08.454Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env 45979623-2f46-4ff1-9f32-512229c51fbc 2098 2021-06-15T12:07:08.454Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-06-15T12:07:08.454Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env 2021-06-15T12:07:08.454Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-15T12:07:08.454Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:07:08.455Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:07:08.456Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758828454, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-06-15T12:07:08.556Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:07:08.556Z||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-06-15T12:07:08.556Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:07:08.566Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:07:08.567Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-06-15T12:07:09.456Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 9b5340fe-35d6-43a5-b540-9a8f4d5357ae 2021-06-15T12:07:09.456Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ea8c3cb8-67ab 0 8a7aaecd-1516-43ec-b439-54aca2ca3269 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-06-15T12:07:09.489Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:09.489Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:07:09.489Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-06-15T12:07:09.489Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 9949f408-d07e-4477-a0c8-74600fb8dcab 2021-06-15T12:07:09.489Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9949f408-d07e-4477-a0c8-74600fb8dcab matches Tosca VF Customization UUID: 9949f408-d07e-4477-a0c8-74600fb8dcab 2021-06-15T12:07:09.489Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 9949f408-d07e-4477-a0c8-74600fb8dcab 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-06-15T12:07:09.495Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:09.495Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:07:09.496Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 9949f408-d07e-4477-a0c8-74600fb8dcab: {\"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-06-15T12:07:09.496Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7cf4813b 2021-06-15T12:07:09.497Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:09.497Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-15T12:07:09.497Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6b8d3fe8-3b61-4a4e-aa1e-b078911e4ec7 2021-06-15T12:07:09.498Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6b8d3fe8-3b61-4a4e-aa1e-b078911e4ec7 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-06-15T12:07:09.502Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:09.502Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is matching search criteria 2021-06-15T12:07:09.502Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ea8c3cb8-67ab 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-15T12:07:09.503Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:09.503Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is matching search criteria 2021-06-15T12:07:09.503Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ea8c3cb8-67ab 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-15T12:07:09.503Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:09.503Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is not matching search criteria 2021-06-15T12:07:09.503Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-15T12:07:09.504Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-06-15T12:07:09.504Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-15T12:07:09.504Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-06-15T12:07:09.504Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-06-15T12:07:09.504Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-06-15T12:07:09.504Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-06-15T12:07:09.504Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-06-15T12:07:09.504Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-06-15T12:07:09.504Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-06-15T12:07:09.504Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-06-15T12:07:09.505Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bb33f5e8-914f-49b3-97b0-e5049e05ffed 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-06-15T12:07:09.510Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:09.510Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is matching search criteria 2021-06-15T12:07:09.510Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ea8c3cb8-67ab 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-15T12:07:09.510Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:09.510Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is not matching search criteria 2021-06-15T12:07:09.510Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-15T12:07:09.510Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-06-15T12:07:09.511Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-06-15T12:07:09.511Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-06-15T12:07:09.511Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-06-15T12:07:09.511Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-06-15T12:07:09.511Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-15T12:07:09.511Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-06-15T12:07:09.511Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-06-15T12:07:09.511Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-06-15T12:07:09.512Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-06-15T12:07:09.512Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-06-15T12:07:09.512Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=42ee3ca2-3f31-4e30-9c3b-7c2203af0299 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-06-15T12:07:09.514Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:09.514Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is matching search criteria 2021-06-15T12:07:09.514Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ea8c3cb8-67ab 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-15T12:07:09.516Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:09.516Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is not matching search criteria 2021-06-15T12:07:09.516Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-15T12:07:09.516Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-06-15T12:07:09.516Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-06-15T12:07:09.516Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-06-15T12:07:09.516Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-06-15T12:07:09.516Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-06-15T12:07:09.516Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-15T12:07:09.517Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-06-15T12:07:09.517Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-06-15T12:07:09.517Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-06-15T12:07:09.517Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-06-15T12:07:09.517Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-06-15T12:07:09.517Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d75ddf83-ecc8-46e6-adc2-fb4649678f58 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-06-15T12:07:09.519Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:09.519Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is matching search criteria 2021-06-15T12:07:09.519Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ea8c3cb8-67ab 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-15T12:07:09.519Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:09.519Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Node template vFW ea8c3cb8-67ab 0 is matching search criteria 2021-06-15T12:07:09.520Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ea8c3cb8-67ab 0] matching following query criteria: sdcType=VF, customizationUUID=9949f408-d07e-4477-a0c8-74600fb8dcab 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-06-15T12:07:09.521Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:09.521Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:07:09.522Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 9b5340fe-35d6-43a5-b540-9a8f4d5357ae: vFW ea8c3cb8-67ab 2021-06-15T12:07:09.522Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:09.522Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:07:09.522Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:09.522Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:07:09.522Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:09.522Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:07:09.523Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:09.523Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:07:09.523Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:07:09.523Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-06-15 12-03-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:07:09.523Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2021-06-15 12-03-48 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-06-15T12:07:09.737Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ea8c3cb8-67ab 8a7aaecd-1516-43ec-b439-54aca2ca3269 1 ASDC deployResourceStructure 2021-06-15T12:07:09.737Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json ASDC sendASDCNotification 2021-06-15T12:07:09.737Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json 2021-06-15T12:07:09.737Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-15T12:07:09.737Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:07:09.739Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:07:09.739Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758829737, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json", "status": "DEPLOY_OK" } 2021-06-15T12:07:09.839Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:07:09.840Z||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-06-15T12:07:09.840Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:07:09.849Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:07:09.850Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:07:10.739Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-06-15T12:07:10.740Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml 2021-06-15T12:07:10.740Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-15T12:07:10.740Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:07:10.741Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:07:10.741Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758830739, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-06-15T12:07:10.842Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:07:10.842Z||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-06-15T12:07:10.843Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:07:10.854Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:07:10.855Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:07:11.742Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-06-15T12:07:11.743Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env 2021-06-15T12:07:11.743Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-15T12:07:11.743Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:07:11.744Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:07:11.744Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758831742, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-06-15T12:07:11.845Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-15T12:07:11.845Z||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-06-15T12:07:11.845Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:07:11.856Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:07:11.857Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:07:12.745Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar ASDC sendASDCNotification 2021-06-15T12:07:12.746Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar 2021-06-15T12:07:12.746Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-15T12:07:12.746Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:07:12.747Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:07:12.747Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758832745, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:07:12.848Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:07:12.848Z||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-06-15T12:07:12.849Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:07:12.860Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:07:12.861Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:07:13.749Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-15T12:07:13.766Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee 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-06-15T12:07:13.770Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-15T12:07:13.771Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-15T12:07:13.771Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-15T12:07:13.771Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-15T12:07:13.771Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:07:13.771Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:07:13.771Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:07:13.771Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:07:13.772Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:07:13.772Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:07:13.772Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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-06-15T12:07:13.777Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-15T12:07:43.777Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee 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-06-15T12:07:43.784Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee and serviceModelVersionId: 9b5340fe-35d6-43a5-b540-9a8f4d5357ae 2021-06-15T12:07:43.785Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e5f37238-a76f-4c47-bc84-eecf6ff2f031 2021-06-15T12:07:51.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:07:51.196Z||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-06-15T12:07:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:07:51.321Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:07:51.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:07:51.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758811194, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:07:51.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:07:54.486Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e5f37238-a76f-4c47-bc84-eecf6ff2f031/model-vers/model-ver/9b5340fe-35d6-43a5-b540-9a8f4d5357ae?depth=0 2021-06-15T12:07:54.568Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-06-15T12:07:55.161Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5f37238-a76f-4c47-bc84-eecf6ff2f031/model-vers/model-ver/9b5340fe-35d6-43a5-b540-9a8f4d5357ae?depth=0|INFO|500||Invoke 2021-06-15T12:07:55.167Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5f37238-a76f-4c47-bc84-eecf6ff2f031/model-vers/model-ver/9b5340fe-35d6-43a5-b540-9a8f4d5357ae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5f37238-a76f-4c47-bc84-eecf6ff2f031/model-vers/model-ver/9b5340fe-35d6-43a5-b540-9a8f4d5357ae?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6a0b50bf-925a-4e42-b8df-f63cdac6a3ee], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5ce48f3b-dd6d-40a7-b04a-d9e8af3c1d1f], X-ECOMP-RequestID=[6a0b50bf-925a-4e42-b8df-f63cdac6a3ee], X-TransactionId=[], X-ONAP-RequestID=[6a0b50bf-925a-4e42-b8df-f63cdac6a3ee], Content-Type=[application/merge-patch+json]} 2021-06-15T12:07:55.261Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5f37238-a76f-4c47-bc84-eecf6ff2f031/model-vers/model-ver/9b5340fe-35d6-43a5-b540-9a8f4d5357ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-15T12:07:55.403Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5f37238-a76f-4c47-bc84-eecf6ff2f031/model-vers/model-ver/9b5340fe-35d6-43a5-b540-9a8f4d5357ae?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/e5f37238-a76f-4c47-bc84-eecf6ff2f031/model-vers/model-ver/9b5340fe-35d6-43a5-b540-9a8f4d5357ae?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210615-12:07:55:269-22565], vertex-id=[229520], Content-Length=[0], Date=[Tue, 15 Jun 2021 12:07:55 GMT], Content-Type=[application/json]} 2021-06-15T12:07:55.405Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5f37238-a76f-4c47-bc84-eecf6ff2f031/model-vers/model-ver/9b5340fe-35d6-43a5-b540-9a8f4d5357ae?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-06-15T12:07:55.405Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5f37238-a76f-4c47-bc84-eecf6ff2f031/model-vers/model-ver/9b5340fe-35d6-43a5-b540-9a8f4d5357ae?depth=0|INFO|500||InvokeReturn 2021-06-15T12:07:55.408Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-15T12:07:55.408Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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-06-15T12:07:55.413Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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-06-15T12:07:55.421Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a0b50bf-925a-4e42-b8df-f63cdac6a3ee and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-15T12:07:55.422Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-15T12:07:55.422Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:07:55.423Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:07:55.424Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758875421, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-15T12:07:55.524Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:07:55.525Z||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-06-15T12:07:55.525Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:07:55.535Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:07:55.535Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-15T12:07:56.438Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:07:56.438Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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-06-15T12:07:56.438Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:08:05.984Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:08:51.194Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:08:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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-06-15T12:08:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:08:51.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:08:51.196Z||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-06-15T12:08:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:08:51.225Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:08:51.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:08:51.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758811194, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json", "status": "NOTIFIED" } 2021-06-15T12:08:51.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:08:51.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:08:51.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758811194, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-06-15T12:08:51.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:08:51.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:08:51.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758811194, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:08:51.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:08:51.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:08:51.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758811194, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-06-15T12:08:51.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:08:51.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:08:51.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758811194, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:08:51.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:08:51.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:08:51.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758811194, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:08:51.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:08:51.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:08:51.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758819152, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:08:51.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:08:51.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:08:51.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758823567, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-15T12:08:51.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:08:51.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:08:51.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758826209, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-06-15T12:08:51.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:08:51.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:08:51.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758828454, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-06-15T12:08:51.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:08:51.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:08:51.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758829737, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/vfwea8c3cb867ab0_modules.json", "status": "DEPLOY_OK" } 2021-06-15T12:08:51.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:08:51.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:08:51.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758830739, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-06-15T12:08:51.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:08:51.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:08:51.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758831742, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/resourceInstances/vfwea8c3cb867ab0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-06-15T12:08:51.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:08:51.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:08:51.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758832745, "artifactURL": "/sdc/v1/catalog/services/Vfw20210615120348/1.0/artifacts/service-Vfw20210615120348-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:08:51.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:09:00.741Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:09:51.194Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:09:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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-06-15T12:09:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:09:51.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:09:51.196Z||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-06-15T12:09:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:09:51.718Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:09:51.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:09:51.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a0b50bf-925a-4e42-b8df-f63cdac6a3ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623758875421, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-15T12:09:51.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:10:00.744Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:10:51.194Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:10:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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-06-15T12:10:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:10:51.196Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:10:51.197Z||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-06-15T12:10:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:11:00.744Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:11:00.755Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:11:51.194Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:11:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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-06-15T12:11:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:11:51.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:11:51.196Z||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-06-15T12:11:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:12:00.740Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:12:00.740Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:12:51.194Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:12:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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-06-15T12:12:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:12:51.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:12:51.196Z||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-06-15T12:12:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:13:00.742Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:13:00.743Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:13:51.194Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:13:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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-06-15T12:13:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:13:51.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:13:51.196Z||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-06-15T12:13:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:14:00.738Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:14:00.743Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:14:51.194Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:14:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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-06-15T12:14:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:14:51.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:14:51.196Z||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-06-15T12:14:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:15:00.744Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:15:00.773Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:15:51.194Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:15:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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-06-15T12:15:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:15:51.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:15:51.196Z||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-06-15T12:15:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:16:00.741Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:16:00.742Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:16:51.194Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:16:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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-06-15T12:16:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:16:51.196Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:16:51.196Z||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-06-15T12:16:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:17:00.743Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:17:00.750Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:17:51.194Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:17:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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-06-15T12:17:51.195Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:17:51.196Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:17:51.196Z||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-06-15T12:17:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:17:51.819Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:17:51.819Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.819Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e42d9efc-7f13-43b4-a7de-bcc858db62ef","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0fa219ba-b7af-47ab-a2ce-fc2a391a8f85","serviceDescription":"service","serviceInvariantUUID":"a255657a-4b82-49b5-8b57-6148b1d7a574","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"5ab96ea7-4b9c-48ae-82ae-c0ae33cd27cb","resourceInvariantUUID":"b93ef8cc-f2a7-4aad-8025-dfa5f69947ce","resourceCustomizationUUID":"ce9dfd9c-f41e-4b3c-add9-4bedb72add44","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":"M2JmODdjZTQyMjhiYzllMWUwODE3ZDA3MmJmYWE2MzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f7865217-2e08-4110-a0ef-0f95a3e4e70d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTNmMjNkNzY1MWU4MDk2M2FjYTcxNmU1ZTU5NDRhZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c273f6d-e7a3-4eb4-803f-81eec44b3087","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-15T12:17:51.822Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:17:51.822Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:17:51.823Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:17:51.823Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759471194, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:17:51.825Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:17:51.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "cds", "timestamp": 1623759428950, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:17:51.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:17:51.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759422714, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:17:51.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:17:51.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "multicloud-windriver-id", "timestamp": 1623759420182, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:17:51.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:17:51.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "policy-id", "timestamp": 1623759423552, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:17:51.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:17:51.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "cds", "timestamp": 1623759428950, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:17:51.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:17:51.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759422714, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:17:51.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:17:51.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "multicloud-windriver-id", "timestamp": 1623759420182, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:17:51.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:17:51.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "policy-id", "timestamp": 1623759423552, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:17:51.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:17:51.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "cds", "timestamp": 1623759432394, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:17:51.829Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:17:51.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "policy-id", "timestamp": 1623759432399, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:17:51.829Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:17:51.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759432447, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:17:51.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:17:51.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "multicloud-k8s-id", "timestamp": 1623759432745, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:17:51.830Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:17:51.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "cds", "timestamp": 1623759433399, "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-06-15T12:17:51.845Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e42d9efc-7f13-43b4-a7de-bcc858db62ef 2021-06-15T12:17:51.845Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e42d9efc-7f13-43b4-a7de-bcc858db62ef 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-06-15T12:17:51.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "policy-id", "timestamp": 1623759433404, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:17:51.852Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:17:51.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759432447, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:17:51.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:17:51.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "multicloud-k8s-id", "timestamp": 1623759432745, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:17:51.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:17:51.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "policy-id", "timestamp": 1623759434407, "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-06-15T12:17:51.857Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e42d9efc-7f13-43b4-a7de-bcc858db62ef 2021-06-15T12:17:51.857Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e42d9efc-7f13-43b4-a7de-bcc858db62ef 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-06-15T12:17:51.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "ves-openapi-manager", "timestamp": 1623759433888, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:17:51.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:17:51.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "ves-openapi-manager", "timestamp": 1623759433888, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:17:51.865Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:17:51.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759435796, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:17:51.865Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:17:51.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "dcae-sch", "timestamp": 1623759436587, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:17:51.865Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:17:51.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759437272, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:17:51.865Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:17:51.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "dcae-sch", "timestamp": 1623759436587, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:17:51.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:17:51.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759438275, "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-06-15T12:17:51.869Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e42d9efc-7f13-43b4-a7de-bcc858db62ef 2021-06-15T12:17:51.869Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e42d9efc-7f13-43b4-a7de-bcc858db62ef 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-06-15T12:17:51.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "aai-ml", "timestamp": 1623759438281, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:17:51.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:17:51.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "aai-ml", "timestamp": 1623759438281, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:17:51.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:17:51.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "clamp", "timestamp": 1623759440728, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:17:51.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:17:51.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "aai-ml", "timestamp": 1623759441509, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:17:51.877Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:17:51.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "clamp", "timestamp": 1623759440728, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:17:51.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:17:51.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "aai-ml", "timestamp": 1623759446855, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:17:51.877Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:17:51.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "aai-ml", "timestamp": 1623759447859, "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-06-15T12:17:51.881Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e42d9efc-7f13-43b4-a7de-bcc858db62ef 2021-06-15T12:17:51.881Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e42d9efc-7f13-43b4-a7de-bcc858db62ef 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-06-15T12:17:51.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "clamp", "timestamp": 1623759453224, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:17:51.887Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:17:51.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "clamp", "timestamp": 1623759455232, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:17:51.887Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:17:51.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:17:51.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "clamp", "timestamp": 1623759456234, "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-06-15T12:17:51.892Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e42d9efc-7f13-43b4-a7de-bcc858db62ef 2021-06-15T12:17:51.892Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e42d9efc-7f13-43b4-a7de-bcc858db62ef 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-06-15T12:17:51.924Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:17:51.924Z||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-06-15T12:17:51.924Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:17:51.935Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:17:51.935Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:17:52.824Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:17:52.825Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:17:52.826Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:17:52.826Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759471194, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:17:52.926Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:17:52.927Z||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-06-15T12:17:52.927Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:17:52.946Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:17:52.946Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2021-06-15T12:17:53.827Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "0fa219ba-b7af-47ab-a2ce-fc2a391a8f85", "serviceDescription": "service", "serviceInvariantUUID": "a255657a-4b82-49b5-8b57-6148b1d7a574", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "ce9dfd9c-f41e-4b3c-add9-4bedb72add44", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "5ab96ea7-4b9c-48ae-82ae-c0ae33cd27cb", "resourceInvariantUUID": "b93ef8cc-f2a7-4aad-8025-dfa5f69947ce", "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": "ZTNmMjNkNzY1MWU4MDk2M2FjYTcxNmU1ZTU5NDRhZGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5c273f6d-e7a3-4eb4-803f-81eec44b3087" } ], "workloadContext": "Production" } 2021-06-15T12:17:53.828Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-15T12:17:53.828Z|6a0b50bf-925a-4e42-b8df-f63cdac6a3ee|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0fa219ba-b7af-47ab-a2ce-fc2a391a8f85 ASDC 2021-06-15T12:17:53.828Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:e42d9efc-7f13-43b4-a7de-bcc858db62ef ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:0fa219ba-b7af-47ab-a2ce-fc2a391a8f85 ServiceInvariantUUID:a255657a-4b82-49b5-8b57-6148b1d7a574 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:5c273f6d-e7a3-4eb4-803f-81eec44b3087 ArtifactChecksum:ZTNmMjNkNzY1MWU4MDk2M2FjYTcxNmU1ZTU5NDRhZGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:ce9dfd9c-f41e-4b3c-add9-4bedb72add44 ResourceInvariantUUID:b93ef8cc-f2a7-4aad-8025-dfa5f69947ce ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:5ab96ea7-4b9c-48ae-82ae-c0ae33cd27cb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-06-15T12:17:53.828Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0fa219ba-b7af-47ab-a2ce-fc2a391a8f85 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-06-15T12:17:53.854Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-15T12:17:53.855Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-06-15T12:17:53.855Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-06-15T12:17:53.855Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5c273f6d-e7a3-4eb4-803f-81eec44b3087 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-06-15T12:17:53.855Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-06-15T12:17:53.855Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|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-06-15T12:17:54.218Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-15T12:17:54.221Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5c273f6d-e7a3-4eb4-803f-81eec44b3087 52172 2021-06-15T12:17:54.221Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|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-06-15T12:17:54.221Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|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-06-15T12:17:54.221Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-15T12:17:54.222Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:17:54.223Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:17:54.224Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759474221, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:17:54.324Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:17:54.324Z||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-06-15T12:17:54.324Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:17:54.337Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:17:54.337Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:17:55.224Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-15T12:17:55.225Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-06-15T12:17:55.225Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 5c273f6d-e7a3-4eb4-803f-81eec44b3087, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-15T12:17:55.225Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-06-15T12:17:55.226Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-15T12:17:55.226Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-15T12:17:55.312Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12672802954219831763/Definitions/service-BasicNetwork-template.yml 2021-06-15T12:17:55.747Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-15T12:17:55.747Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-06-15T12:17:55.747Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-15T12:17:55.747Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-06-15T12:17:55.747Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|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-06-15T12:17:55.748Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|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-06-15T12:17:55.748Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|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-06-15T12:17:55.748Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|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-06-15T12:17:55.748Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|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-06-15T12:17:55.748Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|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-06-15T12:17:55.748Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|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-06-15T12:17:55.748Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|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-06-15T12:17:55.748Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-06-15T12:17:55.748Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:17:55.748Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|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-06-15T12:17:55.748Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-06-15T12:17:55.749Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-06-15T12:17:55.749Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-15T12:17:55.749Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:17:55.749Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:17:55.749Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-06-15T12:17:55.749Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-06-15T12:17:55.749Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-15T12:17:55.749Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:17:55.749Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:17:55.749Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:17:55.750Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:17:55.750Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:17:55.750Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:17:55.750Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:17:55.750Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:17:55.750Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:17:55.750Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:17:55.750Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:0fa219ba-b7af-47ab-a2ce-fc2a391a8f85 Model Version:NULL Model InvariantUuid:a255657a-4b82-49b5-8b57-6148b1d7a574 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:b93ef8cc-f2a7-4aad-8025-dfa5f69947ce Model UUID:8beb2e67-71ee-42d8-b6aa-e17420879d25 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:ce9dfd9c-f41e-4b3c-add9-4bedb72add44 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-06-15T12:17:55.754Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 5ab96ea7-4b9c-48ae-82ae-c0ae33cd27cb 2021-06-15T12:17:55.754Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||No resources found for Service: 0fa219ba-b7af-47ab-a2ce-fc2a391a8f85 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-06-15T12:17:55.757Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500|| 2021-06-15T12:17:55.758Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-06-15T12:17:55.758Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 0fa219ba-b7af-47ab-a2ce-fc2a391a8f85 2021-06-15T12:17:55.758Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 0fa219ba-b7af-47ab-a2ce-fc2a391a8f85 2021-06-15T12:17:55.758Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-06-15T12:17:55.759Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|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-06-15T12:17:55.763Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:17:55.764Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:17:55.764Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:17:55.764Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:17:55.764Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 0fa219ba-b7af-47ab-a2ce-fc2a391a8f85: Generic NeutronNet 2021-06-15T12:17:55.764Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:17:55.765Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:17:55.765Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:17:55.765Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|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-06-15T12:17:55.814Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:17:55.814Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:17:55.814Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:17:55.814Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|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-06-15T12:17:55.814Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:17:55.814Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:17:55.814Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|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-06-15T12:17:55.857Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-06-15T12:17:55.857Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|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-06-15T12:17:55.857Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|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-06-15T12:17:55.857Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-15T12:17:55.858Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:17:55.859Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:17:55.859Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759475857, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:17:55.997Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 138 ms 2021-06-15T12:17:55.997Z||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-06-15T12:17:55.997Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:17:56.008Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:17:56.008Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-06-15T12:17:56.860Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e42d9efc-7f13-43b4-a7de-bcc858db62ef Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-15T12:17:56.867Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e42d9efc-7f13-43b4-a7de-bcc858db62ef 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-06-15T12:17:56.869Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-15T12:17:56.869Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-15T12:17:56.870Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-15T12:17:56.870Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-15T12:17:56.870Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:17:56.870Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:17:56.870Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:17:56.870Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:17:56.870Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:17:56.870Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:17:56.870Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|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-06-15T12:17:56.873Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-15T12:18:26.874Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e42d9efc-7f13-43b4-a7de-bcc858db62ef 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-06-15T12:18:26.877Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e42d9efc-7f13-43b4-a7de-bcc858db62ef and serviceModelVersionId: 0fa219ba-b7af-47ab-a2ce-fc2a391a8f85 2021-06-15T12:18:26.878Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a255657a-4b82-49b5-8b57-6148b1d7a574 2021-06-15T12:18:26.878Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a255657a-4b82-49b5-8b57-6148b1d7a574/model-vers/model-ver/0fa219ba-b7af-47ab-a2ce-fc2a391a8f85?depth=0 2021-06-15T12:18:26.882Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-06-15T12:18:26.919Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a255657a-4b82-49b5-8b57-6148b1d7a574/model-vers/model-ver/0fa219ba-b7af-47ab-a2ce-fc2a391a8f85?depth=0|INFO|500||Invoke 2021-06-15T12:18:26.920Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a255657a-4b82-49b5-8b57-6148b1d7a574/model-vers/model-ver/0fa219ba-b7af-47ab-a2ce-fc2a391a8f85?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a255657a-4b82-49b5-8b57-6148b1d7a574/model-vers/model-ver/0fa219ba-b7af-47ab-a2ce-fc2a391a8f85?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e42d9efc-7f13-43b4-a7de-bcc858db62ef], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0e8ef32f-3829-4ac8-81fd-ab30101b0e18], X-ECOMP-RequestID=[e42d9efc-7f13-43b4-a7de-bcc858db62ef], X-TransactionId=[], X-ONAP-RequestID=[e42d9efc-7f13-43b4-a7de-bcc858db62ef], Content-Type=[application/merge-patch+json]} 2021-06-15T12:18:26.939Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a255657a-4b82-49b5-8b57-6148b1d7a574/model-vers/model-ver/0fa219ba-b7af-47ab-a2ce-fc2a391a8f85?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-15T12:18:28.066Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a255657a-4b82-49b5-8b57-6148b1d7a574/model-vers/model-ver/0fa219ba-b7af-47ab-a2ce-fc2a391a8f85?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/a255657a-4b82-49b5-8b57-6148b1d7a574/model-vers/model-ver/0fa219ba-b7af-47ab-a2ce-fc2a391a8f85?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210615-12:18:26:945-27128], vertex-id=[180424], Content-Length=[0], Date=[Tue, 15 Jun 2021 12:18:26 GMT], Content-Type=[application/json]} 2021-06-15T12:18:28.066Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a255657a-4b82-49b5-8b57-6148b1d7a574/model-vers/model-ver/0fa219ba-b7af-47ab-a2ce-fc2a391a8f85?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-06-15T12:18:28.067Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a255657a-4b82-49b5-8b57-6148b1d7a574/model-vers/model-ver/0fa219ba-b7af-47ab-a2ce-fc2a391a8f85?depth=0|INFO|500||InvokeReturn 2021-06-15T12:18:28.067Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-15T12:18:28.067Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|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-06-15T12:18:28.070Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|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-06-15T12:18:28.070Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e42d9efc-7f13-43b4-a7de-bcc858db62ef and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-15T12:18:28.070Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-15T12:18:28.070Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:18:28.072Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:18:28.072Z|e42d9efc-7f13-43b4-a7de-bcc858db62ef|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759508070, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-15T12:18:28.172Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:18:28.172Z||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-06-15T12:18:28.173Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:18:28.186Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:18:28.187Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-15T12:18:51.194Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:18:51.195Z||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-06-15T12:18:51.195Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:18:51.196Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:18:51.196Z||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-06-15T12:18:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:18:51.315Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:18:51.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:18:51.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759471194, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:18:51.316Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:18:51.817Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:18:51.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-15T12:18:51.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc","serviceName":"Demo_pNF_wPz8ee6RE3rtS427aORE","serviceVersion":"1.0","serviceUUID":"3c294a2b-20b2-40c8-a072-a251a22d2450","serviceDescription":"catalog service description","serviceInvariantUUID":"6636a883-fda5-4471-b2b8-19a8305db16a","resources":[{"resourceInstanceName":"pNF 04341ddc-ddb2 0","resourceName":"pNF 04341ddc-ddb2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9a7f7896-6c1d-4be0-ae88-96ce6a4cc798","resourceInvariantUUID":"68e0de78-e664-4fab-ba34-34d94b91cc08","resourceCustomizationUUID":"0e38550c-de47-4647-90a6-f360c012e1ad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vf-license-model.xml","artifactChecksum":"NDFkZDFlOTQzODEwNzc0OTI3NjVkODJkYzU5MmQ2NGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1e7464b6-b9ec-44ed-9a87-6b3ea86efc15","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/pNF.csar","artifactChecksum":"NzUwMGNiMTNjYjI2Y2ExMzkwNmY4ZGE2YTljM2E5Yzg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dcca5e58-04c4-4408-9c1f-49a6d1dfb847","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c22e69aa-1ee2-4242-ae8d-e474018cb8a8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vendor-license-model.xml","artifactChecksum":"ZjljNzgzOTczNWQ5ZGE5YTNjNmFmNjIwMWQ0MzYxMWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a5c7d61f-a01b-45b9-baff-874e77c906e9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9e227ec5-78c0-42a3-a507-9fb027efbc0d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9e90e93e-8ba1-4aa9-8590-cfc006823c9a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWpz8ee6re3rts427aore-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-template.yml","artifactChecksum":"MDJhN2I5ZGM1M2YwODQ2Nzg3MGIxMWIyYmQ3ZDYwMGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d6027dbb-ac90-4df1-8f77-15f443a52620","artifactVersion":"1"},{"artifactName":"service-DemoPnfWpz8ee6re3rts427aore-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar","artifactChecksum":"ZWFhM2I1NWVkN2RmZjY4MDgyZWM5Yjg1Njg3YmM3YWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cc3a5534-268f-4086-a61a-7e575383b52b","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-15T12:18:51.821Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:18:51.822Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:18:51.823Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:18:51.823Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759531194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:18:51.924Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:18:51.924Z||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-06-15T12:18:51.925Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:18:51.936Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:18:51.936Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-06-15T12:18:52.824Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:18:52.825Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:18:52.827Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:18:52.827Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759531194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:18:52.927Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:18:52.927Z||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-06-15T12:18:52.928Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:18:52.940Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:18:52.940Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:18:53.827Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:18:53.828Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:18:53.830Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:18:53.830Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759531194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:18:53.934Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2021-06-15T12:18:53.935Z||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-06-15T12:18:53.935Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:18:53.945Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:18:53.945Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-06-15T12:18:54.830Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:18:54.831Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:18:54.832Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:18:54.833Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759531194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:18:54.933Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:18:54.933Z||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-06-15T12:18:54.933Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:18:54.944Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:18:54.944Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:18:55.833Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:18:55.834Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:18:55.835Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:18:55.835Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759531194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:18:55.936Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:18:55.936Z||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-06-15T12:18:55.936Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:18:55.947Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:18:55.947Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:18:56.836Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:18:56.837Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:18:56.838Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:18:56.838Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759531194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:18:56.938Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:18:56.939Z||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-06-15T12:18:56.939Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:18:56.950Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:18:56.951Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:18:57.839Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:18:57.839Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:18:57.841Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:18:57.841Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759531194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:18:57.944Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-06-15T12:18:57.945Z||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-06-15T12:18:57.945Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:18:57.955Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:18:57.955Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:18:58.841Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:18:58.842Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:18:58.843Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:18:58.843Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759531194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:18:58.943Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:18:58.944Z||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-06-15T12:18:58.944Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:18:58.958Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:18:58.959Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:18:59.844Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "serviceName": "Demo_pNF_wPz8ee6RE3rtS427aORE", "serviceVersion": "1.0", "serviceUUID": "3c294a2b-20b2-40c8-a072-a251a22d2450", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6636a883-fda5-4471-b2b8-19a8305db16a", "resources": [ { "resourceInstanceName": "pNF 04341ddc-ddb2 0", "resourceCustomizationUUID": "0e38550c-de47-4647-90a6-f360c012e1ad", "resourceName": "pNF 04341ddc-ddb2", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9a7f7896-6c1d-4be0-ae88-96ce6a4cc798", "resourceInvariantUUID": "68e0de78-e664-4fab-ba34-34d94b91cc08", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfWpz8ee6re3rts427aore-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar", "artifactChecksum": "ZWFhM2I1NWVkN2RmZjY4MDgyZWM5Yjg1Njg3YmM3YWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cc3a5534-268f-4086-a61a-7e575383b52b" } ], "workloadContext": "Production" } 2021-06-15T12:18:59.844Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-15T12:18:59.845Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3c294a2b-20b2-40c8-a072-a251a22d2450 ASDC 2021-06-15T12:18:59.845Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc ServiceName:Demo_pNF_wPz8ee6RE3rtS427aORE ServiceVersion:1.0 ServiceUUID:3c294a2b-20b2-40c8-a072-a251a22d2450 ServiceInvariantUUID:6636a883-fda5-4471-b2b8-19a8305db16a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfWpz8ee6re3rts427aore-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar ArtifactUUID:cc3a5534-268f-4086-a61a-7e575383b52b ArtifactChecksum:ZWFhM2I1NWVkN2RmZjY4MDgyZWM5Yjg1Njg3YmM3YWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 04341ddc-ddb2 0 ResourceCustomizationUUID:0e38550c-de47-4647-90a6-f360c012e1ad ResourceInvariantUUID:68e0de78-e664-4fab-ba34-34d94b91cc08 ResourceName:pNF 04341ddc-ddb2 ResourceType:PNF ResourceUUID:9a7f7896-6c1d-4be0-ae88-96ce6a4cc798 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-06-15T12:18:59.845Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3c294a2b-20b2-40c8-a072-a251a22d2450 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-06-15T12:18:59.868Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-15T12:18:59.868Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-06-15T12:18:59.868Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-06-15T12:18:59.868Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cc3a5534-268f-4086-a61a-7e575383b52b from URL: /sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar 2021-06-15T12:18:59.868Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-06-15T12:18:59.868Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar 2021-06-15T12:19:00.220Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-06-15T12:19:00.223Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar cc3a5534-268f-4086-a61a-7e575383b52b 82534 2021-06-15T12:19:00.223Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar ASDC sendASDCNotification 2021-06-15T12:19:00.223Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar 2021-06-15T12:19:00.223Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-15T12:19:00.223Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:19:00.225Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:19:00.225Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759540223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:19:00.325Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:19:00.326Z||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-06-15T12:19:00.326Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:19:00.344Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:19:00.344Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:19:01.225Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-15T12:19:01.226Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-06-15T12:19:01.226Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: cc3a5534-268f-4086-a61a-7e575383b52b, URL: /sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar to file: /app/ASDC/1/service-DemoPnfWpz8ee6re3rts427aore-csar.csar 2021-06-15T12:19:01.227Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWpz8ee6re3rts427aore-csar.csar 2021-06-15T12:19:01.227Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWpz8ee6re3rts427aore-csar.csar 2021-06-15T12:19:01.227Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWpz8ee6re3rts427aore-csar.csar 2021-06-15T12:19:01.306Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6796351049888005990/Definitions/service-DemoPnfWpz8ee6re3rts427aore-template.yml 2021-06-15T12:19:01.933Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-15T12:19:01.934Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-06-15T12:19:01.934Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWpz8ee6re3rts427aore-csar.csar 2021-06-15T12:19:01.934Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-06-15T12:19:01.934Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 04341ddc-ddb2 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-DemoPnfWpz8ee6re3rts427aore-csar.csar 2021-06-15T12:19:01.934Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||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-DemoPnfWpz8ee6re3rts427aore-csar.csar 2021-06-15T12:19:01.934Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWpz8ee6re3rts427aore-csar.csar 2021-06-15T12:19:01.934Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||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-DemoPnfWpz8ee6re3rts427aore-csar.csar 2021-06-15T12:19:01.934Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||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-DemoPnfWpz8ee6re3rts427aore-csar.csar 2021-06-15T12:19:01.934Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||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-DemoPnfWpz8ee6re3rts427aore-csar.csar 2021-06-15T12:19:01.934Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||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-DemoPnfWpz8ee6re3rts427aore-csar.csar 2021-06-15T12:19:01.934Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-06-15T12:19:01.934Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:19:01.934Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wPz8ee6RE3rtS427aORE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:19:01.935Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Node template pNF 04341ddc-ddb2 0 is matching search criteria 2021-06-15T12:19:01.935Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-06-15T12:19:01.935Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 04341ddc-ddb2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-15T12:19:01.935Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:19:01.935Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wPz8ee6RE3rtS427aORE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:19:01.935Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Node template pNF 04341ddc-ddb2 0 is matching search criteria 2021-06-15T12:19:01.935Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-06-15T12:19:01.935Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 04341ddc-ddb2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-15T12:19:01.935Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:19:01.935Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wPz8ee6RE3rtS427aORE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:19:01.935Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:19:01.936Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wPz8ee6RE3rtS427aORE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:19:01.936Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:19:01.936Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wPz8ee6RE3rtS427aORE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:19:01.936Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:19:01.936Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wPz8ee6RE3rtS427aORE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:19:01.936Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:19:01.936Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wPz8ee6RE3rtS427aORE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:19:01.936Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_wPz8ee6RE3rtS427aORE Description:catalog service description Model UUID:3c294a2b-20b2-40c8-a072-a251a22d2450 Model Version:NULL Model InvariantUuid:6636a883-fda5-4471-b2b8-19a8305db16a 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-06-15T12:19:01.940Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9a7f7896-6c1d-4be0-ae88-96ce6a4cc798 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-06-15T12:19:01.942Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||pNF 04341ddc-ddb2 0 2021-06-15T12:19:01.942Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9a7f7896-6c1d-4be0-ae88-96ce6a4cc798 2021-06-15T12:19:01.942Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 3c294a2b-20b2-40c8-a072-a251a22d2450 2021-06-15T12:19:01.942Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 3c294a2b-20b2-40c8-a072-a251a22d2450 2021-06-15T12:19:01.942Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 04341ddc-ddb2 0 9a7f7896-6c1d-4be0-ae88-96ce6a4cc798 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-06-15T12:19:01.945Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:19:01.945Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wPz8ee6RE3rtS427aORE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:19:01.946Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 3c294a2b-20b2-40c8-a072-a251a22d2450: pNF 04341ddc-ddb2 2021-06-15T12:19:01.946Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||Processing PNF resource: 9a7f7896-6c1d-4be0-ae88-96ce6a4cc798 2021-06-15T12:19:01.946Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:19:01.946Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wPz8ee6RE3rtS427aORE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:19:01.946Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||Resource customization UUID: 0e38550c-de47-4647-90a6-f360c012e1ad is the same as notified resource customizationUUID: 0e38550c-de47-4647-90a6-f360c012e1ad 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-06-15T12:19:01.979Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 04341ddc-ddb2 9a7f7896-6c1d-4be0-ae88-96ce6a4cc798 0 ASDC deployResourceStructure 2021-06-15T12:19:01.979Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar ASDC sendASDCNotification 2021-06-15T12:19:01.979Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar 2021-06-15T12:19:01.979Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-15T12:19:01.979Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:19:01.980Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:19:01.981Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759541979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:19:02.081Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:19:02.081Z||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-06-15T12:19:02.081Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:19:02.092Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:19:02.093Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:19:02.983Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-15T12:19:02.991Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc 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-06-15T12:19:02.992Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-15T12:19:02.992Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-15T12:19:02.993Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-15T12:19:32.993Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-15T12:19:33.001Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc 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-06-15T12:19:33.003Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-15T12:19:33.003Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-15T12:19:33.003Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-15T12:19:51.196Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:19:51.196Z||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-06-15T12:19:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:19:51.227Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:19:51.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759471194, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:19:51.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759474221, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:19:51.229Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:19:51.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759475857, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:19:51.230Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:19:51.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759492447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "cds", "timestamp": 1623759488950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "multicloud-k8s-id", "timestamp": 1623759492745, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "dcae-sch", "timestamp": 1623759496587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "ves-openapi-manager", "timestamp": 1623759493888, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "multicloud-k8s-id", "timestamp": 1623759492745, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "cds", "timestamp": 1623759488950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "ves-openapi-manager", "timestamp": 1623759493888, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759492447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "dcae-sch", "timestamp": 1623759496587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "aai-ml", "timestamp": 1623759498281, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759492447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "multicloud-k8s-id", "timestamp": 1623759492745, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "dcae-sch", "timestamp": 1623759496587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "cds", "timestamp": 1623759488950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "ves-openapi-manager", "timestamp": 1623759493888, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "aai-ml", "timestamp": 1623759498281, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "ves-openapi-manager", "timestamp": 1623759493888, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "multicloud-k8s-id", "timestamp": 1623759492745, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759492447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "dcae-sch", "timestamp": 1623759496587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "cds", "timestamp": 1623759488950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "multicloud-windriver-id", "timestamp": 1623759500182, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "aai-ml", "timestamp": 1623759498281, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "multicloud-k8s-id", "timestamp": 1623759492745, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "cds", "timestamp": 1623759488950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759492447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "ves-openapi-manager", "timestamp": 1623759493888, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "dcae-sch", "timestamp": 1623759496587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "clamp", "timestamp": 1623759500728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "multicloud-windriver-id", "timestamp": 1623759500182, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "aai-ml", "timestamp": 1623759498281, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "ves-openapi-manager", "timestamp": 1623759493888, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-06-15T12:19:51.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "cds", "timestamp": 1623759488950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "multicloud-k8s-id", "timestamp": 1623759492745, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759492447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "dcae-sch", "timestamp": 1623759496587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "clamp", "timestamp": 1623759500728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "multicloud-windriver-id", "timestamp": 1623759500182, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "aai-ml", "timestamp": 1623759498281, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "ves-openapi-manager", "timestamp": 1623759493888, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "cds", "timestamp": 1623759488950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759492447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "multicloud-k8s-id", "timestamp": 1623759492745, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "dcae-sch", "timestamp": 1623759496587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759502714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "clamp", "timestamp": 1623759500728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "multicloud-windriver-id", "timestamp": 1623759500182, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "aai-ml", "timestamp": 1623759498281, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "policy-id", "timestamp": 1623759503552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759492447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:19:51.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "cds", "timestamp": 1623759488950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:19:51.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "ves-openapi-manager", "timestamp": 1623759493888, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "dcae-sch", "timestamp": 1623759496587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "multicloud-k8s-id", "timestamp": 1623759492745, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:19:51.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759502714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "clamp", "timestamp": 1623759500728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "multicloud-windriver-id", "timestamp": 1623759500182, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "aai-ml", "timestamp": 1623759498281, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "policy-id", "timestamp": 1623759503552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759502714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "clamp", "timestamp": 1623759500728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "multicloud-windriver-id", "timestamp": 1623759500182, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "aai-ml", "timestamp": 1623759498281, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:19:51.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "policy-id", "timestamp": 1623759503552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759502714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.243Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "clamp", "timestamp": 1623759500728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.243Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "multicloud-windriver-id", "timestamp": 1623759500182, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.243Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "policy-id", "timestamp": 1623759503552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.243Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759502714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.244Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "clamp", "timestamp": 1623759500728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.244Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "ves-openapi-manager", "timestamp": 1623759507515, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-06-15T12:19:51.244Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:19:51.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "multicloud-windriver-id", "timestamp": 1623759500182, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:19:51.244Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e42d9efc-7f13-43b4-a7de-bcc858db62ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759508070, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-15T12:19:51.244Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:19:51.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "cds", "timestamp": 1623759508091, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:19:51.245Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:19:51.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759508189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:19:51.245Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:19:51.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "policy-id", "timestamp": 1623759503552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759502714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "clamp", "timestamp": 1623759500728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:19:51.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "ves-openapi-manager", "timestamp": 1623759508719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-06-15T12:19:51.245Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:19:51.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "aai-ml", "timestamp": 1623759508788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:19:51.246Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:19:51.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "cds", "timestamp": 1623759509096, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-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-06-15T12:19:51.252Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc 2021-06-15T12:19:51.252Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc 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-06-15T12:19:51.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "policy-id", "timestamp": 1623759503552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759502714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "ves-openapi-manager", "timestamp": 1623759509722, "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-06-15T12:19:51.261Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc 2021-06-15T12:19:51.261Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc 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-06-15T12:19:51.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759509828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:19:51.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:19:51.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "policy-id", "timestamp": 1623759503552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:19:51.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759502714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:19:51.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759510831, "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-06-15T12:19:51.270Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc 2021-06-15T12:19:51.270Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc 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-06-15T12:19:51.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "policy-id", "timestamp": 1623759503552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:19:51.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-06-15T12:19:51.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "policy-id", "timestamp": 1623759512806, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:19:51.276Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:19:51.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "aai-ml", "timestamp": 1623759513288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:19:51.276Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:19:51.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "policy-id", "timestamp": 1623759513810, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:19:51.276Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:19:51.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "aai-ml", "timestamp": 1623759514291, "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-06-15T12:19:51.279Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc 2021-06-15T12:19:51.279Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc 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-06-15T12:19:51.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "policy-id", "timestamp": 1623759514812, "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-06-15T12:19:51.289Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc 2021-06-15T12:19:51.289Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc 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-06-15T12:19:51.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "clamp", "timestamp": 1623759520238, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:19:51.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:19:51.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "clamp", "timestamp": 1623759522242, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:19:51.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:19:51.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:19:51.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "clamp", "timestamp": 1623759523244, "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-06-15T12:19:51.298Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc 2021-06-15T12:19:51.298Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc 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-06-15T12:20:03.003Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-15T12:20:03.013Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc 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-06-15T12:20:03.015Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-15T12:20:03.015Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-15T12:20:03.015Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-15T12:20:03.015Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-15T12:20:03.015Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:20:03.015Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:20:03.015Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:20:03.015Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:20:03.015Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:20:03.016Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:20:03.016Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:20:03.016Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||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-06-15T12:20:03.019Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-15T12:20:33.019Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc 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-06-15T12:20:33.023Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc and serviceModelVersionId: 3c294a2b-20b2-40c8-a072-a251a22d2450 2021-06-15T12:20:33.023Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6636a883-fda5-4471-b2b8-19a8305db16a 2021-06-15T12:20:33.023Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6636a883-fda5-4471-b2b8-19a8305db16a/model-vers/model-ver/3c294a2b-20b2-40c8-a072-a251a22d2450?depth=0 2021-06-15T12:20:33.027Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-06-15T12:20:33.058Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6636a883-fda5-4471-b2b8-19a8305db16a/model-vers/model-ver/3c294a2b-20b2-40c8-a072-a251a22d2450?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-06-15T12:20:33.059Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6636a883-fda5-4471-b2b8-19a8305db16a/model-vers/model-ver/3c294a2b-20b2-40c8-a072-a251a22d2450?depth=0|INFO|500||Invoke 2021-06-15T12:20:33.075Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6636a883-fda5-4471-b2b8-19a8305db16a/model-vers/model-ver/3c294a2b-20b2-40c8-a072-a251a22d2450?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-15T12:20:33.310Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6636a883-fda5-4471-b2b8-19a8305db16a/model-vers/model-ver/3c294a2b-20b2-40c8-a072-a251a22d2450?depth=0|INFO|500||InvokeReturn 2021-06-15T12:20:33.310Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6636a883-fda5-4471-b2b8-19a8305db16a/model-vers/model-ver/3c294a2b-20b2-40c8-a072-a251a22d2450?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210615-12:20:33:082-36153], vertex-id=[614584], Content-Length=[0], Date=[Tue, 15 Jun 2021 12:20:33 GMT], Content-Type=[application/json]} 2021-06-15T12:20:33.311Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2021-06-15T12:20:33.311Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-15T12:20:33.311Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||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-06-15T12:20:33.314Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||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-06-15T12:20:33.314Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-15T12:20:33.314Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-15T12:20:33.314Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:20:33.315Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:20:33.315Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759633314, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-15T12:20:33.416Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:20:33.416Z||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-06-15T12:20:33.416Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:20:33.432Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:20:33.433Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-15T12:20:34.324Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:20:34.325Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|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-06-15T12:20:34.325Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:20:34.946Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:20:34.947Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-15T12:20:34.947Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"b0938acf-c370-4422-9056-8c1bdf572f29","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"55425327-115b-48bf-b1e7-6b26da4741cb","serviceDescription":"service","serviceInvariantUUID":"bd84b6c1-331c-4731-9038-970560fa5bbf","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"98311ed1-d69e-4d99-a659-c7da02f1ac43","resourceInvariantUUID":"d7d318da-abd7-40c1-b969-dcdfc9732186","resourceCustomizationUUID":"6a4376f4-329f-44aa-aaf1-5320a05cbf65","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":"NDNmMDc4NWE4NGY1ODRlN2YxNDM1NWVmMGVmOGQwYmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"89c11364-92a2-4b26-8cd2-7ad7c55d11a1","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":"ODlkZjIxZjhhYmVjMWY4N2JiMWQxNGQwNzdiODkyYjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1dd755fc-ca81-4769-b149-c99edb676a29","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":"ff24f614-ae15-423f-972e-80af6ecff38d","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":"70faed49-af82-45ff-b8e4-20f3de249c0a","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":"6c74120f-109c-4739-970d-f7cbd43087f3","artifactVersion":"2","generatedFromUUID":"ff24f614-ae15-423f-972e-80af6ecff38d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmQzMGFlMjIyOGRkYTZlZTdkYjA2YWY5MzhlOTIyZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ae03023-e787-4b09-b05d-41466f981ec2","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MWJkNjI5MjA5OTc5ZWZmMmJmOTFmOTI2ZGZhNzUzZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"872c629c-f766-4366-a998-4682270e6459","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-15T12:20:34.949Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:20:34.949Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:20:34.950Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:20:34.951Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759634324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:20:35.051Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:20:35.052Z||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-06-15T12:20:35.052Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:20:35.061Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:20:35.061Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:20:35.951Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:20:35.952Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:20:35.953Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:20:35.953Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759634324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-06-15T12:20:36.054Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:20:36.054Z||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-06-15T12:20:36.054Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:20:36.064Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:20:36.064Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:20:36.954Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:20:36.954Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:20:36.956Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:20:36.956Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759634324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-15T12:20:37.056Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:20:37.057Z||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-06-15T12:20:37.057Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:20:37.067Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:20:37.067Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:20:37.956Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:20:37.957Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:20:37.958Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:20:37.959Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759634324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:20:38.059Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:20:38.059Z||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-06-15T12:20:38.059Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:20:38.069Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:20:38.069Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:20:38.959Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:20:38.960Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:20:38.961Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:20:38.961Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759634324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-15T12:20:39.061Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:20:39.062Z||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-06-15T12:20:39.062Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:20:39.071Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:20:39.071Z||pool-39-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:20:39.962Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:20:39.962Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:20:39.964Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:20:39.964Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759634324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:20:40.064Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:20:40.065Z||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-06-15T12:20:40.065Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:20:40.074Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:20:40.074Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:20:40.964Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:20:40.965Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:20:40.966Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:20:40.966Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759634324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:20:41.066Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:20:41.067Z||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-06-15T12:20:41.067Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:20:41.077Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:20:41.077Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:20:41.967Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "55425327-115b-48bf-b1e7-6b26da4741cb", "serviceDescription": "service", "serviceInvariantUUID": "bd84b6c1-331c-4731-9038-970560fa5bbf", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "6a4376f4-329f-44aa-aaf1-5320a05cbf65", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "98311ed1-d69e-4d99-a659-c7da02f1ac43", "resourceInvariantUUID": "d7d318da-abd7-40c1-b969-dcdfc9732186", "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": "ODlkZjIxZjhhYmVjMWY4N2JiMWQxNGQwNzdiODkyYjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1dd755fc-ca81-4769-b149-c99edb676a29", "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": "ff24f614-ae15-423f-972e-80af6ecff38d", "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": "6c74120f-109c-4739-970d-f7cbd43087f3", "generatedFromUUID": "ff24f614-ae15-423f-972e-80af6ecff38d" }, "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": "6c74120f-109c-4739-970d-f7cbd43087f3", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MWJkNjI5MjA5OTc5ZWZmMmJmOTFmOTI2ZGZhNzUzZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "872c629c-f766-4366-a998-4682270e6459" } ], "workloadContext": "Production" } 2021-06-15T12:20:41.967Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-15T12:20:41.967Z|2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 55425327-115b-48bf-b1e7-6b26da4741cb ASDC 2021-06-15T12:20:41.968Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:b0938acf-c370-4422-9056-8c1bdf572f29 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:55425327-115b-48bf-b1e7-6b26da4741cb ServiceInvariantUUID:bd84b6c1-331c-4731-9038-970560fa5bbf 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:872c629c-f766-4366-a998-4682270e6459 ArtifactChecksum:MWJkNjI5MjA5OTc5ZWZmMmJmOTFmOTI2ZGZhNzUzZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:6a4376f4-329f-44aa-aaf1-5320a05cbf65 ResourceInvariantUUID:d7d318da-abd7-40c1-b969-dcdfc9732186 ResourceName:basic_vm ResourceType:VF ResourceUUID:98311ed1-d69e-4d99-a659-c7da02f1ac43 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:1dd755fc-ca81-4769-b149-c99edb676a29 ArtifactChecksum:ODlkZjIxZjhhYmVjMWY4N2JiMWQxNGQwNzdiODkyYjM= 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:ff24f614-ae15-423f-972e-80af6ecff38d 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:6c74120f-109c-4739-970d-f7cbd43087f3 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:6c74120f-109c-4739-970d-f7cbd43087f3 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-06-15T12:20:41.968Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 55425327-115b-48bf-b1e7-6b26da4741cb 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-06-15T12:20:41.990Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-15T12:20:41.990Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-06-15T12:20:41.990Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-06-15T12:20:41.991Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 872c629c-f766-4366-a998-4682270e6459 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-06-15T12:20:41.991Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-06-15T12:20:41.991Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-06-15T12:20:42.415Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-06-15T12:20:42.417Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 872c629c-f766-4366-a998-4682270e6459 70836 2021-06-15T12:20:42.417Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-06-15T12:20:42.418Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-06-15T12:20:42.418Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-15T12:20:42.418Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:20:42.419Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:20:42.419Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759642417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:20:42.520Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-15T12:20:42.520Z||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-06-15T12:20:42.520Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:20:42.531Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:20:42.531Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:20:43.420Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-15T12:20:43.421Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-06-15T12:20:43.421Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 872c629c-f766-4366-a998-4682270e6459, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-06-15T12:20:43.421Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-06-15T12:20:43.421Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-06-15T12:20:43.421Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-06-15T12:20:43.737Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13575173713321420490/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-06-15T12:20:44.611Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-15T12:20:44.611Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-06-15T12:20:44.611Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-06-15T12:20:44.611Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-06-15T12:20:44.611Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||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-06-15T12:20:44.611Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||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-06-15T12:20:44.611Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||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-06-15T12:20:44.611Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||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-06-15T12:20:44.611Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||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-06-15T12:20:44.611Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||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-06-15T12:20:44.611Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||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-06-15T12:20:44.611Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||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-06-15T12:20:44.611Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||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-06-15T12:20:44.612Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-06-15T12:20:44.612Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:20:44.612Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:20:44.612Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-15T12:20:44.612Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-06-15T12:20:44.612Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-15T12:20:44.612Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:20:44.612Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:20:44.612Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-15T12:20:44.612Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-06-15T12:20:44.612Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-15T12:20:44.612Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:20:44.613Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:20:44.613Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:20:44.613Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-06-15T12:20:44.613Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-06-15T12:20:44.613Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-06-15T12:20:44.613Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-06-15T12:20:44.613Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-06-15T12:20:44.613Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-06-15T12:20:44.613Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:20:44.613Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-15T12:20:44.613Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:20:44.613Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-15T12:20:44.614Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-15T12:20:44.614Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:20:44.614Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-15T12:20:44.614Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-15T12:20:44.614Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:20:44.614Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-15T12:20:44.614Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-15T12:20:44.614Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:20:44.614Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-06-15T12:20:44.614Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-06-15T12:20:44.614Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-06-15T12:20:44.615Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=54c0f619-7fa2-4365-9506-9a1f5dbc328a 2021-06-15T12:20:44.615Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:20:44.615Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:20:44.615Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:20:44.615Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:20:44.615Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:20:44.615Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:20:44.615Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:20:44.615Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:20:44.615Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:55425327-115b-48bf-b1e7-6b26da4741cb Model Version:NULL Model InvariantUuid:bd84b6c1-331c-4731-9038-970560fa5bbf Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:c7c84730-75bc-4ec1-b334-27bf42662b79 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d7d318da-abd7-40c1-b969-dcdfc9732186 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6a4376f4-329f-44aa-aaf1-5320a05cbf65 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9ddbea15-af3a-49cd-892c-f29e436ad446 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:b3352c6c-2620-477f-9cad-ad40ba0722b9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:54c0f619-7fa2-4365-9506-9a1f5dbc328a ModelInvariantUuid:c91895b3-9e2b-4baa-a315-40dd5ba863db ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:7836689a-4803-4327-8413-8cc6cf6ec06a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:5faafe00-c202-4240-addc-8dae7630c0c1 ModelInvariantUuid:cca2ab66-bd1a-46e4-af98-7e8ee5cd16e0 ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:5a58db4f-66fc-4a98-adfa-e88dbacf1a9b 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-06-15T12:20:44.621Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 98311ed1-d69e-4d99-a659-c7da02f1ac43 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-06-15T12:20:44.622Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||basic_vm 0 2021-06-15T12:20:44.622Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 98311ed1-d69e-4d99-a659-c7da02f1ac43 2021-06-15T12:20:44.622Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1dd755fc-ca81-4769-b149-c99edb676a29 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-06-15T12:20:44.622Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-06-15T12:20:44.623Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||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-06-15T12:20:47.750Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-06-15T12:20:47.751Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 1dd755fc-ca81-4769-b149-c99edb676a29 787 2021-06-15T12:20:47.751Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||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-06-15T12:20:47.751Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||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-06-15T12:20:47.751Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-15T12:20:47.752Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:20:47.754Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:20:47.754Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759647751, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-15T12:20:47.854Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-15T12:20:47.855Z||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-06-15T12:20:47.855Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:20:47.865Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:20:47.865Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:20:48.755Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9ddbea15-af3a-49cd-892c-f29e436ad446", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b3352c6c-2620-477f-9cad-ad40ba0722b9", "vfModuleModelCustomizationUUID": "4495127a-5215-497e-a6cc-189f10faa1a5", "isBase": true, "artifacts": [ "ff24f614-ae15-423f-972e-80af6ecff38d", "6c74120f-109c-4739-970d-f7cbd43087f3" ], "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-06-15T12:20:48.759Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b3352c6c-2620-477f-9cad-ad40ba0722b9 VfModuleModelInvariantUUID:9ddbea15-af3a-49cd-892c-f29e436ad446 VfModuleModelDescription:NULL Artifacts UUID List:{ ff24f614-ae15-423f-972e-80af6ecff38d , 6c74120f-109c-4739-970d-f7cbd43087f3 } 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-06-15T12:20:48.760Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9ddbea15-af3a-49cd-892c-f29e436ad446", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b3352c6c-2620-477f-9cad-ad40ba0722b9", "vfModuleModelCustomizationUUID": "4495127a-5215-497e-a6cc-189f10faa1a5", "isBase": true, "artifacts": [ "ff24f614-ae15-423f-972e-80af6ecff38d", "6c74120f-109c-4739-970d-f7cbd43087f3" ], "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-06-15T12:20:48.760Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b3352c6c-2620-477f-9cad-ad40ba0722b9 VfModuleModelInvariantUUID:9ddbea15-af3a-49cd-892c-f29e436ad446 VfModuleModelDescription:NULL Artifacts UUID List:{ ff24f614-ae15-423f-972e-80af6ecff38d , 6c74120f-109c-4739-970d-f7cbd43087f3 } 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-06-15T12:20:48.761Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ff24f614-ae15-423f-972e-80af6ecff38d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-06-15T12:20:48.761Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-06-15T12:20:48.761Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||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-06-15T12:20:50.587Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-06-15T12:20:50.587Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ff24f614-ae15-423f-972e-80af6ecff38d 5033 2021-06-15T12:20:50.587Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||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-06-15T12:20:50.587Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||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-06-15T12:20:50.587Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-15T12:20:50.587Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:20:50.589Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:20:50.589Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759650587, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-15T12:20:50.689Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:20:50.689Z||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-06-15T12:20:50.690Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:20:50.700Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:20:50.701Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:20:51.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:20:51.197Z||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-06-15T12:20:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:20:51.219Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:20:51.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:20:51.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759531194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:20:51.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:20:51.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:20:51.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759531194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:20:51.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:20:51.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:20:51.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759531194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:20:51.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:20:51.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:20:51.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759531194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:20:51.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:20:51.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:20:51.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759531194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:20:51.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:20:51.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:20:51.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759531194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/resourceInstances/pnf04341ddcddb20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:20:51.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:20:51.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:20:51.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759531194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:20:51.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:20:51.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:20:51.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759531194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:20:51.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:20:51.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:20:51.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759540223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:20:51.223Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:20:51.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:20:51.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759541979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWpz8ee6re3rts427aore/1.0/artifacts/service-DemoPnfWpz8ee6re3rts427aore-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:20:51.223Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:20:51.590Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6c74120f-109c-4739-970d-f7cbd43087f3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-06-15T12:20:51.590Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-06-15T12:20:51.591Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||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-06-15T12:20:52.501Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-06-15T12:20:52.501Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 6c74120f-109c-4739-970d-f7cbd43087f3 903 2021-06-15T12:20:52.501Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||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-06-15T12:20:52.502Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||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-06-15T12:20:52.502Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-15T12:20:52.502Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:20:52.503Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:20:52.503Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759652501, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-15T12:20:52.604Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:20:52.604Z||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-06-15T12:20:52.604Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:20:52.615Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:20:52.616Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-06-15T12:20:53.504Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 55425327-115b-48bf-b1e7-6b26da4741cb 2021-06-15T12:20:53.504Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 98311ed1-d69e-4d99-a659-c7da02f1ac43 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-06-15T12:20:53.513Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:20:53.513Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:20:53.514Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-06-15T12:20:53.514Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 6a4376f4-329f-44aa-aaf1-5320a05cbf65 2021-06-15T12:20:53.514Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6a4376f4-329f-44aa-aaf1-5320a05cbf65 matches Tosca VF Customization UUID: 6a4376f4-329f-44aa-aaf1-5320a05cbf65 2021-06-15T12:20:53.514Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 6a4376f4-329f-44aa-aaf1-5320a05cbf65 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-06-15T12:20:53.516Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:20:53.516Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:20:53.516Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 6a4376f4-329f-44aa-aaf1-5320a05cbf65: {\"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-06-15T12:20:53.516Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@321a765f 2021-06-15T12:20:53.517Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:20:53.517Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-15T12:20:53.517Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4495127a-5215-497e-a6cc-189f10faa1a5 2021-06-15T12:20:53.517Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4495127a-5215-497e-a6cc-189f10faa1a5 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-06-15T12:20:53.519Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:20:53.519Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-15T12:20:53.519Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-15T12:20:53.519Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:20:53.519Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-15T12:20:53.519Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-15T12:20:53.520Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:20:53.520Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-06-15T12:20:53.520Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-06-15T12:20:53.520Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-06-15T12:20:53.520Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=54c0f619-7fa2-4365-9506-9a1f5dbc328a 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-06-15T12:20:53.522Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:20:53.522Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-15T12:20:53.522Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-15T12:20:53.522Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:20:53.522Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-15T12:20:53.522Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=6a4376f4-329f-44aa-aaf1-5320a05cbf65 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-06-15T12:20:53.523Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:20:53.524Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:20:53.524Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 55425327-115b-48bf-b1e7-6b26da4741cb: basic_vm 2021-06-15T12:20:53.524Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:20:53.524Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:20:53.524Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:20:53.524Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:20:53.524Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:20:53.524Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:20:53.524Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:20:53.525Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:20:53.525Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:20:53.525Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:20:53.525Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||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-06-15T12:20:53.578Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 98311ed1-d69e-4d99-a659-c7da02f1ac43 1 ASDC deployResourceStructure 2021-06-15T12:20:53.578Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||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-06-15T12:20:53.578Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||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-06-15T12:20:53.578Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-15T12:20:53.578Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:20:53.579Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:20:53.580Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759653578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-06-15T12:20:53.680Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:20:53.680Z||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-06-15T12:20:53.680Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:20:53.691Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:20:53.691Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:20:54.580Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||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-06-15T12:20:54.581Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||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-06-15T12:20:54.581Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-15T12:20:54.581Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:20:54.582Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:20:54.582Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759654580, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-06-15T12:20:54.683Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:20:54.683Z||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-06-15T12:20:54.683Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:20:54.694Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:20:54.694Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-06-15T12:20:55.583Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||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-06-15T12:20:55.583Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||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-06-15T12:20:55.583Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-15T12:20:55.584Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:20:55.585Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:20:55.585Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759655583, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-06-15T12:20:55.685Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:20:55.686Z||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-06-15T12:20:55.686Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:20:55.698Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:20:55.699Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:20:56.586Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-06-15T12:20:56.586Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-06-15T12:20:56.586Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-15T12:20:56.586Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:20:56.588Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:20:56.588Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759656586, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:20:56.688Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:20:56.688Z||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-06-15T12:20:56.689Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:20:56.700Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:20:56.700Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:20:57.588Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0938acf-c370-4422-9056-8c1bdf572f29 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-15T12:20:57.602Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0938acf-c370-4422-9056-8c1bdf572f29 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-06-15T12:20:57.603Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-15T12:20:57.603Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-15T12:20:57.603Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-15T12:21:27.604Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0938acf-c370-4422-9056-8c1bdf572f29 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-15T12:21:27.610Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0938acf-c370-4422-9056-8c1bdf572f29 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-06-15T12:21:27.612Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-15T12:21:27.612Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-15T12:21:27.612Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-15T12:21:51.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:21:51.197Z||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-06-15T12:21:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:21:51.222Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:21:51.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2529ccb0-fbe1-49d9-85ca-e25eadf5e7fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759633314, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-15T12:21:51.224Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:21:51.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.225Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "cds", "timestamp": 1623759623950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.225Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.225Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-k8s-id", "timestamp": 1623759632745, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.225Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.225Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "ves-openapi-manager", "timestamp": 1623759633888, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.225Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.225Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-k8s-id", "timestamp": 1623759632745, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-06-15T12:21:51.226Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "cds", "timestamp": 1623759623950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.226Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759634324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.226Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "ves-openapi-manager", "timestamp": 1623759633888, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.226Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "cds", "timestamp": 1623759623950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-k8s-id", "timestamp": 1623759632745, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-15T12:21:51.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759634324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-06-15T12:21:51.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "ves-openapi-manager", "timestamp": 1623759633888, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "cds", "timestamp": 1623759623950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-k8s-id", "timestamp": 1623759632745, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759634324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-15T12:21:51.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "dcae-sch", "timestamp": 1623759636587, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "ves-openapi-manager", "timestamp": 1623759633888, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "cds", "timestamp": 1623759623950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-k8s-id", "timestamp": 1623759632745, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-15T12:21:51.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759634324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "dcae-sch", "timestamp": 1623759636587, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "ves-openapi-manager", "timestamp": 1623759633888, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "cds", "timestamp": 1623759623950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-k8s-id", "timestamp": 1623759632745, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759634324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-15T12:21:51.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "dcae-sch", "timestamp": 1623759636587, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "ves-openapi-manager", "timestamp": 1623759633888, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "cds", "timestamp": 1623759623950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:21:51.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-k8s-id", "timestamp": 1623759632745, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:21:51.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759634324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "dcae-sch", "timestamp": 1623759636587, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "ves-openapi-manager", "timestamp": 1623759633888, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-windriver-id", "timestamp": 1623759640182, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759634324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:21:51.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "dcae-sch", "timestamp": 1623759636587, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-k8s-id", "timestamp": 1623759641316, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-15T12:21:51.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:21:51.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "cds", "timestamp": 1623759641413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:21:51.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:21:51.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-windriver-id", "timestamp": 1623759640182, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-06-15T12:21:51.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "dcae-sch", "timestamp": 1623759636587, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "cds", "timestamp": 1623759642417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-15T12:21:51.242Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b0938acf-c370-4422-9056-8c1bdf572f29 2021-06-15T12:21:51.242Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0938acf-c370-4422-9056-8c1bdf572f29 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-06-15T12:21:51.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759642417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:21:51.248Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:21:51.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-windriver-id", "timestamp": 1623759640182, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-15T12:21:51.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-k8s-id", "timestamp": 1623759643016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-15T12:21:51.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:21:51.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759642447, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "dcae-sch", "timestamp": 1623759636587, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759642714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-windriver-id", "timestamp": 1623759640182, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759642447, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "policy-id", "timestamp": 1623759643552, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759642714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-06-15T12:21:51.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-windriver-id", "timestamp": 1623759640182, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-15T12:21:51.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759642447, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "policy-id", "timestamp": 1623759643552, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759642714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-15T12:21:51.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-windriver-id", "timestamp": 1623759640182, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759642447, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "policy-id", "timestamp": 1623759643552, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-15T12:21:51.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759642714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-windriver-id", "timestamp": 1623759640182, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:21:51.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-k8s-id", "timestamp": 1623759646952, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-15T12:21:51.253Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:21:51.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759642447, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "policy-id", "timestamp": 1623759643552, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759642714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-15T12:21:51.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759647751, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-15T12:21:51.254Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:21:51.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-k8s-id", "timestamp": 1623759647964, "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-06-15T12:21:51.257Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b0938acf-c370-4422-9056-8c1bdf572f29 2021-06-15T12:21:51.257Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0938acf-c370-4422-9056-8c1bdf572f29 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-06-15T12:21:51.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759642447, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "policy-id", "timestamp": 1623759643552, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759642714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "aai-ml", "timestamp": 1623759648280, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-k8s-id", "timestamp": 1623759648966, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-06-15T12:21:51.264Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:21:51.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759642447, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:21:51.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "policy-id", "timestamp": 1623759643552, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759642714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:21:51.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "aai-ml", "timestamp": 1623759648280, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-windriver-id", "timestamp": 1623759649954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-15T12:21:51.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:21:51.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "policy-id", "timestamp": 1623759643552, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:21:51.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:51.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759650587, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-15T12:21:51.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:21:51.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:21:51.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "aai-ml", "timestamp": 1623759648280, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:21:51.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:21:57.612Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0938acf-c370-4422-9056-8c1bdf572f29 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-15T12:21:57.619Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0938acf-c370-4422-9056-8c1bdf572f29 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-06-15T12:21:57.621Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-15T12:21:57.621Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-15T12:21:57.621Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-15T12:22:27.621Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0938acf-c370-4422-9056-8c1bdf572f29 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-15T12:22:27.628Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0938acf-c370-4422-9056-8c1bdf572f29 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-06-15T12:22:27.630Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-15T12:22:27.630Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-15T12:22:27.630Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-15T12:22:51.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:22:51.196Z||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-06-15T12:22:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:22:51.224Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:22:51.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:22:51.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "clamp", "timestamp": 1623759650728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:22:51.225Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:22:57.630Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0938acf-c370-4422-9056-8c1bdf572f29 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-15T12:22:57.637Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0938acf-c370-4422-9056-8c1bdf572f29 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-06-15T12:22:57.638Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-15T12:22:57.639Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-15T12:22:57.639Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-15T12:23:27.639Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0938acf-c370-4422-9056-8c1bdf572f29 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-15T12:23:27.645Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0938acf-c370-4422-9056-8c1bdf572f29 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-06-15T12:23:27.648Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-15T12:23:27.649Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-15T12:23:27.649Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-15T12:23:51.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:23:51.196Z||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-06-15T12:23:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:23:51.215Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:23:51.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759651459, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759651601, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "aai-ml", "timestamp": 1623759648280, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-windriver-id", "timestamp": 1623759651992, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "policy-id", "timestamp": 1623759652192, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "clamp", "timestamp": 1623759650728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-06-15T12:23:51.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759652501, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "aai-ml", "timestamp": 1623759648280, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759653095, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "policy-id", "timestamp": 1623759653197, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:23:51.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "clamp", "timestamp": 1623759650728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-windriver-id", "timestamp": 1623759653510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759653578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-06-15T12:23:51.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "aai-ml", "timestamp": 1623759648280, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759653934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:23:51.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "policy-id", "timestamp": 1623759654200, "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-06-15T12:23:51.242Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b0938acf-c370-4422-9056-8c1bdf572f29 2021-06-15T12:23:51.242Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0938acf-c370-4422-9056-8c1bdf572f29 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-06-15T12:23:51.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "clamp", "timestamp": 1623759650728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759654509, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-windriver-id", "timestamp": 1623759654519, "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-06-15T12:23:51.251Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b0938acf-c370-4422-9056-8c1bdf572f29 2021-06-15T12:23:51.251Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0938acf-c370-4422-9056-8c1bdf572f29 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-06-15T12:23:51.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759654580, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-06-15T12:23:51.256Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "aai-ml", "timestamp": 1623759648280, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:23:51.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759654937, "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-06-15T12:23:51.259Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b0938acf-c370-4422-9056-8c1bdf572f29 2021-06-15T12:23:51.259Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0938acf-c370-4422-9056-8c1bdf572f29 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-06-15T12:23:51.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "clamp", "timestamp": 1623759650728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759655513, "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-06-15T12:23:51.268Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b0938acf-c370-4422-9056-8c1bdf572f29 2021-06-15T12:23:51.268Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0938acf-c370-4422-9056-8c1bdf572f29 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-06-15T12:23:51.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-windriver-id", "timestamp": 1623759655523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-06-15T12:23:51.272Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759655583, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-06-15T12:23:51.272Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "aai-ml", "timestamp": 1623759656308, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.272Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "clamp", "timestamp": 1623759650728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759656515, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-06-15T12:23:51.273Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759656586, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:23:51.273Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "clamp", "timestamp": 1623759650728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:23:51.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "aai-ml", "timestamp": 1623759663431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:23:51.273Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-windriver-id", "timestamp": 1623759660182, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759662714, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "cds", "timestamp": 1623759653950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "dcae-sch", "timestamp": 1623759656587, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-06-15T12:23:51.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "policy-id", "timestamp": 1623759663552, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "aai-ml", "timestamp": 1623759664434, "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-06-15T12:23:51.277Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b0938acf-c370-4422-9056-8c1bdf572f29 2021-06-15T12:23:51.277Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0938acf-c370-4422-9056-8c1bdf572f29 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-06-15T12:23:51.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "dcae-sch", "timestamp": 1623759656587, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.282Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "cds", "timestamp": 1623759653950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.282Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759662714, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-windriver-id", "timestamp": 1623759660182, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "policy-id", "timestamp": 1623759663552, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "dcae-sch", "timestamp": 1623759656587, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-windriver-id", "timestamp": 1623759660182, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-06-15T12:23:51.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "cds", "timestamp": 1623759653950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759662714, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-06-15T12:23:51.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "policy-id", "timestamp": 1623759663552, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "dcae-sch", "timestamp": 1623759656587, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "cds", "timestamp": 1623759653950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759662714, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-15T12:23:51.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-windriver-id", "timestamp": 1623759660182, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-15T12:23:51.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "policy-id", "timestamp": 1623759663552, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-15T12:23:51.285Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "dcae-sch", "timestamp": 1623759656587, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.285Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "cds", "timestamp": 1623759653950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.285Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-windriver-id", "timestamp": 1623759660182, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.285Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759662714, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.285Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "policy-id", "timestamp": 1623759663552, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.285Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "clamp", "timestamp": 1623759668259, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.285Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "dcae-sch", "timestamp": 1623759656587, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.286Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "cds", "timestamp": 1623759653950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.286Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-windriver-id", "timestamp": 1623759660182, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-15T12:23:51.286Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759662714, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-15T12:23:51.286Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "policy-id", "timestamp": 1623759663552, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.286Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "dcae-sch", "timestamp": 1623759656587, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.286Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "cds", "timestamp": 1623759653950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.287Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759662714, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.287Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-windriver-id", "timestamp": 1623759660182, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.287Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "policy-id", "timestamp": 1623759663552, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.287Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "clamp", "timestamp": 1623759670266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:23:51.287Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "dcae-sch", "timestamp": 1623759656587, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.287Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "cds", "timestamp": 1623759653950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:23:51.287Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759662714, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:23:51.288Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-windriver-id", "timestamp": 1623759660182, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:23:51.288Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "policy-id", "timestamp": 1623759663552, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:23:51.288Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "clamp", "timestamp": 1623759671269, "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-06-15T12:23:51.291Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b0938acf-c370-4422-9056-8c1bdf572f29 2021-06-15T12:23:51.291Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0938acf-c370-4422-9056-8c1bdf572f29 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-06-15T12:23:51.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-windriver-id", "timestamp": 1623759672595, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.297Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "cds", "timestamp": 1623759672598, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.297Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759672606, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.297Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "policy-id", "timestamp": 1623759672893, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.297Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759672447, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-k8s-id", "timestamp": 1623759672745, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "cds", "timestamp": 1623759673602, "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-06-15T12:23:51.306Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fd8deeba-e375-4e77-a542-cfb3da5c6421 2021-06-15T12:23:51.306Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd8deeba-e375-4e77-a542-cfb3da5c6421 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-06-15T12:23:51.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "dcae-sch", "timestamp": 1623759673788, "artifactURL": "/sdc/v1/catalog/services/8c1e8e82-5507-4586-bb78-cb8d612f6cd2/resourceInstances/basicclamp0/artifacts/69454455-27d5-4eb2-a38d-1c2aa9eac694", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.312Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "policy-id", "timestamp": 1623759673896, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:23:51.312Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759672447, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-windriver-id", "timestamp": 1623759674093, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.312Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759674102, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.312Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-k8s-id", "timestamp": 1623759672745, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "ves-openapi-manager", "timestamp": 1623759673888, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "policy-id", "timestamp": 1623759674899, "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-06-15T12:23:51.315Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fd8deeba-e375-4e77-a542-cfb3da5c6421 2021-06-15T12:23:51.315Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd8deeba-e375-4e77-a542-cfb3da5c6421 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-06-15T12:23:51.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "dcae-sch", "timestamp": 1623759675012, "artifactURL": "/sdc/v1/catalog/services/8c1e8e82-5507-4586-bb78-cb8d612f6cd2/resourceInstances/basicclamp0/artifacts/69454455-27d5-4eb2-a38d-1c2aa9eac694", "status": "DEPLOY_OK" } 2021-06-15T12:23:51.321Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759672447, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-k8s-id", "timestamp": 1623759672745, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-06-15T12:23:51.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-windriver-id", "timestamp": 1623759675414, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.321Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759675434, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.322Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "ves-openapi-manager", "timestamp": 1623759673888, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "dcae-sch", "timestamp": 1623759676015, "artifactURL": "/sdc/v1/catalog/services/8c1e8e82-5507-4586-bb78-cb8d612f6cd2/resourceInstances/basicclamp0/artifacts/69454455-27d5-4eb2-a38d-1c2aa9eac694", "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-06-15T12:23:51.324Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of fd8deeba-e375-4e77-a542-cfb3da5c6421 2021-06-15T12:23:51.325Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd8deeba-e375-4e77-a542-cfb3da5c6421 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-06-15T12:23:51.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759672447, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-k8s-id", "timestamp": 1623759672745, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-15T12:23:51.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-windriver-id", "timestamp": 1623759676420, "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-06-15T12:23:51.333Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fd8deeba-e375-4e77-a542-cfb3da5c6421 2021-06-15T12:23:51.333Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd8deeba-e375-4e77-a542-cfb3da5c6421 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-06-15T12:23:51.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759676437, "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-06-15T12:23:51.339Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fd8deeba-e375-4e77-a542-cfb3da5c6421 2021-06-15T12:23:51.339Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd8deeba-e375-4e77-a542-cfb3da5c6421 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-06-15T12:23:51.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "ves-openapi-manager", "timestamp": 1623759673888, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "cds", "timestamp": 1623759674605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759672447, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-k8s-id", "timestamp": 1623759672745, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-windriver-id", "timestamp": 1623759677423, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-06-15T12:23:51.345Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759677441, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-06-15T12:23:51.345Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "ves-openapi-manager", "timestamp": 1623759673888, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "cds", "timestamp": 1623759674605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "dcae-sch", "timestamp": 1623759677018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759672447, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-k8s-id", "timestamp": 1623759672745, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-15T12:23:51.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "ves-openapi-manager", "timestamp": 1623759673888, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "cds", "timestamp": 1623759674605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "dcae-sch", "timestamp": 1623759677018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "aai-ml", "timestamp": 1623759678280, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759672447, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-k8s-id", "timestamp": 1623759672745, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "ves-openapi-manager", "timestamp": 1623759673888, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "cds", "timestamp": 1623759674605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "dcae-sch", "timestamp": 1623759677018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "aai-ml", "timestamp": 1623759678280, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759672447, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:23:51.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-k8s-id", "timestamp": 1623759672745, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:23:51.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "ves-openapi-manager", "timestamp": 1623759673888, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "cds", "timestamp": 1623759674605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "dcae-sch", "timestamp": 1623759677018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-windriver-id", "timestamp": 1623759680182, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "aai-ml", "timestamp": 1623759678280, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "clamp", "timestamp": 1623759680728, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "ves-openapi-manager", "timestamp": 1623759673888, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759681544, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.350Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "cds", "timestamp": 1623759674605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "dcae-sch", "timestamp": 1623759677018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-windriver-id", "timestamp": 1623759680182, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-06-15T12:23:51.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "aai-ml", "timestamp": 1623759678280, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-k8s-id", "timestamp": 1623759681920, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.351Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "clamp", "timestamp": 1623759680728, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "cds", "timestamp": 1623759674605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "dcae-sch", "timestamp": 1623759677018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-windriver-id", "timestamp": 1623759680182, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-15T12:23:51.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "aai-ml", "timestamp": 1623759678280, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759682714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "clamp", "timestamp": 1623759680728, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-06-15T12:23:51.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759683561, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:23:51.352Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "cds", "timestamp": 1623759674605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:23:51.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "dcae-sch", "timestamp": 1623759677018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-windriver-id", "timestamp": 1623759680182, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-k8s-id", "timestamp": 1623759683914, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.353Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "aai-ml", "timestamp": 1623759678280, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "policy-id", "timestamp": 1623759683552, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759682714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-06-15T12:23:51.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "clamp", "timestamp": 1623759680728, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759684566, "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-06-15T12:23:51.356Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fd8deeba-e375-4e77-a542-cfb3da5c6421 2021-06-15T12:23:51.356Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd8deeba-e375-4e77-a542-cfb3da5c6421 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-06-15T12:23:51.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "dcae-sch", "timestamp": 1623759677018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-windriver-id", "timestamp": 1623759680182, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-15T12:23:51.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "aai-ml", "timestamp": 1623759678280, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "policy-id", "timestamp": 1623759683552, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759682714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-15T12:23:51.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "clamp", "timestamp": 1623759680728, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-windriver-id", "timestamp": 1623759680182, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "aai-ml", "timestamp": 1623759678280, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:23:51.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "policy-id", "timestamp": 1623759683552, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-15T12:23:51.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759682714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "clamp", "timestamp": 1623759680728, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-windriver-id", "timestamp": 1623759680182, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "policy-id", "timestamp": 1623759683552, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "cds", "timestamp": 1623759687286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.364Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759682714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-15T12:23:51.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "clamp", "timestamp": 1623759680728, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-windriver-id", "timestamp": 1623759680182, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:23:51.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "policy-id", "timestamp": 1623759683552, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-k8s-id", "timestamp": 1623759688313, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.365Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759682714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "clamp", "timestamp": 1623759680728, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:23:51.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "aai-ml", "timestamp": 1623759689164, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.365Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "policy-id", "timestamp": 1623759683552, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "cds", "timestamp": 1623759689267, "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-06-15T12:23:51.373Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ce28e0bf-4b54-45f3-bb96-59b66c567b0a 2021-06-15T12:23:51.373Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce28e0bf-4b54-45f3-bb96-59b66c567b0a 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-06-15T12:23:51.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-k8s-id", "timestamp": 1623759689328, "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-06-15T12:23:51.380Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fd8deeba-e375-4e77-a542-cfb3da5c6421 2021-06-15T12:23:51.381Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd8deeba-e375-4e77-a542-cfb3da5c6421 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-06-15T12:23:51.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759682714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.384Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-windriver-id", "timestamp": 1623759689987, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.385Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "policy-id", "timestamp": 1623759683552, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.385Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "multicloud-k8s-id", "timestamp": 1623759690331, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-06-15T12:23:51.385Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759682714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:23:51.385Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "policy-id", "timestamp": 1623759683552, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:23:51.385Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-windriver-id", "timestamp": 1623759691602, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.385Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759691693, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.385Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "policy-id", "timestamp": 1623759692513, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.386Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-windriver-id", "timestamp": 1623759692998, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.386Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759693104, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.386Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-k8s-id", "timestamp": 1623759692745, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.386Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "policy-id", "timestamp": 1623759693517, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:23:51.386Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-windriver-id", "timestamp": 1623759694006, "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-06-15T12:23:51.389Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ce28e0bf-4b54-45f3-bb96-59b66c567b0a 2021-06-15T12:23:51.389Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce28e0bf-4b54-45f3-bb96-59b66c567b0a 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-06-15T12:23:51.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-k8s-id", "timestamp": 1623759692745, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-06-15T12:23:51.395Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "ves-openapi-manager", "timestamp": 1623759693888, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.395Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "policy-id", "timestamp": 1623759694520, "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-06-15T12:23:51.398Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ce28e0bf-4b54-45f3-bb96-59b66c567b0a 2021-06-15T12:23:51.398Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce28e0bf-4b54-45f3-bb96-59b66c567b0a 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-06-15T12:23:51.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759694588, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.402Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-windriver-id", "timestamp": 1623759695010, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-06-15T12:23:51.402Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-k8s-id", "timestamp": 1623759692745, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-15T12:23:51.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "ves-openapi-manager", "timestamp": 1623759693888, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759695592, "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-06-15T12:23:51.405Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ce28e0bf-4b54-45f3-bb96-59b66c567b0a 2021-06-15T12:23:51.405Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce28e0bf-4b54-45f3-bb96-59b66c567b0a 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-06-15T12:23:51.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "aai-ml", "timestamp": 1623759695788, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:23:51.408Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "clamp", "timestamp": 1623759696263, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.408Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-k8s-id", "timestamp": 1623759692745, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "ves-openapi-manager", "timestamp": 1623759693888, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759696595, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-06-15T12:23:51.409Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "aai-ml", "timestamp": 1623759696792, "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-06-15T12:23:51.412Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fd8deeba-e375-4e77-a542-cfb3da5c6421 2021-06-15T12:23:51.412Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd8deeba-e375-4e77-a542-cfb3da5c6421 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-06-15T12:23:51.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "clamp", "timestamp": 1623759697266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.416Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-k8s-id", "timestamp": 1623759692745, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-15T12:23:51.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "ves-openapi-manager", "timestamp": 1623759693888, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "aai-ml", "timestamp": 1623759678280, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-k8s-id", "timestamp": 1623759692745, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "clamp", "timestamp": 1623759698508, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:23:51.417Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "ves-openapi-manager", "timestamp": 1623759693888, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "aai-ml", "timestamp": 1623759678280, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-k8s-id", "timestamp": 1623759692745, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "clamp", "timestamp": 1623759699510, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-06-15T12:23:51.418Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "ves-openapi-manager", "timestamp": 1623759693888, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "aai-ml", "timestamp": 1623759678280, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-k8s-id", "timestamp": 1623759692745, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:23:51.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "clamp", "timestamp": 1623759700512, "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-06-15T12:23:51.421Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fd8deeba-e375-4e77-a542-cfb3da5c6421 2021-06-15T12:23:51.421Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd8deeba-e375-4e77-a542-cfb3da5c6421 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-06-15T12:23:51.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "ves-openapi-manager", "timestamp": 1623759693888, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "aai-ml", "timestamp": 1623759678280, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "clamp", "timestamp": 1623759680728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "ves-openapi-manager", "timestamp": 1623759693888, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-k8s-id", "timestamp": 1623759701715, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.427Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "aai-ml", "timestamp": 1623759678280, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "clamp", "timestamp": 1623759680728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-06-15T12:23:51.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "aai-ml", "timestamp": 1623759678280, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759702447, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-k8s-id", "timestamp": 1623759703422, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.427Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "clamp", "timestamp": 1623759680728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "aai-ml", "timestamp": 1623759678280, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759702447, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "clamp", "timestamp": 1623759680728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "aai-ml", "timestamp": 1623759678280, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:23:51.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759702447, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "clamp", "timestamp": 1623759680728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759702447, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "clamp", "timestamp": 1623759680728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759702447, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-k8s-id", "timestamp": 1623759707311, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.429Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "clamp", "timestamp": 1623759680728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759702447, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "aai-ml", "timestamp": 1623759708260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:23:51.429Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-k8s-id", "timestamp": 1623759708327, "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-06-15T12:23:51.432Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ce28e0bf-4b54-45f3-bb96-59b66c567b0a 2021-06-15T12:23:51.433Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce28e0bf-4b54-45f3-bb96-59b66c567b0a 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-06-15T12:23:51.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "clamp", "timestamp": 1623759680728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:23:51.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759702447, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:23:51.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:51.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "multicloud-k8s-id", "timestamp": 1623759709330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-06-15T12:23:51.437Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:23:51.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-15T12:23:51.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759702447, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:23:51.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-15T12:23:57.649Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0938acf-c370-4422-9056-8c1bdf572f29 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-15T12:23:57.656Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0938acf-c370-4422-9056-8c1bdf572f29 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-06-15T12:23:57.657Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-15T12:23:57.658Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-15T12:23:57.658Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-15T12:23:57.658Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-15T12:23:57.658Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:23:57.658Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:23:57.658Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:23:57.658Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:23:57.658Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:23:57.658Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:23:57.658Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||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-06-15T12:23:57.661Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-15T12:24:27.661Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b0938acf-c370-4422-9056-8c1bdf572f29 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-06-15T12:24:27.665Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b0938acf-c370-4422-9056-8c1bdf572f29 and serviceModelVersionId: 55425327-115b-48bf-b1e7-6b26da4741cb 2021-06-15T12:24:27.665Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bd84b6c1-331c-4731-9038-970560fa5bbf 2021-06-15T12:24:27.666Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bd84b6c1-331c-4731-9038-970560fa5bbf/model-vers/model-ver/55425327-115b-48bf-b1e7-6b26da4741cb?depth=0 2021-06-15T12:24:27.669Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-06-15T12:24:27.703Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bd84b6c1-331c-4731-9038-970560fa5bbf/model-vers/model-ver/55425327-115b-48bf-b1e7-6b26da4741cb?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-06-15T12:24:27.703Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bd84b6c1-331c-4731-9038-970560fa5bbf/model-vers/model-ver/55425327-115b-48bf-b1e7-6b26da4741cb?depth=0|INFO|500||Invoke 2021-06-15T12:24:27.718Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bd84b6c1-331c-4731-9038-970560fa5bbf/model-vers/model-ver/55425327-115b-48bf-b1e7-6b26da4741cb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-15T12:24:28.486Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bd84b6c1-331c-4731-9038-970560fa5bbf/model-vers/model-ver/55425327-115b-48bf-b1e7-6b26da4741cb?depth=0|INFO|500||InvokeReturn 2021-06-15T12:24:28.486Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bd84b6c1-331c-4731-9038-970560fa5bbf/model-vers/model-ver/55425327-115b-48bf-b1e7-6b26da4741cb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210615-12:24:27:724-83065], vertex-id=[192616], Content-Length=[0], Date=[Tue, 15 Jun 2021 12:24:27 GMT], Content-Type=[application/json]} 2021-06-15T12:24:28.486Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2021-06-15T12:24:28.486Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-15T12:24:28.487Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||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-06-15T12:24:28.490Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||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-06-15T12:24:28.490Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b0938acf-c370-4422-9056-8c1bdf572f29 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-15T12:24:28.490Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-15T12:24:28.490Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:24:28.491Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:24:28.491Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759868490, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-15T12:24:28.591Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:24:28.592Z||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-06-15T12:24:28.592Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:24:28.606Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:24:28.606Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-15T12:24:29.500Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:24:29.501Z|b0938acf-c370-4422-9056-8c1bdf572f29|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-06-15T12:24:29.501Z|b0938acf-c370-4422-9056-8c1bdf572f29|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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:24:33.796Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:24:33.797Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-15T12:24:33.797Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"fd8deeba-e375-4e77-a542-cfb3da5c6421","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"8c1e8e82-5507-4586-bb78-cb8d612f6cd2","serviceDescription":"service","serviceInvariantUUID":"d7e26c99-b07a-4bab-8604-8eaf8aa2e6d7","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"87b441f3-ad07-4a72-b224-a6f92a10b20b","resourceInvariantUUID":"66151616-2598-4ae0-8d19-198110f87762","resourceCustomizationUUID":"e74fa591-3a78-427e-a224-6678363f8501","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":"69454455-27d5-4eb2-a38d-1c2aa9eac694","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":"OWVjZDhlNGFmNjBhMzVlN2Q4MTk1MjIwZjVlZTYwOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e057aae-a484-4b87-8b13-15160464d161","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":"Mzc3NzA0NWFlMjRmMzZlZThiZmZjMTUyZTQ2MzA2NGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"03b75f40-83fa-40fa-988b-ee3dad16c8cf","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":"57d18892-4d58-4c6f-9298-b6461d10b554","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":"97cb120a-b957-4ace-9e8a-a5c350d12623","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":"b006a78c-3924-412d-bb3b-96786dd85be8","artifactVersion":"2","generatedFromUUID":"57d18892-4d58-4c6f-9298-b6461d10b554"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZjdiZjdmYTY4OTZkZTAxNDcxMjA5YmYwYmJkNjE1Y2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"332ae418-49d9-4f6b-9fba-5e60152d51d6","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NWVhMGE0YTA4M2NjMjIzY2UxZDZhYWRkY2U4NmVkZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7473d064-9e76-4f2c-b02b-9691542d2ed1","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-15T12:24:33.798Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:24:33.798Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:24:33.800Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:24:33.800Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:24:33.900Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-15T12:24:33.900Z||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-06-15T12:24:33.901Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:24:33.910Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:24:33.911Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:24:34.801Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:24:34.801Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:24:34.803Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:24:34.803Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:24:34.903Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:24:34.903Z||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-06-15T12:24:34.903Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:24:34.915Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:24:34.915Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:24:35.803Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:24:35.804Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:24:35.805Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:24:35.805Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-06-15T12:24:35.905Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:24:35.906Z||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-06-15T12:24:35.906Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:24:35.916Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:24:35.917Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:24:36.805Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:24:36.806Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:24:36.807Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:24:36.807Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-15T12:24:36.907Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-15T12:24:36.908Z||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-06-15T12:24:36.908Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:24:36.917Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:24:36.918Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-06-15T12:24:37.808Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:24:37.809Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:24:37.810Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:24:37.810Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:24:37.910Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:24:37.911Z||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-06-15T12:24:37.911Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:24:37.921Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:24:37.921Z||pool-55-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:24:38.811Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:24:38.811Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:24:38.813Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:24:38.813Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-15T12:24:38.913Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:24:38.914Z||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-06-15T12:24:38.914Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:24:38.925Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:24:38.925Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-06-15T12:24:39.814Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:24:39.814Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:24:39.816Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:24:39.816Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:24:39.916Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:24:39.917Z||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-06-15T12:24:39.917Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:24:39.927Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:24:39.927Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:24:40.816Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:24:40.817Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:24:40.818Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:24:40.818Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:24:40.918Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:24:40.919Z||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-06-15T12:24:40.919Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:24:40.930Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:24:40.931Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:24:41.819Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "8c1e8e82-5507-4586-bb78-cb8d612f6cd2", "serviceDescription": "service", "serviceInvariantUUID": "d7e26c99-b07a-4bab-8604-8eaf8aa2e6d7", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "e74fa591-3a78-427e-a224-6678363f8501", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "87b441f3-ad07-4a72-b224-a6f92a10b20b", "resourceInvariantUUID": "66151616-2598-4ae0-8d19-198110f87762", "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": "Mzc3NzA0NWFlMjRmMzZlZThiZmZjMTUyZTQ2MzA2NGI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "03b75f40-83fa-40fa-988b-ee3dad16c8cf", "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": "57d18892-4d58-4c6f-9298-b6461d10b554", "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": "b006a78c-3924-412d-bb3b-96786dd85be8", "generatedFromUUID": "57d18892-4d58-4c6f-9298-b6461d10b554" }, "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": "b006a78c-3924-412d-bb3b-96786dd85be8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "NWVhMGE0YTA4M2NjMjIzY2UxZDZhYWRkY2U4NmVkZDI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7473d064-9e76-4f2c-b02b-9691542d2ed1" } ], "workloadContext": "Production" } 2021-06-15T12:24:41.820Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-15T12:24:41.820Z|b0938acf-c370-4422-9056-8c1bdf572f29|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8c1e8e82-5507-4586-bb78-cb8d612f6cd2 ASDC 2021-06-15T12:24:41.820Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:fd8deeba-e375-4e77-a542-cfb3da5c6421 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:8c1e8e82-5507-4586-bb78-cb8d612f6cd2 ServiceInvariantUUID:d7e26c99-b07a-4bab-8604-8eaf8aa2e6d7 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:7473d064-9e76-4f2c-b02b-9691542d2ed1 ArtifactChecksum:NWVhMGE0YTA4M2NjMjIzY2UxZDZhYWRkY2U4NmVkZDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:e74fa591-3a78-427e-a224-6678363f8501 ResourceInvariantUUID:66151616-2598-4ae0-8d19-198110f87762 ResourceName:basicclamp ResourceType:VF ResourceUUID:87b441f3-ad07-4a72-b224-a6f92a10b20b 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:03b75f40-83fa-40fa-988b-ee3dad16c8cf ArtifactChecksum:Mzc3NzA0NWFlMjRmMzZlZThiZmZjMTUyZTQ2MzA2NGI= 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:57d18892-4d58-4c6f-9298-b6461d10b554 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:b006a78c-3924-412d-bb3b-96786dd85be8 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:b006a78c-3924-412d-bb3b-96786dd85be8 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-06-15T12:24:41.821Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8c1e8e82-5507-4586-bb78-cb8d612f6cd2 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-06-15T12:24:41.847Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-15T12:24:41.848Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-06-15T12:24:41.848Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-06-15T12:24:41.848Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7473d064-9e76-4f2c-b02b-9691542d2ed1 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-06-15T12:24:41.849Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-06-15T12:24:41.849Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-06-15T12:24:42.310Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-06-15T12:24:42.313Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 7473d064-9e76-4f2c-b02b-9691542d2ed1 73371 2021-06-15T12:24:42.313Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-06-15T12:24:42.313Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-06-15T12:24:42.313Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-15T12:24:42.313Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:24:42.315Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:24:42.315Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759882313, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:24:42.415Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:24:42.416Z||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-06-15T12:24:42.416Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:24:42.427Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:24:42.427Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:24:43.315Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-15T12:24:43.316Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-06-15T12:24:43.317Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7473d064-9e76-4f2c-b02b-9691542d2ed1, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-15T12:24:43.317Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-06-15T12:24:43.317Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-15T12:24:43.317Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-15T12:24:43.441Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP773439333351648451/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-06-15T12:24:44.301Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-15T12:24:44.302Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-06-15T12:24:44.302Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-15T12:24:44.302Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-06-15T12:24:44.302Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||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-06-15T12:24:44.302Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||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-06-15T12:24:44.302Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||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-06-15T12:24:44.302Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||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-06-15T12:24:44.302Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||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-06-15T12:24:44.302Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||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-06-15T12:24:44.302Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||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-06-15T12:24:44.302Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||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-06-15T12:24:44.303Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||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-06-15T12:24:44.303Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-06-15T12:24:44.303Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:24:44.303Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:24:44.303Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-15T12:24:44.303Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-06-15T12:24:44.303Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-15T12:24:44.303Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:24:44.303Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:24:44.304Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-15T12:24:44.304Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-06-15T12:24:44.304Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-15T12:24:44.304Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:24:44.304Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:24:44.304Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:24:44.304Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-06-15T12:24:44.304Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-06-15T12:24:44.304Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-06-15T12:24:44.304Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-06-15T12:24:44.304Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-06-15T12:24:44.305Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-06-15T12:24:44.305Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:24:44.305Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-15T12:24:44.305Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:24:44.305Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-15T12:24:44.305Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-15T12:24:44.305Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:24:44.305Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-15T12:24:44.305Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-15T12:24:44.305Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:24:44.306Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-15T12:24:44.306Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-15T12:24:44.306Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:24:44.306Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-06-15T12:24:44.306Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-06-15T12:24:44.306Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-06-15T12:24:44.306Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f9486a29-d890-4e2e-8b8b-ebfe7e68563a 2021-06-15T12:24:44.306Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:24:44.306Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:24:44.306Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:24:44.306Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:24:44.306Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:24:44.307Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:24:44.307Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:24:44.307Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:24:44.307Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:8c1e8e82-5507-4586-bb78-cb8d612f6cd2 Model Version:NULL Model InvariantUuid:d7e26c99-b07a-4bab-8604-8eaf8aa2e6d7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:16fbab6a-018a-413b-8fac-2ec1d0de93c0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:66151616-2598-4ae0-8d19-198110f87762 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e74fa591-3a78-427e-a224-6678363f8501 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2cc3750e-8004-4412-902a-115143f188e0 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:285d02b5-c2f1-48e2-a99f-5a5019ffec12 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f9486a29-d890-4e2e-8b8b-ebfe7e68563a ModelInvariantUuid:e64d687a-6183-41d3-bd01-36c3bc76977b ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:29f05645-d72f-4c33-9dbe-7b7c85e750df ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:3d655c78-dbe1-4b70-a8f5-9c4d8c3b665a ModelInvariantUuid:193b908d-ff0e-4256-949d-bf8a2cfa45a6 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:d0d5bd8e-9b4c-4895-bd7b-e1f5912fd00b 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-06-15T12:24:44.313Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 87b441f3-ad07-4a72-b224-a6f92a10b20b 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-06-15T12:24:44.315Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||basicclamp 0 2021-06-15T12:24:44.315Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 87b441f3-ad07-4a72-b224-a6f92a10b20b 2021-06-15T12:24:44.315Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 03b75f40-83fa-40fa-988b-ee3dad16c8cf from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-06-15T12:24:44.315Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-06-15T12:24:44.315Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-06-15T12:24:46.651Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-06-15T12:24:46.651Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 03b75f40-83fa-40fa-988b-ee3dad16c8cf 790 2021-06-15T12:24:46.651Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||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-06-15T12:24:46.651Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||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-06-15T12:24:46.651Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-15T12:24:46.651Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:24:46.653Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:24:46.653Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759886651, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-15T12:24:46.754Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-15T12:24:46.754Z||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-06-15T12:24:46.754Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:24:46.764Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:24:46.764Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:24:47.653Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "2cc3750e-8004-4412-902a-115143f188e0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "285d02b5-c2f1-48e2-a99f-5a5019ffec12", "vfModuleModelCustomizationUUID": "42ef273e-64e5-4fb0-aa05-04dbb3566384", "isBase": true, "artifacts": [ "57d18892-4d58-4c6f-9298-b6461d10b554", "b006a78c-3924-412d-bb3b-96786dd85be8" ], "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-06-15T12:24:47.656Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:285d02b5-c2f1-48e2-a99f-5a5019ffec12 VfModuleModelInvariantUUID:2cc3750e-8004-4412-902a-115143f188e0 VfModuleModelDescription:NULL Artifacts UUID List:{ 57d18892-4d58-4c6f-9298-b6461d10b554 , b006a78c-3924-412d-bb3b-96786dd85be8 } 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-06-15T12:24:47.657Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "2cc3750e-8004-4412-902a-115143f188e0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "285d02b5-c2f1-48e2-a99f-5a5019ffec12", "vfModuleModelCustomizationUUID": "42ef273e-64e5-4fb0-aa05-04dbb3566384", "isBase": true, "artifacts": [ "57d18892-4d58-4c6f-9298-b6461d10b554", "b006a78c-3924-412d-bb3b-96786dd85be8" ], "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-06-15T12:24:47.658Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:285d02b5-c2f1-48e2-a99f-5a5019ffec12 VfModuleModelInvariantUUID:2cc3750e-8004-4412-902a-115143f188e0 VfModuleModelDescription:NULL Artifacts UUID List:{ 57d18892-4d58-4c6f-9298-b6461d10b554 , b006a78c-3924-412d-bb3b-96786dd85be8 } 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-06-15T12:24:47.658Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 57d18892-4d58-4c6f-9298-b6461d10b554 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-06-15T12:24:47.658Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-06-15T12:24:47.658Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-06-15T12:24:49.453Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-06-15T12:24:49.454Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 57d18892-4d58-4c6f-9298-b6461d10b554 5033 2021-06-15T12:24:49.454Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||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-06-15T12:24:49.454Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||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-06-15T12:24:49.454Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-15T12:24:49.455Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:24:49.456Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:24:49.457Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759889454, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-15T12:24:49.557Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:24:49.557Z||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-06-15T12:24:49.557Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:24:49.568Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:24:49.568Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:24:50.457Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b006a78c-3924-412d-bb3b-96786dd85be8 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-06-15T12:24:50.458Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-06-15T12:24:50.458Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-06-15T12:24:51.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:24:51.197Z||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-06-15T12:24:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:24:51.220Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:24:51.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-15T12:24:51.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759711499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:24:51.221Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:24:51.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-15T12:24:51.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "aai-ml", "timestamp": 1623759714832, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:24:51.221Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:24:51.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-15T12:24:51.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "aai-ml", "timestamp": 1623759715836, "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-06-15T12:24:51.226Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ce28e0bf-4b54-45f3-bb96-59b66c567b0a 2021-06-15T12:24:51.226Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce28e0bf-4b54-45f3-bb96-59b66c567b0a 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-06-15T12:24:51.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-15T12:24:51.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "clamp", "timestamp": 1623759718267, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:24:51.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:24:51.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-15T12:24:51.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "clamp", "timestamp": 1623759721269, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:24:51.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:24:51.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-15T12:24:51.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "clamp", "timestamp": 1623759722271, "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-06-15T12:24:51.235Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ce28e0bf-4b54-45f3-bb96-59b66c567b0a 2021-06-15T12:24:51.235Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce28e0bf-4b54-45f3-bb96-59b66c567b0a 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-06-15T12:24:51.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-15T12:24:51.241Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759732692, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:24:51.241Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:24:51.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-15T12:24:51.241Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759733695, "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-06-15T12:24:51.243Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ce28e0bf-4b54-45f3-bb96-59b66c567b0a 2021-06-15T12:24:51.244Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce28e0bf-4b54-45f3-bb96-59b66c567b0a 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-06-15T12:24:51.487Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-06-15T12:24:51.488Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env b006a78c-3924-412d-bb3b-96786dd85be8 909 2021-06-15T12:24:51.488Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||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-06-15T12:24:51.488Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||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-06-15T12:24:51.488Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-15T12:24:51.488Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:24:51.489Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:24:51.490Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759891488, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-15T12:24:51.590Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:24:51.590Z||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-06-15T12:24:51.590Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:24:51.600Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:24:51.601Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:24:52.490Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 8c1e8e82-5507-4586-bb78-cb8d612f6cd2 2021-06-15T12:24:52.491Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 87b441f3-ad07-4a72-b224-a6f92a10b20b 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-06-15T12:24:52.502Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:24:52.502Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:24:52.502Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-06-15T12:24:52.502Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= e74fa591-3a78-427e-a224-6678363f8501 2021-06-15T12:24:52.502Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e74fa591-3a78-427e-a224-6678363f8501 matches Tosca VF Customization UUID: e74fa591-3a78-427e-a224-6678363f8501 2021-06-15T12:24:52.503Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: e74fa591-3a78-427e-a224-6678363f8501 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-06-15T12:24:52.504Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:24:52.504Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:24:52.504Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id e74fa591-3a78-427e-a224-6678363f8501: {\"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-06-15T12:24:52.505Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2c16c4bd 2021-06-15T12:24:52.505Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:24:52.505Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-15T12:24:52.505Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 42ef273e-64e5-4fb0-aa05-04dbb3566384 2021-06-15T12:24:52.505Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 42ef273e-64e5-4fb0-aa05-04dbb3566384 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-06-15T12:24:52.507Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:24:52.507Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-15T12:24:52.507Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-15T12:24:52.507Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:24:52.507Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-15T12:24:52.507Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-15T12:24:52.508Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:24:52.508Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-06-15T12:24:52.508Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-06-15T12:24:52.508Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-06-15T12:24:52.508Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f9486a29-d890-4e2e-8b8b-ebfe7e68563a 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-06-15T12:24:52.509Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:24:52.509Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-15T12:24:52.510Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-15T12:24:52.510Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:24:52.510Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-15T12:24:52.510Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=e74fa591-3a78-427e-a224-6678363f8501 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-06-15T12:24:52.511Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:24:52.511Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:24:52.511Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 8c1e8e82-5507-4586-bb78-cb8d612f6cd2: basicclamp 2021-06-15T12:24:52.511Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:24:52.512Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:24:52.512Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:24:52.512Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:24:52.512Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:24:52.512Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:24:52.512Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:24:52.512Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:24:52.512Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:24:52.513Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:24:52.513Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||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-06-15T12:24:52.561Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 87b441f3-ad07-4a72-b224-a6f92a10b20b 1 ASDC deployResourceStructure 2021-06-15T12:24:52.561Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||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-06-15T12:24:52.561Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||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-06-15T12:24:52.561Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-15T12:24:52.561Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:24:52.563Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:24:52.563Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759892561, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-06-15T12:24:52.663Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:24:52.664Z||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-06-15T12:24:52.664Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:24:52.674Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:24:52.674Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:24:53.564Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||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-06-15T12:24:53.564Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||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-06-15T12:24:53.564Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-15T12:24:53.565Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:24:53.566Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:24:53.566Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759893564, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-06-15T12:24:53.666Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:24:53.667Z||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-06-15T12:24:53.667Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:24:53.676Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:24:53.676Z||pool-64-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:24:54.567Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||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-06-15T12:24:54.567Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||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-06-15T12:24:54.567Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-15T12:24:54.568Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:24:54.569Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:24:54.569Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759894567, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-06-15T12:24:54.669Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:24:54.670Z||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-06-15T12:24:54.670Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:24:54.682Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:24:54.682Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:24:55.570Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-06-15T12:24:55.570Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-06-15T12:24:55.570Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-15T12:24:55.570Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:24:55.572Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:24:55.572Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759895570, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:24:55.672Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:24:55.672Z||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-06-15T12:24:55.672Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:24:55.688Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:24:55.688Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:24:56.572Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd8deeba-e375-4e77-a542-cfb3da5c6421 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-15T12:24:56.579Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd8deeba-e375-4e77-a542-cfb3da5c6421 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-06-15T12:24:56.581Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-15T12:24:56.581Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-15T12:24:56.581Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-15T12:24:56.581Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-15T12:24:56.581Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:24:56.582Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:24:56.582Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:24:56.582Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:24:56.582Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:24:56.582Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:24:56.582Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:24:56.582Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||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-06-15T12:24:56.585Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-15T12:25:26.586Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fd8deeba-e375-4e77-a542-cfb3da5c6421 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-06-15T12:25:26.590Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fd8deeba-e375-4e77-a542-cfb3da5c6421 and serviceModelVersionId: 8c1e8e82-5507-4586-bb78-cb8d612f6cd2 2021-06-15T12:25:26.591Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d7e26c99-b07a-4bab-8604-8eaf8aa2e6d7 2021-06-15T12:25:26.591Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d7e26c99-b07a-4bab-8604-8eaf8aa2e6d7/model-vers/model-ver/8c1e8e82-5507-4586-bb78-cb8d612f6cd2?depth=0 2021-06-15T12:25:26.594Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-06-15T12:25:26.633Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d7e26c99-b07a-4bab-8604-8eaf8aa2e6d7/model-vers/model-ver/8c1e8e82-5507-4586-bb78-cb8d612f6cd2?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-06-15T12:25:26.633Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d7e26c99-b07a-4bab-8604-8eaf8aa2e6d7/model-vers/model-ver/8c1e8e82-5507-4586-bb78-cb8d612f6cd2?depth=0|INFO|500||Invoke 2021-06-15T12:25:26.648Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d7e26c99-b07a-4bab-8604-8eaf8aa2e6d7/model-vers/model-ver/8c1e8e82-5507-4586-bb78-cb8d612f6cd2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-15T12:25:27.089Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d7e26c99-b07a-4bab-8604-8eaf8aa2e6d7/model-vers/model-ver/8c1e8e82-5507-4586-bb78-cb8d612f6cd2?depth=0|INFO|500||InvokeReturn 2021-06-15T12:25:27.089Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d7e26c99-b07a-4bab-8604-8eaf8aa2e6d7/model-vers/model-ver/8c1e8e82-5507-4586-bb78-cb8d612f6cd2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210615-12:25:26:655-57461], vertex-id=[229448], Content-Length=[0], Date=[Tue, 15 Jun 2021 12:25:26 GMT], Content-Type=[application/json]} 2021-06-15T12:25:27.090Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2021-06-15T12:25:27.090Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-15T12:25:27.090Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||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-06-15T12:25:27.093Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||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-06-15T12:25:27.093Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fd8deeba-e375-4e77-a542-cfb3da5c6421 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-15T12:25:27.093Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-15T12:25:27.093Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:25:27.095Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:25:27.095Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759927093, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-15T12:25:27.195Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:25:27.196Z||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-06-15T12:25:27.196Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:25:27.210Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:25:27.210Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-15T12:25:28.104Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-15T12:25:28.104Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"ce28e0bf-4b54-45f3-bb96-59b66c567b0a","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"a108a905-8754-44d9-a9d1-539f094d8263","serviceDescription":"service","serviceInvariantUUID":"9fe00e86-c940-40cb-87af-c38050149ac3","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4b997d37-4268-4159-be99-ceb591c92ecb","resourceInvariantUUID":"84bafdd1-8ec3-4885-a604-030affad6315","resourceCustomizationUUID":"af5558a7-c94b-4e86-911a-d65c348940ea","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":"ODI1MTVjYTM2ZWQyZTY1Zjc0ZjNiMGNhNTk2ZjJkNWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69587179-6855-41bb-8303-a65a4c44ae24","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":"ZTM4Njg5NWRhNTAzN2YyZjgyMDdmYzZjYTRhNWJjYzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9a4296d7-cfc4-4679-ba47-1daab8e85c98","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":"1a0d8101-7fd1-4165-8da4-e2a550518f16","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":"f9f8da97-8da8-4c52-8705-b0838d60ae2c","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":"a07c642a-21db-45f0-b5e8-239140f5050f","artifactVersion":"2","generatedFromUUID":"1a0d8101-7fd1-4165-8da4-e2a550518f16"},{"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":"NmIzMGI0NGFhMTYwOGRmN2Q3NGUzNGYzN2I2NTk2YTQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"420f6d29-12fa-4a10-bcfa-a3ebf056c5ff","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":"NmE1NWM5MDc4ODhjZmNhMjMwMGM4MzNmYWY3OWZiZTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e5dcc628-532b-4033-88fc-9c0f07e8b218","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NzI0NjFiODY3NzEwNGI4YTllZjBkMjZiNzgwYjc3Y2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3736a05d-ce43-437b-81f8-e21cab7f071b","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-15T12:25:28.104Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:25:28.104Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:25:28.106Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:25:28.106Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:25:28.206Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:25:28.206Z||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-06-15T12:25:28.207Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:25:28.216Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:25:28.217Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:25:29.106Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:25:29.107Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:25:29.108Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:25:29.108Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-06-15T12:25:29.209Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-15T12:25:29.209Z||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-06-15T12:25:29.209Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:25:29.221Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:25:29.222Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:25:30.109Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:25:30.110Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:25:30.111Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:25:30.111Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-15T12:25:30.212Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:25:30.212Z||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-06-15T12:25:30.212Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:25:30.222Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:25:30.223Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:25:31.112Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:25:31.113Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:25:31.114Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:25:31.114Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:25:31.214Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:25:31.215Z||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-06-15T12:25:31.215Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:25:31.226Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:25:31.227Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:25:32.114Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:25:32.115Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:25:32.116Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:25:32.117Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-15T12:25:32.217Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:25:32.217Z||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-06-15T12:25:32.217Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:25:32.228Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:25:32.228Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:25:33.117Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:25:33.118Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:25:33.119Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:25:33.119Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-15T12:25:33.220Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:25:33.220Z||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-06-15T12:25:33.220Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:25:33.229Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:25:33.229Z||pool-73-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:25:34.120Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:25:34.121Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:25:34.122Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:25:34.122Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:25:34.223Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:25:34.223Z||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-06-15T12:25:34.223Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:25:34.235Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:25:34.236Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:25:35.123Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:25:35.124Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:25:35.125Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:25:35.125Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:25:35.226Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:25:35.226Z||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-06-15T12:25:35.226Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:25:35.242Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:25:35.242Z||pool-75-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:25:36.127Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "a108a905-8754-44d9-a9d1-539f094d8263", "serviceDescription": "service", "serviceInvariantUUID": "9fe00e86-c940-40cb-87af-c38050149ac3", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "af5558a7-c94b-4e86-911a-d65c348940ea", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4b997d37-4268-4159-be99-ceb591c92ecb", "resourceInvariantUUID": "84bafdd1-8ec3-4885-a604-030affad6315", "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": "ZTM4Njg5NWRhNTAzN2YyZjgyMDdmYzZjYTRhNWJjYzU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9a4296d7-cfc4-4679-ba47-1daab8e85c98", "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": "1a0d8101-7fd1-4165-8da4-e2a550518f16", "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": "a07c642a-21db-45f0-b5e8-239140f5050f", "generatedFromUUID": "1a0d8101-7fd1-4165-8da4-e2a550518f16" }, "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": "a07c642a-21db-45f0-b5e8-239140f5050f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NzI0NjFiODY3NzEwNGI4YTllZjBkMjZiNzgwYjc3Y2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3736a05d-ce43-437b-81f8-e21cab7f071b" } ], "workloadContext": "Production" } 2021-06-15T12:25:36.127Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-15T12:25:36.127Z|fd8deeba-e375-4e77-a542-cfb3da5c6421|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a108a905-8754-44d9-a9d1-539f094d8263 ASDC 2021-06-15T12:25:36.128Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:ce28e0bf-4b54-45f3-bb96-59b66c567b0a ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:a108a905-8754-44d9-a9d1-539f094d8263 ServiceInvariantUUID:9fe00e86-c940-40cb-87af-c38050149ac3 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:3736a05d-ce43-437b-81f8-e21cab7f071b ArtifactChecksum:NzI0NjFiODY3NzEwNGI4YTllZjBkMjZiNzgwYjc3Y2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:af5558a7-c94b-4e86-911a-d65c348940ea ResourceInvariantUUID:84bafdd1-8ec3-4885-a604-030affad6315 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:4b997d37-4268-4159-be99-ceb591c92ecb 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:9a4296d7-cfc4-4679-ba47-1daab8e85c98 ArtifactChecksum:ZTM4Njg5NWRhNTAzN2YyZjgyMDdmYzZjYTRhNWJjYzU= 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:1a0d8101-7fd1-4165-8da4-e2a550518f16 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:a07c642a-21db-45f0-b5e8-239140f5050f 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:a07c642a-21db-45f0-b5e8-239140f5050f ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-06-15T12:25:36.128Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a108a905-8754-44d9-a9d1-539f094d8263 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-06-15T12:25:36.152Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-15T12:25:36.153Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-06-15T12:25:36.153Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-06-15T12:25:36.153Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3736a05d-ce43-437b-81f8-e21cab7f071b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-06-15T12:25:36.153Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-06-15T12:25:36.154Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-06-15T12:25:36.303Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-06-15T12:25:36.307Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 3736a05d-ce43-437b-81f8-e21cab7f071b 78563 2021-06-15T12:25:36.307Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-06-15T12:25:36.307Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-06-15T12:25:36.307Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-15T12:25:36.307Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:25:36.309Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:25:36.309Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759936307, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:25:36.409Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:25:36.410Z||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-06-15T12:25:36.410Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:25:36.421Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:25:36.422Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:25:37.309Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-15T12:25:37.311Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-06-15T12:25:37.311Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 3736a05d-ce43-437b-81f8-e21cab7f071b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-15T12:25:37.311Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-06-15T12:25:37.312Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-15T12:25:37.312Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-15T12:25:37.421Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1100769906457934780/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-06-15T12:25:38.261Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-15T12:25:38.261Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-06-15T12:25:38.261Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-15T12:25:38.261Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-06-15T12:25:38.262Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||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-06-15T12:25:38.262Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||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-06-15T12:25:38.262Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||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-06-15T12:25:38.262Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||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-06-15T12:25:38.262Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||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-06-15T12:25:38.262Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||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-06-15T12:25:38.262Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||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-06-15T12:25:38.262Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||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-06-15T12:25:38.262Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||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-06-15T12:25:38.263Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-06-15T12:25:38.263Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:25:38.263Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:25:38.263Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-15T12:25:38.263Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-06-15T12:25:38.263Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-15T12:25:38.263Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:25:38.263Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:25:38.264Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-15T12:25:38.264Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-06-15T12:25:38.264Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-15T12:25:38.264Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:25:38.264Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:25:38.264Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:25:38.264Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-06-15T12:25:38.264Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-06-15T12:25:38.265Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-06-15T12:25:38.265Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-06-15T12:25:38.265Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-06-15T12:25:38.265Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-06-15T12:25:38.265Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:25:38.265Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-15T12:25:38.265Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:25:38.265Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-15T12:25:38.265Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-15T12:25:38.266Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:25:38.266Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-15T12:25:38.266Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-15T12:25:38.266Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:25:38.266Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-15T12:25:38.266Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-15T12:25:38.266Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:25:38.266Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-06-15T12:25:38.266Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-06-15T12:25:38.267Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-06-15T12:25:38.267Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4ddac229-2ceb-4682-88c0-094926c951d8 2021-06-15T12:25:38.267Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:25:38.267Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:25:38.267Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:25:38.267Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:25:38.267Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:25:38.267Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:25:38.267Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:25:38.268Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:25:38.268Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:a108a905-8754-44d9-a9d1-539f094d8263 Model Version:NULL Model InvariantUuid:9fe00e86-c940-40cb-87af-c38050149ac3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:adf1df49-24d5-42e4-8482-3b2eee0b4572 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:84bafdd1-8ec3-4885-a604-030affad6315 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:af5558a7-c94b-4e86-911a-d65c348940ea NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:56f35b4e-a2be-4c6e-a747-fb4511be1e0e ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:d764a2b8-32b7-4a9d-a7ba-786551f69f40 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4ddac229-2ceb-4682-88c0-094926c951d8 ModelInvariantUuid:ae9814ac-5ec8-4011-ae7b-f8bd2f1324ac ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc ModelUuid:dbe05885-e8be-4fca-8a27-21b5842278dd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:85278db7-88d5-4c76-a49d-af9775d2ca4c ModelInvariantUuid:43fed8b0-031e-4274-a8f6-e44a94b0e95a ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20 ModelUuid:384e39ea-864c-492d-9fc9-16d0e334dd6e 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-06-15T12:25:38.272Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 4b997d37-4268-4159-be99-ceb591c92ecb 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-06-15T12:25:38.274Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||basic_vm_macro 0 2021-06-15T12:25:38.274Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4b997d37-4268-4159-be99-ceb591c92ecb 2021-06-15T12:25:38.274Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9a4296d7-cfc4-4679-ba47-1daab8e85c98 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-06-15T12:25:38.274Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-06-15T12:25:38.274Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||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-06-15T12:25:38.381Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-06-15T12:25:38.382Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 9a4296d7-cfc4-4679-ba47-1daab8e85c98 792 2021-06-15T12:25:38.382Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||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-06-15T12:25:38.382Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||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-06-15T12:25:38.382Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-15T12:25:38.383Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:25:38.384Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:25:38.384Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759938382, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-15T12:25:38.484Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:25:38.485Z||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-06-15T12:25:38.485Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:25:38.498Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:25:38.498Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:25:39.385Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "56f35b4e-a2be-4c6e-a747-fb4511be1e0e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d764a2b8-32b7-4a9d-a7ba-786551f69f40", "vfModuleModelCustomizationUUID": "89258c0c-2025-48b8-83f7-3369d5dbb800", "isBase": true, "artifacts": [ "1a0d8101-7fd1-4165-8da4-e2a550518f16", "a07c642a-21db-45f0-b5e8-239140f5050f" ], "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-06-15T12:25:39.387Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d764a2b8-32b7-4a9d-a7ba-786551f69f40 VfModuleModelInvariantUUID:56f35b4e-a2be-4c6e-a747-fb4511be1e0e VfModuleModelDescription:NULL Artifacts UUID List:{ 1a0d8101-7fd1-4165-8da4-e2a550518f16 , a07c642a-21db-45f0-b5e8-239140f5050f } 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-06-15T12:25:39.389Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "56f35b4e-a2be-4c6e-a747-fb4511be1e0e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d764a2b8-32b7-4a9d-a7ba-786551f69f40", "vfModuleModelCustomizationUUID": "89258c0c-2025-48b8-83f7-3369d5dbb800", "isBase": true, "artifacts": [ "1a0d8101-7fd1-4165-8da4-e2a550518f16", "a07c642a-21db-45f0-b5e8-239140f5050f" ], "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-06-15T12:25:39.389Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d764a2b8-32b7-4a9d-a7ba-786551f69f40 VfModuleModelInvariantUUID:56f35b4e-a2be-4c6e-a747-fb4511be1e0e VfModuleModelDescription:NULL Artifacts UUID List:{ 1a0d8101-7fd1-4165-8da4-e2a550518f16 , a07c642a-21db-45f0-b5e8-239140f5050f } 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-06-15T12:25:39.389Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1a0d8101-7fd1-4165-8da4-e2a550518f16 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-06-15T12:25:39.389Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-06-15T12:25:39.389Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||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-06-15T12:25:39.514Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-06-15T12:25:39.514Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 1a0d8101-7fd1-4165-8da4-e2a550518f16 5033 2021-06-15T12:25:39.514Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||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-06-15T12:25:39.514Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||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-06-15T12:25:39.514Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-15T12:25:39.515Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:25:39.516Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:25:39.516Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759939514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-15T12:25:39.616Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:25:39.617Z||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-06-15T12:25:39.617Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:25:39.645Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:25:39.645Z||pool-78-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:25:40.517Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a07c642a-21db-45f0-b5e8-239140f5050f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-06-15T12:25:40.517Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-06-15T12:25:40.517Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||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-06-15T12:25:40.912Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-06-15T12:25:40.913Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env a07c642a-21db-45f0-b5e8-239140f5050f 903 2021-06-15T12:25:40.913Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||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-06-15T12:25:40.913Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||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-06-15T12:25:40.913Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-15T12:25:40.913Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:25:40.915Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:25:40.915Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759940913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-15T12:25:41.015Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:25:41.015Z||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-06-15T12:25:41.015Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:25:41.027Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:25:41.027Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-06-15T12:25:41.915Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: a108a905-8754-44d9-a9d1-539f094d8263 2021-06-15T12:25:41.916Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 4b997d37-4268-4159-be99-ceb591c92ecb 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-06-15T12:25:41.926Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:25:41.926Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:25:41.927Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-06-15T12:25:41.927Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= af5558a7-c94b-4e86-911a-d65c348940ea 2021-06-15T12:25:41.927Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: af5558a7-c94b-4e86-911a-d65c348940ea matches Tosca VF Customization UUID: af5558a7-c94b-4e86-911a-d65c348940ea 2021-06-15T12:25:41.927Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: af5558a7-c94b-4e86-911a-d65c348940ea 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-06-15T12:25:41.929Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:25:41.929Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:25:41.930Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id af5558a7-c94b-4e86-911a-d65c348940ea: {\"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-06-15T12:25:41.930Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@27cffef4 2021-06-15T12:25:41.930Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:25:41.931Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-15T12:25:41.931Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 89258c0c-2025-48b8-83f7-3369d5dbb800 2021-06-15T12:25:41.931Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 89258c0c-2025-48b8-83f7-3369d5dbb800 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-06-15T12:25:41.933Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:25:41.933Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-15T12:25:41.934Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-15T12:25:41.934Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:25:41.934Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-15T12:25:41.935Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-15T12:25:41.935Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:25:41.935Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-06-15T12:25:41.935Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-06-15T12:25:41.936Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-06-15T12:25:41.936Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4ddac229-2ceb-4682-88c0-094926c951d8 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-06-15T12:25:41.937Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:25:41.938Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-15T12:25:41.938Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-15T12:25:41.938Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:25:41.939Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-15T12:25:41.939Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=af5558a7-c94b-4e86-911a-d65c348940ea 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-06-15T12:25:41.940Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:25:41.941Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:25:41.941Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid a108a905-8754-44d9-a9d1-539f094d8263: basic_vm_macro 2021-06-15T12:25:41.941Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:25:41.942Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:25:41.942Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:25:41.942Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:25:41.942Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:25:41.942Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:25:41.943Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:25:41.943Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:25:41.943Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:25:41.943Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:25:41.944Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||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-06-15T12:25:41.999Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 4b997d37-4268-4159-be99-ceb591c92ecb 1 ASDC deployResourceStructure 2021-06-15T12:25:41.999Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||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-06-15T12:25:41.999Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||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-06-15T12:25:41.999Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-15T12:25:41.999Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:25:42.001Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:25:42.001Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759941999, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-06-15T12:25:42.101Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:25:42.102Z||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-06-15T12:25:42.102Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:25:42.113Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:25:42.113Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:25:43.002Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||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-06-15T12:25:43.002Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||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-06-15T12:25:43.002Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-15T12:25:43.002Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:25:43.004Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:25:43.004Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759943001, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-06-15T12:25:43.104Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:25:43.105Z||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-06-15T12:25:43.105Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:25:43.121Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:25:43.121Z||pool-81-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:25:44.005Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||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-06-15T12:25:44.006Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||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-06-15T12:25:44.006Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-15T12:25:44.006Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:25:44.009Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:25:44.009Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759944004, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-06-15T12:25:44.109Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:25:44.110Z||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-06-15T12:25:44.110Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:25:44.120Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:25:44.120Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:25:45.009Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-06-15T12:25:45.010Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-06-15T12:25:45.010Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-15T12:25:45.011Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:25:45.012Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:25:45.012Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759945009, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:25:45.112Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:25:45.113Z||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-06-15T12:25:45.113Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:25:45.123Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:25:45.123Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:25:46.013Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ce28e0bf-4b54-45f3-bb96-59b66c567b0a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-15T12:25:46.023Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ce28e0bf-4b54-45f3-bb96-59b66c567b0a 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-06-15T12:25:46.025Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-15T12:25:46.025Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-15T12:25:46.025Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-15T12:25:46.025Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-15T12:25:46.025Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:25:46.025Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:25:46.025Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:25:46.025Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:25:46.026Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:25:46.026Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:25:46.026Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||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-06-15T12:25:46.031Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-15T12:25:51.196Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:25:51.197Z||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-06-15T12:25:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:25:51.217Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:25:51.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-15T12:25:51.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0938acf-c370-4422-9056-8c1bdf572f29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759868490, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-15T12:25:51.218Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:25:51.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-15T12:25:51.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:25:51.218Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-15T12:25:51.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-15T12:25:51.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:25:51.218Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-15T12:25:51.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-15T12:25:51.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-06-15T12:25:51.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-15T12:25:51.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-15T12:25:51.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-15T12:25:51.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-15T12:25:51.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-15T12:25:51.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:25:51.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-15T12:25:51.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-15T12:25:51.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-15T12:25:51.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-15T12:25:51.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-15T12:25:51.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:25:51.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-15T12:25:51.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-15T12:25:51.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:25:51.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-15T12:25:51.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-15T12:25:51.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759882313, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:25:51.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:25:51.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-15T12:25:51.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759886651, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-15T12:25:51.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:25:51.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-15T12:25:51.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759889454, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-15T12:25:51.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:26:16.031Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ce28e0bf-4b54-45f3-bb96-59b66c567b0a 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-06-15T12:26:16.035Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ce28e0bf-4b54-45f3-bb96-59b66c567b0a and serviceModelVersionId: a108a905-8754-44d9-a9d1-539f094d8263 2021-06-15T12:26:16.035Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fe00e86-c940-40cb-87af-c38050149ac3 2021-06-15T12:26:16.035Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fe00e86-c940-40cb-87af-c38050149ac3/model-vers/model-ver/a108a905-8754-44d9-a9d1-539f094d8263?depth=0 2021-06-15T12:26:16.039Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-06-15T12:26:16.064Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9fe00e86-c940-40cb-87af-c38050149ac3/model-vers/model-ver/a108a905-8754-44d9-a9d1-539f094d8263?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-06-15T12:26:16.065Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9fe00e86-c940-40cb-87af-c38050149ac3/model-vers/model-ver/a108a905-8754-44d9-a9d1-539f094d8263?depth=0|INFO|500||Invoke 2021-06-15T12:26:16.080Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9fe00e86-c940-40cb-87af-c38050149ac3/model-vers/model-ver/a108a905-8754-44d9-a9d1-539f094d8263?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-15T12:26:16.157Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9fe00e86-c940-40cb-87af-c38050149ac3/model-vers/model-ver/a108a905-8754-44d9-a9d1-539f094d8263?depth=0|INFO|500||InvokeReturn 2021-06-15T12:26:16.157Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9fe00e86-c940-40cb-87af-c38050149ac3/model-vers/model-ver/a108a905-8754-44d9-a9d1-539f094d8263?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210615-12:26:16:087-51618], vertex-id=[205000], Content-Length=[0], Date=[Tue, 15 Jun 2021 12:26:16 GMT], Content-Type=[application/json]} 2021-06-15T12:26:16.157Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2021-06-15T12:26:16.157Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-15T12:26:16.157Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||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-06-15T12:26:16.160Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||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-06-15T12:26:16.160Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ce28e0bf-4b54-45f3-bb96-59b66c567b0a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-15T12:26:16.161Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-15T12:26:16.161Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:26:16.162Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:26:16.162Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759976161, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-15T12:26:16.262Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:26:16.263Z||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-06-15T12:26:16.263Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:26:16.275Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:26:16.275Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-15T12:26:17.170Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:26:17.171Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|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-06-15T12:26:17.171Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:26:17.792Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:26:17.793Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-15T12:26:17.793Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6ff7b981-8209-4623-bbba-f4662beb0502","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"c41c565d-2a33-4a6b-a5d4-a8f999e8410e","serviceDescription":"service","serviceInvariantUUID":"2592ac75-2291-4f46-bfe1-a160704a0d9c","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e0c6218b-e691-44a3-a745-e13baae53372","resourceInvariantUUID":"9ed33e2a-0024-4a58-8350-cd7a531d12a1","resourceCustomizationUUID":"d0dc5a74-bb82-4858-9f7d-a62f12bda3b9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZjI4MjlmZGZkY2E5NGE0Yzk4MzEzZTA0NTI1NzE0NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"17dc584b-07f7-472d-8ea5-d11bac372b2f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9712b409-e6db-4374-a8a3-ff9e9c310d0b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2fd090a8-3c6d-4a95-ae25-97647daa530a","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"MGMwMTU4MDVkNWQxYjI2NjgwOWU3ZWY4NTNhMzk1N2Y\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e2645f92-f34d-408e-98e9-0ea3ef92bfe9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c10e8f6c-7664-4cd6-9d76-d9889737c0af","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"402aab6b-b07a-4e34-97fc-3a884c8a837f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"81aafe59-97c5-49d8-99dd-1fcecc557f11","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"MzFlY2RiNzUyMDE5NDQwNjY2ZDI4NTliY2FkNzJmYjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3d128b6c-ce25-46fa-b5f9-ab1e2f40e631","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NjgzNGRkODEyMzRkYjIyYzUzZTYxNzhlNzgwMjg2MGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"698f1417-ee58-4cf7-a1dc-25e4839e4f2e","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-15T12:26:17.794Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:26:17.794Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:26:17.795Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:26:17.796Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759977170, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:26:17.896Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:26:17.896Z||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-06-15T12:26:17.896Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:26:17.907Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:26:17.908Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:26:18.796Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:26:18.797Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:26:18.798Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:26:18.798Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759977170, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:26:18.898Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:26:18.899Z||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-06-15T12:26:18.899Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:26:18.910Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:26:18.910Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:26:19.799Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:26:19.799Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:26:19.801Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:26:19.801Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759977170, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:26:19.901Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:26:19.901Z||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-06-15T12:26:19.901Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:26:19.912Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:26:19.913Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:26:20.801Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:26:20.802Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:26:20.804Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:26:20.804Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759977170, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-15T12:26:20.904Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:26:20.905Z||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-06-15T12:26:20.905Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:26:20.915Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:26:20.916Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-06-15T12:26:21.804Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:26:21.805Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:26:21.807Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:26:21.807Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759977170, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:26:21.907Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:26:21.908Z||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-06-15T12:26:21.908Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:26:21.920Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:26:21.920Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:26:22.807Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:26:22.808Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:26:22.809Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:26:22.809Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759977170, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:26:22.910Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:26:22.910Z||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-06-15T12:26:22.910Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:26:22.923Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:26:22.923Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:26:23.810Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:26:23.811Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:26:23.812Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:26:23.813Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759977170, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:26:23.913Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-15T12:26:23.913Z||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-06-15T12:26:23.913Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:26:23.924Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:26:23.925Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-06-15T12:26:24.813Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:26:24.814Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:26:24.815Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:26:24.815Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759977170, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:26:24.915Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:26:24.916Z||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-06-15T12:26:24.916Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:26:24.927Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:26:24.927Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-06-15T12:26:25.816Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:26:25.816Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:26:25.817Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:26:25.818Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759977170, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:26:25.918Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:26:25.918Z||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-06-15T12:26:25.918Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:26:25.929Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:26:25.929Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:26:26.818Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "c41c565d-2a33-4a6b-a5d4-a8f999e8410e", "serviceDescription": "service", "serviceInvariantUUID": "2592ac75-2291-4f46-bfe1-a160704a0d9c", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "d0dc5a74-bb82-4858-9f7d-a62f12bda3b9", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e0c6218b-e691-44a3-a745-e13baae53372", "resourceInvariantUUID": "9ed33e2a-0024-4a58-8350-cd7a531d12a1", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "NjgzNGRkODEyMzRkYjIyYzUzZTYxNzhlNzgwMjg2MGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "698f1417-ee58-4cf7-a1dc-25e4839e4f2e" } ], "workloadContext": "Production" } 2021-06-15T12:26:26.819Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-15T12:26:26.819Z|ce28e0bf-4b54-45f3-bb96-59b66c567b0a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c41c565d-2a33-4a6b-a5d4-a8f999e8410e ASDC 2021-06-15T12:26:26.819Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:6ff7b981-8209-4623-bbba-f4662beb0502 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:c41c565d-2a33-4a6b-a5d4-a8f999e8410e ServiceInvariantUUID:2592ac75-2291-4f46-bfe1-a160704a0d9c ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:698f1417-ee58-4cf7-a1dc-25e4839e4f2e ArtifactChecksum:NjgzNGRkODEyMzRkYjIyYzUzZTYxNzhlNzgwMjg2MGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:d0dc5a74-bb82-4858-9f7d-a62f12bda3b9 ResourceInvariantUUID:9ed33e2a-0024-4a58-8350-cd7a531d12a1 ResourceName:test-pnf ResourceType:PNF ResourceUUID:e0c6218b-e691-44a3-a745-e13baae53372 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-06-15T12:26:26.819Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c41c565d-2a33-4a6b-a5d4-a8f999e8410e 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-06-15T12:26:26.839Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-15T12:26:26.839Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-06-15T12:26:26.840Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-06-15T12:26:26.840Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 698f1417-ee58-4cf7-a1dc-25e4839e4f2e from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-06-15T12:26:26.840Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-06-15T12:26:26.840Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-06-15T12:26:28.589Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-06-15T12:26:28.593Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 698f1417-ee58-4cf7-a1dc-25e4839e4f2e 105556 2021-06-15T12:26:28.593Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-06-15T12:26:28.594Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-06-15T12:26:28.594Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-15T12:26:28.594Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:26:28.595Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:26:28.595Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759988593, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:26:28.695Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:26:28.696Z||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-06-15T12:26:28.696Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:26:28.707Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:26:28.707Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:26:29.596Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-15T12:26:29.596Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-06-15T12:26:29.597Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 698f1417-ee58-4cf7-a1dc-25e4839e4f2e, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-06-15T12:26:29.597Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-06-15T12:26:29.597Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-06-15T12:26:29.598Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-06-15T12:26:29.700Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13657600555938947982/Definitions/service-TestPnfMacro-template.yml 2021-06-15T12:26:30.248Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-15T12:26:30.249Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-06-15T12:26:30.249Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-06-15T12:26:30.249Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-06-15T12:26:30.249Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-06-15T12:26:30.249Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-06-15T12:26:30.249Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-06-15T12:26:30.249Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-06-15T12:26:30.249Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-06-15T12:26:30.249Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-06-15T12:26:30.249Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-06-15T12:26:30.249Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-06-15T12:26:30.250Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:26:30.250Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:26:30.250Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-06-15T12:26:30.250Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-06-15T12:26:30.250Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-15T12:26:30.251Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:26:30.251Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:26:30.251Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-06-15T12:26:30.251Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-06-15T12:26:30.251Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-15T12:26:30.251Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:26:30.252Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:26:30.252Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:26:30.252Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:26:30.252Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:26:30.252Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:26:30.252Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:26:30.253Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:26:30.253Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:26:30.253Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:26:30.253Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:c41c565d-2a33-4a6b-a5d4-a8f999e8410e Model Version:NULL Model InvariantUuid:2592ac75-2291-4f46-bfe1-a160704a0d9c 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-06-15T12:26:30.259Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: e0c6218b-e691-44a3-a745-e13baae53372 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-06-15T12:26:30.261Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||test-pnf 0 2021-06-15T12:26:30.261Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e0c6218b-e691-44a3-a745-e13baae53372 2021-06-15T12:26:30.261Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||No resources found for Service: c41c565d-2a33-4a6b-a5d4-a8f999e8410e 2021-06-15T12:26:30.261Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c41c565d-2a33-4a6b-a5d4-a8f999e8410e 2021-06-15T12:26:30.261Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 e0c6218b-e691-44a3-a745-e13baae53372 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-06-15T12:26:30.264Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:26:30.264Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:26:30.265Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid c41c565d-2a33-4a6b-a5d4-a8f999e8410e: test-pnf 2021-06-15T12:26:30.265Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||Processing PNF resource: e0c6218b-e691-44a3-a745-e13baae53372 2021-06-15T12:26:30.265Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:26:30.265Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:26:30.265Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||Resource customization UUID: d0dc5a74-bb82-4858-9f7d-a62f12bda3b9 is the same as notified resource customizationUUID: d0dc5a74-bb82-4858-9f7d-a62f12bda3b9 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-06-15T12:26:30.287Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf e0c6218b-e691-44a3-a745-e13baae53372 0 ASDC deployResourceStructure 2021-06-15T12:26:30.288Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-06-15T12:26:30.288Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-06-15T12:26:30.288Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-15T12:26:30.288Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:26:30.290Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:26:30.290Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759990288, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:26:30.390Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:26:30.391Z||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-06-15T12:26:30.391Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:26:30.401Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:26:30.401Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:26:31.290Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ff7b981-8209-4623-bbba-f4662beb0502 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-15T12:26:31.300Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ff7b981-8209-4623-bbba-f4662beb0502 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-06-15T12:26:31.301Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-15T12:26:31.301Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-15T12:26:31.301Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-15T12:26:51.196Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:26:51.196Z||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-06-15T12:26:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:26:51.219Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:26:51.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:26:51.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759891488, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-15T12:26:51.220Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:27:01.301Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ff7b981-8209-4623-bbba-f4662beb0502 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-15T12:27:01.309Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ff7b981-8209-4623-bbba-f4662beb0502 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-06-15T12:27:01.310Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-15T12:27:01.310Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-15T12:27:01.310Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-15T12:27:31.311Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ff7b981-8209-4623-bbba-f4662beb0502 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-15T12:27:31.317Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ff7b981-8209-4623-bbba-f4662beb0502 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-06-15T12:27:31.318Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-15T12:27:31.319Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-15T12:27:31.319Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-15T12:27:51.196Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:27:51.196Z||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-06-15T12:27:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:27:51.221Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:27:51.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:27:51.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759892561, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-06-15T12:27:51.222Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:27:51.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:27:51.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759893564, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-06-15T12:27:51.223Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:27:51.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:27:51.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759894567, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-06-15T12:27:51.223Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:27:51.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:27:51.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759895570, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:27:51.223Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:27:51.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:27:51.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd8deeba-e375-4e77-a542-cfb3da5c6421", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759927093, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-15T12:27:51.223Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:27:51.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:27:51.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:27:51.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:27:51.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:27:51.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-06-15T12:27:51.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:27:51.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:27:51.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-15T12:27:51.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:27:51.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:27:51.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:27:51.224Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:27:51.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:27:51.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-15T12:27:51.224Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:27:51.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:27:51.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-15T12:27:51.224Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:27:51.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:27:51.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:27:51.224Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:27:51.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:27:51.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759869500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:27:51.224Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:27:51.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:27:51.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759936307, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:27:51.224Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:27:51.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:27:51.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759938382, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-15T12:27:51.224Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:27:51.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:27:51.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759939514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-15T12:27:51.225Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:27:51.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:27:51.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759940913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-15T12:27:51.225Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:27:51.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:27:51.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759941999, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-06-15T12:27:51.225Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:27:51.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:27:51.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759943001, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-06-15T12:27:51.225Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:27:51.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:27:51.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759944004, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-06-15T12:27:51.225Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:27:51.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:27:51.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759945009, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:27:51.225Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:28:01.319Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ff7b981-8209-4623-bbba-f4662beb0502 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-15T12:28:01.325Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ff7b981-8209-4623-bbba-f4662beb0502 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-06-15T12:28:01.327Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-15T12:28:01.327Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-15T12:28:01.327Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-15T12:28:31.327Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ff7b981-8209-4623-bbba-f4662beb0502 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-15T12:28:31.336Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ff7b981-8209-4623-bbba-f4662beb0502 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-06-15T12:28:31.338Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-15T12:28:31.338Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-15T12:28:31.338Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-15T12:28:51.196Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:28:51.197Z||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-06-15T12:28:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:28:51.216Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:28:51.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "multicloud-windriver-id", "timestamp": 1623759960182, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "cds", "timestamp": 1623759968950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "policy-id", "timestamp": 1623759963552, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759962714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "multicloud-windriver-id", "timestamp": 1623759960182, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "cds", "timestamp": 1623759968950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "policy-id", "timestamp": 1623759963552, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759962714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "multicloud-windriver-id", "timestamp": 1623759960182, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "cds", "timestamp": 1623759968950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "policy-id", "timestamp": 1623759963552, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759962714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "multicloud-windriver-id", "timestamp": 1623759960182, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "cds", "timestamp": 1623759968950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "policy-id", "timestamp": 1623759963552, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759962714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759972447, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "multicloud-k8s-id", "timestamp": 1623759972745, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "cds", "timestamp": 1623759968950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "multicloud-windriver-id", "timestamp": 1623759960182, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "policy-id", "timestamp": 1623759963552, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759962714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759972447, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "multicloud-k8s-id", "timestamp": 1623759972745, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "ves-openapi-manager", "timestamp": 1623759973888, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "multicloud-windriver-id", "timestamp": 1623759960182, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "cds", "timestamp": 1623759968950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "policy-id", "timestamp": 1623759963552, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759962714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759972447, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "multicloud-k8s-id", "timestamp": 1623759972745, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "ves-openapi-manager", "timestamp": 1623759973888, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "cds", "timestamp": 1623759968950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "multicloud-windriver-id", "timestamp": 1623759960182, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "policy-id", "timestamp": 1623759963552, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759962714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759972447, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.237Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce28e0bf-4b54-45f3-bb96-59b66c567b0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759976161, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-15T12:28:51.237Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:28:51.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "multicloud-k8s-id", "timestamp": 1623759972745, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.237Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "ves-openapi-manager", "timestamp": 1623759973888, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.237Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "cds", "timestamp": 1623759968950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.237Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "multicloud-windriver-id", "timestamp": 1623759960182, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.237Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "policy-id", "timestamp": 1623759963552, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.237Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759962714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.237Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759972447, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.238Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "dcae-sch", "timestamp": 1623759976587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.238Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "multicloud-k8s-id", "timestamp": 1623759972745, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.238Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "ves-openapi-manager", "timestamp": 1623759973888, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.238Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759977170, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.238Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "cds", "timestamp": 1623759968950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:28:51.238Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "multicloud-windriver-id", "timestamp": 1623759960182, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:28:51.239Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "policy-id", "timestamp": 1623759963552, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:28:51.239Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "multicloud-starlingx-id", "timestamp": 1623759962714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:28:51.239Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759972447, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.239Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "dcae-sch", "timestamp": 1623759976587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.239Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "multicloud-k8s-id", "timestamp": 1623759972745, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.239Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "ves-openapi-manager", "timestamp": 1623759973888, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.239Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759977170, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.240Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "aai-ml", "timestamp": 1623759978281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.240Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "cds", "timestamp": 1623759979063, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:28:51.240Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:28:51.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759972447, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.240Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "policy-id", "timestamp": 1623759979078, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:28:51.240Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:28:51.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "dcae-sch", "timestamp": 1623759976587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.240Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "multicloud-k8s-id", "timestamp": 1623759972745, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.240Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "ves-openapi-manager", "timestamp": 1623759973888, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.241Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759977170, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.241Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "aai-ml", "timestamp": 1623759978281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.241Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759972447, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.241Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "policy-id", "timestamp": 1623759980082, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:28:51.241Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:28:51.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "dcae-sch", "timestamp": 1623759976587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.241Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "cds", "timestamp": 1623759980298, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-15T12:28:51.246Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6ff7b981-8209-4623-bbba-f4662beb0502 2021-06-15T12:28:51.246Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ff7b981-8209-4623-bbba-f4662beb0502 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-06-15T12:28:51.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "multicloud-k8s-id", "timestamp": 1623759972745, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.254Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "ves-openapi-manager", "timestamp": 1623759973888, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-06-15T12:28:51.255Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759977170, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.255Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "aai-ml", "timestamp": 1623759978281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.255Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759972447, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:28:51.255Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "policy-id", "timestamp": 1623759981083, "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-06-15T12:28:51.258Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ff7b981-8209-4623-bbba-f4662beb0502 2021-06-15T12:28:51.258Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ff7b981-8209-4623-bbba-f4662beb0502 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-06-15T12:28:51.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.264Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "dcae-sch", "timestamp": 1623759976587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.264Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.264Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "clamp", "timestamp": 1623759980728, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.264Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.264Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "multicloud-k8s-id", "timestamp": 1623759972745, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:28:51.264Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.264Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "ves-openapi-manager", "timestamp": 1623759973888, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.264Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.264Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759977170, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.264Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.264Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "aai-ml", "timestamp": 1623759978281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.264Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "dcae-sch", "timestamp": 1623759976587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.265Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759982350, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:28:51.265Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:28:51.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "clamp", "timestamp": 1623759980728, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.265Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "ves-openapi-manager", "timestamp": 1623759973888, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.265Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759977170, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.265Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "aai-ml", "timestamp": 1623759978281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.265Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "dcae-sch", "timestamp": 1623759976587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.265Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "clamp", "timestamp": 1623759980728, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.266Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759977170, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.266Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "ves-openapi-manager", "timestamp": 1623759983867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-06-15T12:28:51.266Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:28:51.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "aai-ml", "timestamp": 1623759978281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.266Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759984025, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:28:51.266Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:28:51.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "dcae-sch", "timestamp": 1623759976587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.266Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "clamp", "timestamp": 1623759980728, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.266Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759977170, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.267Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "ves-openapi-manager", "timestamp": 1623759984898, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-06-15T12:28:51.267Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:28:51.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "aai-ml", "timestamp": 1623759978281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.267Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623759985028, "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-06-15T12:28:51.270Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6ff7b981-8209-4623-bbba-f4662beb0502 2021-06-15T12:28:51.270Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ff7b981-8209-4623-bbba-f4662beb0502 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-06-15T12:28:51.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "dcae-sch", "timestamp": 1623759976587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.276Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "clamp", "timestamp": 1623759980728, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.276Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759977170, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:28:51.276Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "ves-openapi-manager", "timestamp": 1623759985899, "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-06-15T12:28:51.279Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 6ff7b981-8209-4623-bbba-f4662beb0502 2021-06-15T12:28:51.279Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ff7b981-8209-4623-bbba-f4662beb0502 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-06-15T12:28:51.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "aai-ml", "timestamp": 1623759978281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "clamp", "timestamp": 1623759980728, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "aai-ml", "timestamp": 1623759978281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:28:51.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "clamp", "timestamp": 1623759980728, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "clamp", "timestamp": 1623759980728, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:28:51.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759988593, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:28:51.286Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:28:51.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "aai-ml", "timestamp": 1623759989202, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:28:51.286Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:28:51.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "clamp", "timestamp": 1623759980728, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:28:51.286Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:28:51.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623759990288, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:28:51.287Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:28:51.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.287Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "aai-ml", "timestamp": 1623759993488, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:28:51.287Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:28:51.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.287Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "aai-ml", "timestamp": 1623759994490, "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-06-15T12:28:51.290Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6ff7b981-8209-4623-bbba-f4662beb0502 2021-06-15T12:28:51.290Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ff7b981-8209-4623-bbba-f4662beb0502 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-06-15T12:28:51.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "clamp", "timestamp": 1623760002318, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:28:51.296Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:28:51.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "clamp", "timestamp": 1623760003334, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:28:51.296Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:28:51.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:28:51.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "clamp", "timestamp": 1623760004336, "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-06-15T12:28:51.299Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6ff7b981-8209-4623-bbba-f4662beb0502 2021-06-15T12:28:51.299Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ff7b981-8209-4623-bbba-f4662beb0502 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-06-15T12:29:01.338Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ff7b981-8209-4623-bbba-f4662beb0502 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-15T12:29:01.346Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ff7b981-8209-4623-bbba-f4662beb0502 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-06-15T12:29:01.348Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-15T12:29:01.348Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-15T12:29:01.348Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-15T12:29:01.348Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-15T12:29:01.348Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:29:01.349Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:29:01.349Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:29:01.349Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:29:01.349Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:29:01.349Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:29:01.350Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:29:01.350Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||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-06-15T12:29:01.353Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-15T12:29:31.353Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6ff7b981-8209-4623-bbba-f4662beb0502 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-06-15T12:29:31.359Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6ff7b981-8209-4623-bbba-f4662beb0502 and serviceModelVersionId: c41c565d-2a33-4a6b-a5d4-a8f999e8410e 2021-06-15T12:29:31.359Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2592ac75-2291-4f46-bfe1-a160704a0d9c 2021-06-15T12:29:31.360Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2592ac75-2291-4f46-bfe1-a160704a0d9c/model-vers/model-ver/c41c565d-2a33-4a6b-a5d4-a8f999e8410e?depth=0 2021-06-15T12:29:31.366Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-06-15T12:29:31.396Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2592ac75-2291-4f46-bfe1-a160704a0d9c/model-vers/model-ver/c41c565d-2a33-4a6b-a5d4-a8f999e8410e?depth=0|INFO|500||Invoke 2021-06-15T12:29:31.396Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2592ac75-2291-4f46-bfe1-a160704a0d9c/model-vers/model-ver/c41c565d-2a33-4a6b-a5d4-a8f999e8410e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2592ac75-2291-4f46-bfe1-a160704a0d9c/model-vers/model-ver/c41c565d-2a33-4a6b-a5d4-a8f999e8410e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6ff7b981-8209-4623-bbba-f4662beb0502], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e89e2b85-c1e7-439b-b23f-b7599c0202bc], X-ECOMP-RequestID=[6ff7b981-8209-4623-bbba-f4662beb0502], X-TransactionId=[], X-ONAP-RequestID=[6ff7b981-8209-4623-bbba-f4662beb0502], Content-Type=[application/merge-patch+json]} 2021-06-15T12:29:31.412Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2592ac75-2291-4f46-bfe1-a160704a0d9c/model-vers/model-ver/c41c565d-2a33-4a6b-a5d4-a8f999e8410e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-15T12:29:31.544Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2592ac75-2291-4f46-bfe1-a160704a0d9c/model-vers/model-ver/c41c565d-2a33-4a6b-a5d4-a8f999e8410e?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/2592ac75-2291-4f46-bfe1-a160704a0d9c/model-vers/model-ver/c41c565d-2a33-4a6b-a5d4-a8f999e8410e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210615-12:29:31:419-97652], vertex-id=[266384], Content-Length=[0], Date=[Tue, 15 Jun 2021 12:29:31 GMT], Content-Type=[application/json]} 2021-06-15T12:29:31.544Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2592ac75-2291-4f46-bfe1-a160704a0d9c/model-vers/model-ver/c41c565d-2a33-4a6b-a5d4-a8f999e8410e?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-06-15T12:29:31.545Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2592ac75-2291-4f46-bfe1-a160704a0d9c/model-vers/model-ver/c41c565d-2a33-4a6b-a5d4-a8f999e8410e?depth=0|INFO|500||InvokeReturn 2021-06-15T12:29:31.545Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-15T12:29:31.545Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||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-06-15T12:29:31.548Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||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-06-15T12:29:31.548Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6ff7b981-8209-4623-bbba-f4662beb0502 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-15T12:29:31.549Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-15T12:29:31.549Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:29:31.550Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:29:31.550Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623760171549, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-15T12:29:31.650Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:29:31.651Z||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-06-15T12:29:31.651Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:29:31.665Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:29:31.665Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-15T12:29:32.560Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:29:32.561Z|6ff7b981-8209-4623-bbba-f4662beb0502|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-06-15T12:29:32.561Z|6ff7b981-8209-4623-bbba-f4662beb0502|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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:29:36.859Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:29:36.860Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-15T12:29:36.860Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"02dd951a-2482-4fb8-b19d-92a22a2f354a","serviceName":"Demo_pNF_GKgaLOnEl9kIzvZL2bNy","serviceVersion":"1.0","serviceUUID":"047e6f74-3b42-4b10-aabc-688cd8465296","serviceDescription":"catalog service description","serviceInvariantUUID":"4f5c4a45-eec8-4c3e-9806-09bc5de226c4","resources":[{"resourceInstanceName":"pNF 14041c35-206c 0","resourceName":"pNF 14041c35-206c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"82d10689-9367-4d6e-bfd7-b03744cc1638","resourceInvariantUUID":"b4eaf218-547f-4ad6-99a5-cd5939af1128","resourceCustomizationUUID":"8149dd04-6ffb-4037-aa9e-ad645ebbe121","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/vf-license-model.xml","artifactChecksum":"OWQ0ZTU1MTI4NzhkZTQxODA3ZTFlYzA0ZWRiNzZkMDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1c8cc127-2882-4d4e-9c19-070a2523b265","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/pNF.csar","artifactChecksum":"NzUwMGNiMTNjYjI2Y2ExMzkwNmY4ZGE2YTljM2E5Yzg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"294ed222-bc0b-4fcb-92a4-fe3595327b0b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"daba23e9-4cf5-42ee-aafd-f982644def65","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/vendor-license-model.xml","artifactChecksum":"MDA3YzM3YjJjNjVjNmUyZmI2NWQ2NjE5NmIyOWRhNjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1d305cbc-acaa-4e7b-8880-d7a3db81e629","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"82196b3b-e2d8-446a-95b1-de47cb52ba89","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d7e7448f-20e0-4cc1-9ae7-c913428f3a24","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGkgalonel9kizvzl2bny-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-template.yml","artifactChecksum":"NTIwYWY2NDc4MDU3MmFhNjhhZjZmN2UwMGE2NmExMGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"671d0521-f204-4b04-a881-2fa5c5e34e8c","artifactVersion":"1"},{"artifactName":"service-DemoPnfGkgalonel9kizvzl2bny-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar","artifactChecksum":"YjA4NDEyMjJkNDU1MWI1ZDFmMTRjZGM0YWJlN2FhYWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a61a856a-1016-4908-a971-1b2cb4bd381c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-15T12:29:36.861Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:29:36.861Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:29:36.863Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:29:36.863Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623760172560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:36.963Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:29:36.963Z||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-06-15T12:29:36.964Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:29:36.976Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:29:36.976Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:29:37.863Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:29:37.864Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:29:37.865Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:29:37.865Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623760172560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:37.965Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:29:37.966Z||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-06-15T12:29:37.966Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:29:37.977Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:29:37.977Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:29:38.865Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:29:38.866Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:29:38.867Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:29:38.867Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623760172560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:38.967Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:29:38.968Z||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-06-15T12:29:38.968Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:29:38.978Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:29:38.978Z||pool-99-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:29:39.868Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:29:39.869Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:29:39.870Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:29:39.870Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623760172560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:39.970Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:29:39.971Z||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-06-15T12:29:39.972Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:29:39.981Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:29:39.982Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:29:40.871Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:29:40.871Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:29:40.873Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:29:40.873Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623760172560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:40.973Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:29:40.974Z||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-06-15T12:29:40.974Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:29:40.985Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:29:40.985Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:29:41.873Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:29:41.874Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:29:41.876Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:29:41.876Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623760172560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:41.976Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:29:41.977Z||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-06-15T12:29:41.977Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:29:41.987Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:29:41.987Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:29:42.876Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:29:42.877Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:29:42.878Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:29:42.878Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623760172560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:42.979Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-15T12:29:42.980Z||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-06-15T12:29:42.980Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:29:42.991Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:29:42.991Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:29:43.879Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-15T12:29:43.879Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:29:43.880Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:29:43.881Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623760172560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:29:43.981Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:29:43.981Z||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-06-15T12:29:43.981Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:29:43.993Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:29:43.993Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:29:44.881Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "serviceName": "Demo_pNF_GKgaLOnEl9kIzvZL2bNy", "serviceVersion": "1.0", "serviceUUID": "047e6f74-3b42-4b10-aabc-688cd8465296", "serviceDescription": "catalog service description", "serviceInvariantUUID": "4f5c4a45-eec8-4c3e-9806-09bc5de226c4", "resources": [ { "resourceInstanceName": "pNF 14041c35-206c 0", "resourceCustomizationUUID": "8149dd04-6ffb-4037-aa9e-ad645ebbe121", "resourceName": "pNF 14041c35-206c", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "82d10689-9367-4d6e-bfd7-b03744cc1638", "resourceInvariantUUID": "b4eaf218-547f-4ad6-99a5-cd5939af1128", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGkgalonel9kizvzl2bny-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar", "artifactChecksum": "YjA4NDEyMjJkNDU1MWI1ZDFmMTRjZGM0YWJlN2FhYWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a61a856a-1016-4908-a971-1b2cb4bd381c" } ], "workloadContext": "Production" } 2021-06-15T12:29:44.882Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-15T12:29:44.882Z|6ff7b981-8209-4623-bbba-f4662beb0502|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 047e6f74-3b42-4b10-aabc-688cd8465296 ASDC 2021-06-15T12:29:44.882Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:02dd951a-2482-4fb8-b19d-92a22a2f354a ServiceName:Demo_pNF_GKgaLOnEl9kIzvZL2bNy ServiceVersion:1.0 ServiceUUID:047e6f74-3b42-4b10-aabc-688cd8465296 ServiceInvariantUUID:4f5c4a45-eec8-4c3e-9806-09bc5de226c4 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGkgalonel9kizvzl2bny-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar ArtifactUUID:a61a856a-1016-4908-a971-1b2cb4bd381c ArtifactChecksum:YjA4NDEyMjJkNDU1MWI1ZDFmMTRjZGM0YWJlN2FhYWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 14041c35-206c 0 ResourceCustomizationUUID:8149dd04-6ffb-4037-aa9e-ad645ebbe121 ResourceInvariantUUID:b4eaf218-547f-4ad6-99a5-cd5939af1128 ResourceName:pNF 14041c35-206c ResourceType:PNF ResourceUUID:82d10689-9367-4d6e-bfd7-b03744cc1638 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-06-15T12:29:44.882Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 047e6f74-3b42-4b10-aabc-688cd8465296 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-06-15T12:29:44.902Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-15T12:29:44.902Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-06-15T12:29:44.902Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-06-15T12:29:44.903Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a61a856a-1016-4908-a971-1b2cb4bd381c from URL: /sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar 2021-06-15T12:29:44.903Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-06-15T12:29:44.903Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar 2021-06-15T12:29:46.910Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-06-15T12:29:46.916Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar a61a856a-1016-4908-a971-1b2cb4bd381c 82552 2021-06-15T12:29:46.916Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar ASDC sendASDCNotification 2021-06-15T12:29:46.916Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar 2021-06-15T12:29:46.916Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-15T12:29:46.917Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:29:46.918Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:29:46.918Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623760186916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:29:47.018Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:29:47.019Z||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-06-15T12:29:47.019Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:29:47.030Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:29:47.030Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:29:47.919Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-15T12:29:47.920Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-06-15T12:29:47.920Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: a61a856a-1016-4908-a971-1b2cb4bd381c, URL: /sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar to file: /app/ASDC/1/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar 2021-06-15T12:29:47.921Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGkgalonel9kizvzl2bny-csar.csar 2021-06-15T12:29:47.921Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar 2021-06-15T12:29:47.921Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar 2021-06-15T12:29:47.995Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15085701941393088280/Definitions/service-DemoPnfGkgalonel9kizvzl2bny-template.yml 2021-06-15T12:29:48.556Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-15T12:29:48.556Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-06-15T12:29:48.556Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar 2021-06-15T12:29:48.557Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-06-15T12:29:48.557Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 14041c35-206c 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-DemoPnfGkgalonel9kizvzl2bny-csar.csar 2021-06-15T12:29:48.557Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||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-DemoPnfGkgalonel9kizvzl2bny-csar.csar 2021-06-15T12:29:48.557Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar 2021-06-15T12:29:48.557Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||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-DemoPnfGkgalonel9kizvzl2bny-csar.csar 2021-06-15T12:29:48.557Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||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-DemoPnfGkgalonel9kizvzl2bny-csar.csar 2021-06-15T12:29:48.557Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||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-DemoPnfGkgalonel9kizvzl2bny-csar.csar 2021-06-15T12:29:48.557Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||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-DemoPnfGkgalonel9kizvzl2bny-csar.csar 2021-06-15T12:29:48.557Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-06-15T12:29:48.557Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:29:48.557Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GKgaLOnEl9kIzvZL2bNy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:29:48.557Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Node template pNF 14041c35-206c 0 is matching search criteria 2021-06-15T12:29:48.557Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-06-15T12:29:48.557Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 14041c35-206c 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-15T12:29:48.557Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:29:48.558Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GKgaLOnEl9kIzvZL2bNy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:29:48.558Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Node template pNF 14041c35-206c 0 is matching search criteria 2021-06-15T12:29:48.558Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-06-15T12:29:48.558Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 14041c35-206c 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-15T12:29:48.558Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:29:48.558Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GKgaLOnEl9kIzvZL2bNy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:29:48.558Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:29:48.558Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GKgaLOnEl9kIzvZL2bNy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:29:48.558Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:29:48.558Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GKgaLOnEl9kIzvZL2bNy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:29:48.558Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:29:48.558Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GKgaLOnEl9kIzvZL2bNy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:29:48.558Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:29:48.558Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GKgaLOnEl9kIzvZL2bNy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:29:48.559Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_GKgaLOnEl9kIzvZL2bNy Description:catalog service description Model UUID:047e6f74-3b42-4b10-aabc-688cd8465296 Model Version:NULL Model InvariantUuid:4f5c4a45-eec8-4c3e-9806-09bc5de226c4 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-06-15T12:29:48.564Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 82d10689-9367-4d6e-bfd7-b03744cc1638 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-06-15T12:29:48.566Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||pNF 14041c35-206c 0 2021-06-15T12:29:48.566Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 82d10689-9367-4d6e-bfd7-b03744cc1638 2021-06-15T12:29:48.566Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 047e6f74-3b42-4b10-aabc-688cd8465296 2021-06-15T12:29:48.566Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 047e6f74-3b42-4b10-aabc-688cd8465296 2021-06-15T12:29:48.566Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 14041c35-206c 0 82d10689-9367-4d6e-bfd7-b03744cc1638 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-06-15T12:29:48.569Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:29:48.569Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GKgaLOnEl9kIzvZL2bNy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:29:48.569Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 047e6f74-3b42-4b10-aabc-688cd8465296: pNF 14041c35-206c 2021-06-15T12:29:48.569Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||Processing PNF resource: 82d10689-9367-4d6e-bfd7-b03744cc1638 2021-06-15T12:29:48.569Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-15T12:29:48.569Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GKgaLOnEl9kIzvZL2bNy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-15T12:29:48.569Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||Resource customization UUID: 8149dd04-6ffb-4037-aa9e-ad645ebbe121 is the same as notified resource customizationUUID: 8149dd04-6ffb-4037-aa9e-ad645ebbe121 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-06-15T12:29:48.590Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 14041c35-206c 82d10689-9367-4d6e-bfd7-b03744cc1638 0 ASDC deployResourceStructure 2021-06-15T12:29:48.590Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar ASDC sendASDCNotification 2021-06-15T12:29:48.590Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar 2021-06-15T12:29:48.590Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-15T12:29:48.590Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:29:48.592Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:29:48.592Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623760188590, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:29:48.692Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:29:48.693Z||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-06-15T12:29:48.693Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:29:48.703Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:29:48.703Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-15T12:29:49.593Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 02dd951a-2482-4fb8-b19d-92a22a2f354a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-15T12:29:49.601Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 02dd951a-2482-4fb8-b19d-92a22a2f354a 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-06-15T12:29:49.602Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-15T12:29:49.602Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-15T12:29:49.602Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-15T12:29:51.196Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:29:51.196Z||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-06-15T12:29:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:29:51.225Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:29:51.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.226Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "aai-ml", "timestamp": 1623760098280, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.226Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "dcae-sch", "timestamp": 1623760096587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.227Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "multicloud-k8s-id", "timestamp": 1623760092745, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.227Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623760092447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.227Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "ves-openapi-manager", "timestamp": 1623760093889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.227Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "multicloud-windriver-id", "timestamp": 1623760100182, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.227Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "clamp", "timestamp": 1623760100728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.227Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "aai-ml", "timestamp": 1623760098280, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.228Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.228Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.228Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "multicloud-k8s-id", "timestamp": 1623760092745, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.228Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.228Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.228Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "dcae-sch", "timestamp": 1623760096587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.228Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.228Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.228Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623760092447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.228Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.228Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.228Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "ves-openapi-manager", "timestamp": 1623760093889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.228Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.228Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.228Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "multicloud-windriver-id", "timestamp": 1623760100182, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.228Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.228Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.228Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "clamp", "timestamp": 1623760100728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.228Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.228Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.228Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "dcae-sch", "timestamp": 1623760096587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.228Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.228Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "multicloud-k8s-id", "timestamp": 1623760092745, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.229Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "aai-ml", "timestamp": 1623760098280, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.229Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623760092447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.229Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "ves-openapi-manager", "timestamp": 1623760093889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.229Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "multicloud-windriver-id", "timestamp": 1623760100182, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.229Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623760102714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.229Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "clamp", "timestamp": 1623760100728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.229Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "aai-ml", "timestamp": 1623760098280, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.230Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "dcae-sch", "timestamp": 1623760096587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.230Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "multicloud-k8s-id", "timestamp": 1623760092745, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.230Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623760092447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.230Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "ves-openapi-manager", "timestamp": 1623760093889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.230Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "multicloud-windriver-id", "timestamp": 1623760100182, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.230Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "policy-id", "timestamp": 1623760103552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.230Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623760102714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.231Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "clamp", "timestamp": 1623760100728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.231Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "aai-ml", "timestamp": 1623760098280, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.231Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "dcae-sch", "timestamp": 1623760096587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.231Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "multicloud-k8s-id", "timestamp": 1623760092745, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.231Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623760092447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.231Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "ves-openapi-manager", "timestamp": 1623760093889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.231Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "cds", "timestamp": 1623760103950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.231Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "multicloud-windriver-id", "timestamp": 1623760100182, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "policy-id", "timestamp": 1623760103552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623760102714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "clamp", "timestamp": 1623760100728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "aai-ml", "timestamp": 1623760098280, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "dcae-sch", "timestamp": 1623760096587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "multicloud-k8s-id", "timestamp": 1623760092745, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623760092447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "ves-openapi-manager", "timestamp": 1623760093889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-06-15T12:29:51.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "cds", "timestamp": 1623760103950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "multicloud-windriver-id", "timestamp": 1623760100182, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "policy-id", "timestamp": 1623760103552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623760102714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "clamp", "timestamp": 1623760100728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "aai-ml", "timestamp": 1623760098280, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "dcae-sch", "timestamp": 1623760096587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "multicloud-k8s-id", "timestamp": 1623760092745, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623760092447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "ves-openapi-manager", "timestamp": 1623760093889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "cds", "timestamp": 1623760103950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "multicloud-windriver-id", "timestamp": 1623760100182, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "policy-id", "timestamp": 1623760103552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623760102714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "clamp", "timestamp": 1623760100728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "aai-ml", "timestamp": 1623760098280, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:29:51.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "dcae-sch", "timestamp": 1623760096587, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "multicloud-k8s-id", "timestamp": 1623760092745, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:29:51.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623760092447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:29:51.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "ves-openapi-manager", "timestamp": 1623760093889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "cds", "timestamp": 1623760103950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "multicloud-windriver-id", "timestamp": 1623760100182, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:29:51.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "policy-id", "timestamp": 1623760103552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623760102714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "clamp", "timestamp": 1623760100728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:29:51.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "cds", "timestamp": 1623760103950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "policy-id", "timestamp": 1623760103552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623760102714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "cds", "timestamp": 1623760103950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "ves-openapi-manager", "timestamp": 1623760109778, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-06-15T12:29:51.236Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:29:51.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "aai-ml", "timestamp": 1623760109855, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:29:51.237Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:29:51.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623760109868, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:29:51.237Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:29:51.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "policy-id", "timestamp": 1623760103552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.237Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623760102714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:29:51.237Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "cds", "timestamp": 1623760103950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:29:51.237Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "ves-openapi-manager", "timestamp": 1623760110792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-06-15T12:29:51.237Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:29:51.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "policy-id", "timestamp": 1623760103552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:29:51.237Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623760111536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:29:51.238Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:29:51.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "cds", "timestamp": 1623760103950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:29:51.238Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:29:51.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "ves-openapi-manager", "timestamp": 1623760111794, "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-06-15T12:29:51.243Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 02dd951a-2482-4fb8-b19d-92a22a2f354a 2021-06-15T12:29:51.243Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02dd951a-2482-4fb8-b19d-92a22a2f354a 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-06-15T12:29:51.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623760112539, "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-06-15T12:29:51.252Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 02dd951a-2482-4fb8-b19d-92a22a2f354a 2021-06-15T12:29:51.252Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02dd951a-2482-4fb8-b19d-92a22a2f354a 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-06-15T12:29:51.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "policy-id", "timestamp": 1623760112614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:29:51.258Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:29:51.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "cds", "timestamp": 1623760113009, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:29:51.258Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:29:51.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "policy-id", "timestamp": 1623760113618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:29:51.258Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:29:51.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "cds", "timestamp": 1623760114013, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-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-06-15T12:29:51.261Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 02dd951a-2482-4fb8-b19d-92a22a2f354a 2021-06-15T12:29:51.261Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02dd951a-2482-4fb8-b19d-92a22a2f354a 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-06-15T12:29:51.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "aai-ml", "timestamp": 1623760114489, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:29:51.267Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:29:51.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "policy-id", "timestamp": 1623760114620, "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-06-15T12:29:51.270Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 02dd951a-2482-4fb8-b19d-92a22a2f354a 2021-06-15T12:29:51.270Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02dd951a-2482-4fb8-b19d-92a22a2f354a 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-06-15T12:29:51.277Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.277Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "aai-ml", "timestamp": 1623760115491, "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-06-15T12:29:51.280Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 02dd951a-2482-4fb8-b19d-92a22a2f354a 2021-06-15T12:29:51.280Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02dd951a-2482-4fb8-b19d-92a22a2f354a 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-06-15T12:29:51.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "clamp", "timestamp": 1623760117336, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:29:51.286Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:29:51.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "clamp", "timestamp": 1623760119346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:29:51.286Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:29:51.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:29:51.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "clamp", "timestamp": 1623760120348, "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-06-15T12:29:51.289Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 02dd951a-2482-4fb8-b19d-92a22a2f354a 2021-06-15T12:29:51.289Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02dd951a-2482-4fb8-b19d-92a22a2f354a 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-06-15T12:30:19.602Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 02dd951a-2482-4fb8-b19d-92a22a2f354a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-15T12:30:19.610Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 02dd951a-2482-4fb8-b19d-92a22a2f354a 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-06-15T12:30:19.612Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-15T12:30:19.612Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-15T12:30:19.612Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-15T12:30:19.612Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-15T12:30:19.612Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:30:19.612Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:30:19.612Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:30:19.612Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:30:19.612Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:30:19.612Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:30:19.612Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-15T12:30:19.612Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||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-06-15T12:30:19.615Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-15T12:30:49.615Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 02dd951a-2482-4fb8-b19d-92a22a2f354a 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-06-15T12:30:49.619Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 02dd951a-2482-4fb8-b19d-92a22a2f354a and serviceModelVersionId: 047e6f74-3b42-4b10-aabc-688cd8465296 2021-06-15T12:30:49.620Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4f5c4a45-eec8-4c3e-9806-09bc5de226c4 2021-06-15T12:30:49.620Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4f5c4a45-eec8-4c3e-9806-09bc5de226c4/model-vers/model-ver/047e6f74-3b42-4b10-aabc-688cd8465296?depth=0 2021-06-15T12:30:49.623Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-06-15T12:30:49.662Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4f5c4a45-eec8-4c3e-9806-09bc5de226c4/model-vers/model-ver/047e6f74-3b42-4b10-aabc-688cd8465296?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-06-15T12:30:49.663Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4f5c4a45-eec8-4c3e-9806-09bc5de226c4/model-vers/model-ver/047e6f74-3b42-4b10-aabc-688cd8465296?depth=0|INFO|500||Invoke 2021-06-15T12:30:49.677Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4f5c4a45-eec8-4c3e-9806-09bc5de226c4/model-vers/model-ver/047e6f74-3b42-4b10-aabc-688cd8465296?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-15T12:30:49.868Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4f5c4a45-eec8-4c3e-9806-09bc5de226c4/model-vers/model-ver/047e6f74-3b42-4b10-aabc-688cd8465296?depth=0|INFO|500||InvokeReturn 2021-06-15T12:30:49.869Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4f5c4a45-eec8-4c3e-9806-09bc5de226c4/model-vers/model-ver/047e6f74-3b42-4b10-aabc-688cd8465296?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210615-12:30:49:683-70818], vertex-id=[753848], Content-Length=[0], Date=[Tue, 15 Jun 2021 12:30:49 GMT], Content-Type=[application/json]} 2021-06-15T12:30:49.869Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2021-06-15T12:30:49.869Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-15T12:30:49.869Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||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-06-15T12:30:49.874Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||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-06-15T12:30:49.874Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 02dd951a-2482-4fb8-b19d-92a22a2f354a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-15T12:30:49.874Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-15T12:30:49.874Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-06-15T12:30:49.875Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-15T12:30:49.875Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623760249874, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-15T12:30:49.976Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-15T12:30:49.976Z||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-06-15T12:30:49.976Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1BIEzP7eVGtJv6T) ... 2021-06-15T12:30:49.989Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:30:49.989Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-15T12:30:50.886Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:30:50.886Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|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-06-15T12:30:50.886Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:30:51.196Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:30:51.196Z||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-06-15T12:30:51.197Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:30:51.221Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:30:51.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:30:51.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6ff7b981-8209-4623-bbba-f4662beb0502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623760171549, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-15T12:30:51.221Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:30:51.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:30:51.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623760172560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:30:51.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:30:51.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:30:51.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623760172560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-15T12:30:51.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:30:51.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:30:51.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623760172560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-15T12:30:51.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:30:51.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:30:51.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623760172560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-15T12:30:51.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:30:51.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:30:51.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623760172560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:30:51.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:30:51.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:30:51.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623760172560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/resourceInstances/pnf14041c35206c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-15T12:30:51.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:30:51.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:30:51.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623760172560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-template.yml", "status": "NOT_NOTIFIED" } 2021-06-15T12:30:51.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:30:51.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:30:51.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623760172560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar", "status": "NOTIFIED" } 2021-06-15T12:30:51.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-15T12:30:51.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:30:51.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623760186916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-15T12:30:51.223Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:30:51.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-15T12:30:51.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623760188590, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkgalonel9kizvzl2bny/1.0/artifacts/service-DemoPnfGkgalonel9kizvzl2bny-csar.csar", "status": "DEPLOY_OK" } 2021-06-15T12:30:51.223Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:31:00.429Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:31:00.429Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:31:00.429Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|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-06-15T12:31:00.429Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:31:09.962Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:31:09.963Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:31:09.963Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|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-06-15T12:31:09.963Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:31:19.507Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:31:19.507Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:31:19.508Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|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-06-15T12:31:19.508Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:31:29.053Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:31:29.054Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:31:29.054Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|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-06-15T12:31:29.054Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:31:38.598Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:31:38.598Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:31:38.599Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|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-06-15T12:31:38.599Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:31:48.141Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:31:48.142Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:31:48.142Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|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-06-15T12:31:48.142Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:31:51.196Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:31:51.196Z||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-06-15T12:31:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:31:51.721Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:31:51.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-15T12:31:51.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "02dd951a-2482-4fb8-b19d-92a22a2f354a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623760249874, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-15T12:31:51.722Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-15T12:31:57.681Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:31:57.682Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:31:57.682Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|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-06-15T12:31:57.682Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:32:07.230Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:32:07.231Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:32:07.231Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|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-06-15T12:32:07.231Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:32:16.770Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:32:51.194Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:32:51.195Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|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-06-15T12:32:51.195Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:32:51.196Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-15T12:32:51.196Z||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-06-15T12:32:51.196Z||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 y1BIEzP7eVGtJv6T) ... 2021-06-15T12:33:00.741Z|02dd951a-2482-4fb8-b19d-92a22a2f354a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-15T12:33:00.745Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK